Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h202 void AddMethodPatch(const DexFile* dex_file,
Dcompiler_driver.cc1319 void CompilerDriver::AddMethodPatch(const DexFile* dex_file, in AddMethodPatch() function in art::CompilerDriver
/art/compiler/dex/quick/
Dcodegen_util.cc380 cu_->compiler_driver->AddMethodPatch(cu_->dex_file, in InstallLiteralPools()