Home
last modified time | relevance | path

Searched refs:PatchElf (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Delf_patcher.h78 bool PatchElf()
Delf_patcher.cc74 return p.PatchElf(); in Patch()
189 bool ElfPatcher::PatchElf() { in PatchElf() function in art::ElfPatcher
/art/patchoat/
Dpatchoat.h109 bool PatchElf();
Dpatchoat.cc304 if (!skip_patching_oat && !p.PatchElf()) { in Patch()
596 if (!p.PatchElf()) { in Patch()
652 bool PatchOat::PatchElf() { in PatchElf() function in art::PatchOat