Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Delf_patcher.cc77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) { in GetTargetMethod()
99 mirror::String* ElfPatcher::GetTargetString(const CompilerDriver::StringPatchInformation* patch) { in GetTargetString()
109 mirror::Class* ElfPatcher::GetTargetType(const CompilerDriver::TypePatchInformation* patch) { in GetTargetType()
142 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation()
206 const CompilerDriver::CallPatchInformation* patch = code_to_patch[i]; in PatchElf() local
257 const CompilerDriver::CallPatchInformation* patch = methods_to_patch[i]; in PatchElf() local
262 for (const CompilerDriver::TypePatchInformation* patch : compiler_driver_->GetClassesToPatch()) { in PatchElf() local
266 for (const CompilerDriver::StringPatchInformation* patch : in PatchElf() local