Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h323 return oat_dex_files_storage_; in GetOatDexFiles()
473 std::vector<const OatDexFile*> oat_dex_files_storage_; variable
Doat_file.cc606 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()
618 dex_files[i]->SetOatDexFile(oat_dex_files_storage_[i]); in Setup()
710 oat_dex_files_storage_.reserve(dex_file_count); in Setup()
1030 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()
1796 oat_file->oat_dex_files_storage_.push_back(oat_dex_file); in Open()
1805 oat_file->SetupHeader(oat_file->oat_dex_files_storage_.size(), context); in Open()
2041 STLDeleteElements(&oat_dex_files_storage_); in ~OatFile()
2569 return oat_dex_files_storage_.size() >= 1 && oat_dex_files_storage_[0]->IsBackedByVdexOnly(); in IsBackedByVdexOnly()