Lines Matching refs:oat_dex_file
1093 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in WriteObjects() local
1094 VdexFile* vdex_file = oat_dex_file->GetOatFile()->GetVdexFile(); in WriteObjects()
1096 dex_location_ = oat_dex_file->GetDexFileLocation(); in WriteObjects()
1125 for (const OatDexFile* current_oat_dex_file : oat_dex_file->GetOatFile()->GetOatDexFiles()) { in WriteObjects()
1141 oat_dex_file->GetOatFile()->GetClassLoaderContext()); in WriteObjects()
1388 const OatDexFile* oat_dex_file = cls->GetDexFile().GetOatDexFile(); in IsInitialized() local
1389 DCHECK(oat_dex_file != nullptr) << "We should always have an .oat file for a boot image"; in IsInitialized()
1391 ClassStatus oat_file_class_status = oat_dex_file->GetOatClass(class_def_index).GetStatus(); in IsInitialized()
1725 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in FindDexCaches() local
1726 if (oat_dex_file == nullptr) { in FindDexCaches()
1735 for (const OatDexFile* current : oat_dex_file->GetOatFile()->GetOatDexFiles()) { in FindDexCaches()
1736 if (current != oat_dex_file) { in FindDexCaches()