Searched defs:Patch (Results 1 – 3 of 3) sorted by relevance
/art/compiler/ |
D | elf_patcher.h | 48 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file, in Patch() function 56 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file, in Patch() function
|
D | elf_patcher.cc | 39 bool ElfPatcher::Patch(const CompilerDriver* driver, ElfFile* elf_file, in Patch() function in art::ElfPatcher 59 bool ElfPatcher::Patch(const CompilerDriver* driver, ElfFile* elf, const OatFile* oat_file, in Patch() function in art::ElfPatcher
|
/art/patchoat/ |
D | patchoat.cc | 111 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch() function in art::PatchOat 194 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch() function in art::PatchOat 563 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch() function in art::PatchOat
|