OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchOat
(Results
1 - 5
of
5
) sorted by null
/art/patchoat/
patchoat.h
45
class
PatchOat
{
70
~
PatchOat
() {}
71
PatchOat
(
PatchOat
&&) = default;
75
PatchOat
(InstructionSet isa, MemMap* image,
155
// Trim off high bits in case negative relocation with 64 bit
patchoat
.
170
PatchVisitor(
PatchOat
* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {}
183
PatchOat
* const patcher_;
207
DISALLOW_IMPLICIT_CONSTRUCTORS(
PatchOat
);
patchoat.cc
16
#include "
patchoat
.h"
164
bool
PatchOat
::GeneratePatch(
254
if (!
PatchOat
::GeneratePatch(original, relocated, &output, error_msg)) {
416
bool
PatchOat
::CreateVdexAndOatSymlinks(const std::string& input_image_filename,
443
LOG(ERROR) << "
patchoat
cannot be used on non-PIC oat file: " << input_oat_filename;
458
bool
PatchOat
::Patch(const std::string& image_location,
540
PatchOat
p =
PatchOat
(isa,
626
bool
PatchOat
::Verify(const std::string& image_location,
706
bool
PatchOat
::WriteImage(File* out)
1204
static int
patchoat
(int argc, char **argv) {
function in namespace:art
[
all
...]
/art/runtime/
runtime_options.def
88
RUNTIME_OPTIONS_KEY (std::string,
PatchOat
)
parsed_options.cc
216
.IntoKey(M::
PatchOat
)
[
all
...]
runtime.cc
719
patchoat_executable += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/
patchoat
");
[
all
...]
Completed in 210 milliseconds