Searched refs:methods_to_patch (Results 1 – 1 of 1) sorted by relevance
244 const CallPatches& methods_to_patch = compiler_driver_->GetMethodsToPatch(); in PatchElf() local245 for (size_t i = 0; i < methods_to_patch.size(); i++) { in PatchElf()246 const CompilerDriver::CallPatchInformation* patch = methods_to_patch[i]; in PatchElf()