Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1391 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()
1674 std::vector<const DexFile*>& dex_files = dex_files_per_oat_file_[i]; in WriteOatFiles()
2500 std::vector<std::vector<const DexFile*>> dex_files_per_oat_file_; member in art::FINAL