HomeSort by relevance Sort by last modified time
    Searched refs:oat_dex_files_storage_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.h 285 return oat_dex_files_storage_;
340 std::vector<const OatDexFile*> oat_dex_files_storage_; member in class:art::OatFile
oat_file.cc 148 STLDeleteElements(&oat_dex_files_storage_);
247 oat_dex_files_storage_.reserve(dex_file_count);
334 oat_dex_files_storage_.push_back(oat_dex_file);
421 for (const OatDexFile* odf : oat_dex_files_storage_) {

Completed in 353 milliseconds