Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc193 const CallPatches& code_to_patch = compiler_driver_->GetCodeToPatch(); in PatchElf() local
194 for (size_t i = 0; i < code_to_patch.size(); i++) { in PatchElf()
195 const CompilerDriver::CallPatchInformation* patch = code_to_patch[i]; in PatchElf()