Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h343 void AddRelativeCodePatch(const DexFile* dex_file,
Dcompiler_driver.cc1383 void CompilerDriver::AddRelativeCodePatch(const DexFile* dex_file, in AddRelativeCodePatch() function in art::CompilerDriver
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1094 cu_->compiler_driver->AddRelativeCodePatch(cu_->dex_file, cu_->class_def_idx, in InstallLiteralPools()