Searched defs:ElfPatcher (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_patcher.h32 class ElfPatcher { class in namespace:art
52 return ElfPatcher::Patch(driver, elf_file, oat_location,
60 return ElfPatcher::Patch(driver, elf_file, oat_file, oat_data_begin,
65 ElfPatcher(const CompilerDriver* driver, ElfFile* elf_file, const OatFile* oat_file, function in class:art::ElfPatcher
72 ~ElfPatcher() {}
128 DISALLOW_COPY_AND_ASSIGN(ElfPatcher);

Completed in 222 milliseconds