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

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

Completed in 25 milliseconds