Searched refs:IsBackedByVdexOnly (Results 1 – 4 of 4) sorted by relevance
191 bool IsBackedByVdexOnly() const;650 bool IsBackedByVdexOnly() const;
2194 DCHECK(!IsBackedByVdexOnly()); in OatDexFile()2239 DCHECK(IsBackedByVdexOnly()); in OatDexFile()2275 bool OatDexFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly() function in art::OatDexFile2280 if (IsBackedByVdexOnly()) { in GetOatClass()2568 bool OatFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly() function in art::OatFile2569 return oat_dex_files_storage_.size() >= 1 && oat_dex_files_storage_[0]->IsBackedByVdexOnly(); in IsBackedByVdexOnly()
518 if (file.IsBackedByVdexOnly()) { in GivenOatFileStatus()1212 if (oat_file.IsBackedByVdexOnly()) { in ClassLoaderContextIsOkay()
920 is_vdex_only = oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()943 is_vdex_only = best_oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()