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

/art/patchoat/
H A Dpatchoat.h110 bool PatchElf();
112 bool PatchElf(ElfFileImpl* oat_file);
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 45 milliseconds