Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_test.h293 boot_class_path_.push_back(java_lang_dex_file_); in SetUp()
294 boot_class_path_.push_back(conscrypt_file_); in SetUp()
301 options.push_back(std::make_pair("bootclasspath", &boot_class_path_)); in SetUp()
524 std::vector<const DexFile*> boot_class_path_; variable
Druntime.cc407 parsed->boot_class_path_ in Create()
916 CHECK(options->boot_class_path_ != NULL); in Init()
917 CHECK_NE(options->boot_class_path_->size(), 0U); in Init()
918 class_linker_ = ClassLinker::CreateFromCompiler(*options->boot_class_path_, intern_table_); in Init()
Dclass_linker.h222 return boot_class_path_; in GetBootClassPath()
524 std::vector<const DexFile*> boot_class_path_; variable
Druntime.h91 const std::vector<const DexFile*>* boot_class_path_; variable
Dclass_linker.cc1173 STLDeleteElements(&boot_class_path_); in ~ClassLinker()
1292 DexFile::ClassPathEntry pair = DexFile::FindInClassPath(descriptor, boot_class_path_); in IsInBootClassPath()
1320 DexFile::ClassPathEntry pair = DexFile::FindInClassPath(descriptor, boot_class_path_); in FindClass()
1919 boot_class_path_.push_back(&dex_file); in AppendToBootClassPath()