Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h191 bool IsBackedByVdexOnly() const;
650 bool IsBackedByVdexOnly() const;
Doat_file.cc2194 DCHECK(!IsBackedByVdexOnly()); in OatDexFile()
2239 DCHECK(IsBackedByVdexOnly()); in OatDexFile()
2275 bool OatDexFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly() function in art::OatDexFile
2280 if (IsBackedByVdexOnly()) { in GetOatClass()
2568 bool OatFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly() function in art::OatFile
2569 return oat_dex_files_storage_.size() >= 1 && oat_dex_files_storage_[0]->IsBackedByVdexOnly(); in IsBackedByVdexOnly()
Doat_file_assistant.cc518 if (file.IsBackedByVdexOnly()) { in GivenOatFileStatus()
1212 if (oat_file.IsBackedByVdexOnly()) { in ClassLoaderContextIsOkay()
/art/runtime/native/
Ddalvik_system_DexFile.cc920 is_vdex_only = oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()
943 is_vdex_only = best_oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()