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

/art/runtime/
H A Dcommon_test.h293 boot_class_path_.push_back(java_lang_dex_file_);
294 boot_class_path_.push_back(conscrypt_file_);
301 options.push_back(std::make_pair("bootclasspath", &boot_class_path_));
524 std::vector<const DexFile*> boot_class_path_; member in class:art::CommonTest
H A Druntime.cc407 parsed->boot_class_path_
916 CHECK(options->boot_class_path_ != NULL);
917 CHECK_NE(options->boot_class_path_->size(), 0U);
918 class_linker_ = ClassLinker::CreateFromCompiler(*options->boot_class_path_, intern_table_);
H A Druntime.h91 const std::vector<const DexFile*>* boot_class_path_; member in class:art::Runtime::ParsedOptions
H A Dclass_linker.h68 // If class_loader is null, searches boot_class_path_.
222 return boot_class_path_;
524 std::vector<const DexFile*> boot_class_path_; member in class:art::ClassLinker
H A Dclass_linker.cc323 // Setup boot_class_path_ and register class_path now that we can use AllocObjectArray to create
1173 STLDeleteElements(&boot_class_path_);
1292 DexFile::ClassPathEntry pair = DexFile::FindInClassPath(descriptor, boot_class_path_);
1320 DexFile::ClassPathEntry pair = DexFile::FindInClassPath(descriptor, boot_class_path_);
1919 boot_class_path_.push_back(&dex_file);

Completed in 135 milliseconds