Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc251 const std::vector<const CompilerDriver::TypePatchInformation*>& classes_to_patch = in PatchElf() local
253 for (size_t i = 0; i < classes_to_patch.size(); i++) { in PatchElf()
254 const CompilerDriver::TypePatchInformation* patch = classes_to_patch[i]; in PatchElf()