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 250 return oat_dex_files_storage_;
345 std::vector<const OatDexFile*> oat_dex_files_storage_; member in class:art::OatFile
oat_file.cc 376 oat_dex_files_storage_.reserve(dex_file_count);
653 oat_dex_files_storage_.push_back(oat_dex_file);
    [all...]

Completed in 445 milliseconds