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

/art/runtime/
H A Doat_file.h275 return oat_dex_files_storage_;
388 std::vector<const OatDexFile*> oat_dex_files_storage_; member in class:art::OatFile
H A Doat_file.cc578 oat_dex_files_storage_.reserve(dex_file_count);
856 oat_dex_files_storage_.push_back(oat_dex_file);
1557 STLDeleteElements(&oat_dex_files_storage_);

Completed in 61 milliseconds