Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h222 return oat_dex_files_storage_; in GetOatDexFiles()
292 std::vector<const OatDexFile*> oat_dex_files_storage_; variable
Doat_file.cc266 oat_dex_files_storage_.reserve(dex_file_count); in Setup()
467 oat_dex_files_storage_.push_back(oat_dex_file); in Setup()
1048 STLDeleteElements(&oat_dex_files_storage_); in ~OatFile()
1133 for (const OatDexFile* odf : oat_dex_files_storage_) { in GetOatDexFile()