Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h368 void AddStringPatch(const DexFile* dex_file,
Dcompiler_driver.cc1433 void CompilerDriver::AddStringPatch(const DexFile* dex_file, in AddStringPatch() function in art::CompilerDriver
/art/compiler/dex/quick/
Dcodegen_util.cc516 cu_->compiler_driver->AddStringPatch(cu_->dex_file, in InstallLiteralPools()