Searched refs:oat_dex_files_storage_ (Results 1 – 2 of 2) sorted by relevance
314 return oat_dex_files_storage_; in GetOatDexFiles()450 std::vector<const OatDexFile*> oat_dex_files_storage_; variable
557 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()569 dex_files[i]->SetOatDexFile(oat_dex_files_storage_[i]); in Setup()663 oat_dex_files_storage_.reserve(dex_file_count); in Setup()1018 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()1790 oat_file->oat_dex_files_storage_.push_back(oat_dex_file); in Open()1799 oat_file->SetupHeader(oat_file->oat_dex_files_storage_.size(), context); in Open()2032 STLDeleteElements(&oat_dex_files_storage_); in ~OatFile()2536 return oat_dex_files_storage_.size() >= 1 && oat_dex_files_storage_[0]->IsBackedByVdexOnly(); in IsBackedByVdexOnly()