Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h334 void AddCodePatch(const DexFile* dex_file,
Dcompiler_driver.cc1365 void CompilerDriver::AddCodePatch(const DexFile* dex_file, in AddCodePatch() function in art::CompilerDriver
/art/compiler/dex/quick/
Dcodegen_util.cc467 cu_->compiler_driver->AddCodePatch(cu_->dex_file, in InstallLiteralPools()