Searched refs:opened_dex_files_ (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc553 opened_dex_files_(),
576 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) {
1576 opened_dex_files_.push_back(std::move(dex_file));
1584 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_);
1619 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_);
2757 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in class:art::FINAL
/art/compiler/
H A Doat_test.cc260 opened_dex_files_.emplace_back(dex_file.release());
273 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in class:art::OatTest

Completed in 26 milliseconds