Searched refs:opened_dex_files_ (Results 1 – 2 of 2) sorted by relevance
646 opened_dex_files_(), in Dex2Oat()666 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) { in ~Dex2Oat()1674 opened_dex_files_.push_back(std::move(dex_file)); in Setup()1680 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()1728 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_); in Setup()2935 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::FINAL
266 opened_dex_files_.emplace_back(dex_file.release()); in DoWriteElf()279 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::linker::OatTest