Searched refs:opened_dex_files_ (Results 1 – 3 of 3) sorted by relevance
540 opened_dex_files_(), in Dex2Oat()566 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) { in ~Dex2Oat()1507 opened_dex_files_.push_back(std::move(dex_file)); in Setup()1512 compiler_options_->dex_files_for_oat_file_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()1546 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_); in Setup()2971 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::Dex2Oat
244 opened_dex_files_.emplace_back(dex_file.release()); in DoWriteElf()299 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::linker::OatTest
133 std::move(dex_files.begin(), dex_files.end(), std::back_inserter(opened_dex_files_)); in InsertNewBootClasspathEntry()238 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::OatFileAssistantTest