Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1459 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()
1671 if (!oat_writers_[i]->StartRoData(dex_files_per_oat_file_[i], in Setup()
2091 std::vector<const DexFile*>& dex_files = dex_files_per_oat_file_[i]; in WriteOutputFiles()
2966 std::vector<std::vector<const DexFile*>> dex_files_per_oat_file_; member in art::Dex2Oat