Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h629 return code_to_patch_; in GetCodeToPatch()
770 std::vector<const CallPatchInformation*> code_to_patch_; variable
Dcompiler_driver.cc433 STLDeleteElements(&code_to_patch_); in ~CompilerDriver()
1374 code_to_patch_.push_back(new CallPatchInformation(dex_file, in AddCodePatch()
1393 code_to_patch_.push_back(new RelativeCallPatchInformation(dex_file, in AddRelativeCodePatch()