Searched refs:PatchElf (Results 1 – 2 of 2) sorted by relevance
110 bool PatchElf();112 bool PatchElf(ElfFileImpl* oat_file);
288 if (!skip_patching_oat && !p.PatchElf()) { in Patch()691 if (!p.PatchElf()) { in Patch()717 bool PatchOat::PatchElf() { in PatchElf() function in art::PatchOat719 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