Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1571 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()
1870 std::vector<const DexFile*>& dex_files = dex_files_per_oat_file_[i]; in WriteOutputFiles()
2778 std::vector<std::vector<const DexFile*>> dex_files_per_oat_file_; member in art::FINAL