Searched refs:boot_dex_files_ (Results 1 – 2 of 2) sorted by relevance
1430 std::vector<std::unique_ptr<const DexFile>> boot_dex_files_; variable
847 boot_dex_files_.push_back(std::move(dex_file)); in InitWithoutImage()1462 &boot_dex_files_, in InitFromBootImage()1494 for (const auto& boot_dex_file : boot_dex_files_) { in AddExtraBootDexFiles()1498 boot_dex_files_.push_back(std::move(dex_file)); in AddExtraBootDexFiles()