Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc244 const CallPatches& methods_to_patch = compiler_driver_->GetMethodsToPatch(); in PatchElf() local
245 for (size_t i = 0; i < methods_to_patch.size(); i++) { in PatchElf()
246 const CompilerDriver::CallPatchInformation* patch = methods_to_patch[i]; in PatchElf()