Home
last modified time | relevance | path

Searched refs:boot_dex_files_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dclass_linker.h1357 std::vector<std::unique_ptr<const DexFile>> boot_dex_files_; variable
H A Dclass_linker.cc840 boot_dex_files_.push_back(std::move(dex_file)); in InitWithoutImage()
1310 boot_dex_files_.insert(boot_dex_files_.end(), in InitFromBootImage()
1314 for (const std::unique_ptr<const DexFile>& dex_file : boot_dex_files_) { in InitFromBootImage()
1332 for (const auto& boot_dex_file : boot_dex_files_) { in AddExtraBootDexFiles()
1336 boot_dex_files_.push_back(std::move(dex_file)); in AddExtraBootDexFiles()