Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h110 bool PatchElf();
112 bool PatchElf(ElfFileImpl* oat_file);
Dpatchoat.cc288 if (!skip_patching_oat && !p.PatchElf()) { in Patch()
691 if (!p.PatchElf()) { in Patch()
717 bool PatchOat::PatchElf() { in PatchElf() function in art::PatchOat
719 return PatchElf<ElfFileImpl64>(oat_file_->GetImpl64()); in PatchElf()
721 return PatchElf<ElfFileImpl32>(oat_file_->GetImpl32()); in PatchElf()
725 bool PatchOat::PatchElf(ElfFileImpl* oat_file) { in PatchElf() function in art::PatchOat