Home
last modified time | relevance | path

Searched refs:oat_dex_files_storage_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.h311 return oat_dex_files_storage_; in GetOatDexFiles()
432 std::vector<const OatDexFile*> oat_dex_files_storage_; variable
Doat_file.cc553 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()
565 dex_files[i]->SetOatDexFile(oat_dex_files_storage_[i]); in Setup()
657 oat_dex_files_storage_.reserve(dex_file_count); in Setup()
996 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()
1709 oat_file->oat_dex_files_storage_.push_back(oat_dex_file); in Open()
1718 oat_file->SetupHeader(oat_file->oat_dex_files_storage_.size()); in Open()
1954 STLDeleteElements(&oat_dex_files_storage_); in ~OatFile()
2491 return oat_dex_files_storage_.size() >= 1 && oat_dex_files_storage_[0]->IsBackedByVdexOnly(); in IsBackedByVdexOnly()