Searched refs:GetDexFilesForOatFile (Results 1 – 4 of 4) sorted by relevance
98 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()
115 ArrayRef<const DexFile* const> GetDexFilesForOatFile() const { in GetDexFilesForOatFile() function
1562 return ContainsElement(GetDexFilesForOatFile(), dex_file) in GetDexCacheArraysLayout()
421 for (const DexFile* dex_file : compiler_driver_.GetDexFilesForOatFile()) { in PrepareDexCacheArraySlots()