Searched refs:opened_dex_files_ (Results 1 – 1 of 1) sorted by relevance
531 opened_dex_files_(), in Dex2Oat()554 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) { in ~Dex2Oat()1396 opened_dex_files_.push_back(std::move(dex_file)); in Setup()1404 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()1426 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_); in Setup()2482 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::FINAL