Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:opened_dex_files_

611       opened_dex_files_(),
635 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) {
1656 opened_dex_files_.push_back(std::move(dex_file));
1664 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_);
1712 runtime_options.Set(RuntimeArgumentMap::BootClassPathDexList, &opened_dex_files_);
2912 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_;