Home
last modified time | relevance | path

Searched refs:GetDexFilesForOatFile (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dsharpening.cc98 ContainsElement(compiler_driver_->GetDexFilesForOatFile(), target_method.dex_file); in ProcessInvokeStaticOrDirect()
184 DCHECK(ContainsElement(compiler_driver_->GetDexFilesForOatFile(), &dex_file)); in ProcessLoadString()
214 desired_load_kind = ContainsElement(compiler_driver_->GetDexFilesForOatFile(), &dex_file) in ProcessLoadString()
/art/compiler/driver/
Dcompiler_driver.h115 ArrayRef<const DexFile* const> GetDexFilesForOatFile() const { in GetDexFilesForOatFile() function
Dcompiler_driver.cc1562 return ContainsElement(GetDexFilesForOatFile(), dex_file) in GetDexCacheArraysLayout()
/art/compiler/
Dimage_writer.cc421 for (const DexFile* dex_file : compiler_driver_.GetDexFilesForOatFile()) { in PrepareDexCacheArraySlots()