Home
last modified time | relevance | path

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

/art/runtime/
Ddex_method_iterator_test.cc33 CHECK_NE(boot_class_path_.size(), 0U); in TEST_F()
34 for (size_t i = 0; i < boot_class_path_.size(); ++i) { in TEST_F()
35 dex_files.push_back(boot_class_path_[i]); in TEST_F()
Dcommon_runtime_test.cc338 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
339 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
357 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
358 ASSERT_FALSE(boot_class_path_.empty()); in SetUp()
359 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
Dcommon_runtime_test.h141 std::vector<const DexFile*> boot_class_path_; variable
Dclass_linker.h292 return boot_class_path_; in GetBootClassPath()
696 std::vector<const DexFile*> boot_class_path_; variable
Dclass_linker.cc1615 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClassInPathClassLoader()
1740 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass()
2448 boot_class_path_.push_back(&dex_file); in AppendToBootClassPath()