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

/art/dex2oat/linker/
H A Doat_writer_test.cc266 opened_dex_files_.emplace_back(dex_file.release());
279 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in class:art::linker::OatTest
/art/dex2oat/
H A Ddex2oat.cc646 opened_dex_files_(),
666 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) {
1674 opened_dex_files_.push_back(std::move(dex_file));
1680 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_);
1728 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_);
2935 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in class:art::FINAL

Completed in 46 milliseconds