Searched refs:opened_dex_files_ (Results 1 – 2 of 2) sorted by relevance
810 opened_dex_files_(), in Dex2Oat()829 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) { in ~Dex2Oat()1718 opened_dex_files_.push_back(std::move(dex_file)); in Setup()1724 compiler_options_->dex_files_for_oat_file_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()1760 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_); in Setup()3063 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::Dex2Oat
261 opened_dex_files_.emplace_back(dex_file.release()); in DoWriteElf()323 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::linker::OatTest