Searched refs:boot_class_path_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.h112 std::vector<const DexFile*> boot_class_path_; member in class:art::CommonRuntimeTest
H A Dparsed_options.h42 const std::vector<const DexFile*>* boot_class_path_; member in class:art::ParsedOptions
H A Dcommon_runtime_test.cc192 boot_class_path_.push_back(java_lang_dex_file_);
200 options.push_back(std::make_pair("bootclasspath", &boot_class_path_));
H A Druntime.cc820 CHECK(options->boot_class_path_ != nullptr);
821 CHECK_NE(options->boot_class_path_->size(), 0U);
822 class_linker_->InitWithoutImage(*options->boot_class_path_);
H A Dclass_linker.h72 // If class_loader is null, searches boot_class_path_.
84 // boot_class_path_.
240 return boot_class_path_;
672 std::vector<const DexFile*> boot_class_path_; member in class:art::ClassLinker
H A Dparsed_options.cc304 boot_class_path_
H A Dclass_linker.cc355 // Setup boot_class_path_ and register class_path now that we can use AllocObjectArray to create
1851 STLDeleteElements(&boot_class_path_);
2011 ClassPathEntry pair = FindInClassPath(descriptor, boot_class_path_);
2107 ClassPathEntry pair = FindInClassPath(descriptor, boot_class_path_);
2128 ClassPathEntry pair = FindInClassPath(descriptor, boot_class_path_);
2920 boot_class_path_.push_back(&dex_file);

Completed in 549 milliseconds