Home | History | Annotate | Download | only in runtime

Lines Matching refs:boot_class_path

1253       const std::vector<const DexFile*>& boot_class_path = GetClassLinker()->GetBootClassPath();
1255 dex_locations.reserve(boot_class_path.size());
1256 for (const DexFile* dex_file : boot_class_path) {
1282 std::vector<std::unique_ptr<const DexFile>> boot_class_path;
1284 boot_class_path.swap(*runtime_options.GetOrDefault(Opt::BootClassPathDexList));
1289 &boot_class_path);
1292 if (!class_linker_->InitWithoutImage(std::move(boot_class_path), &error_msg)) {