Searched refs:boot_class_path_ (Results 1 – 5 of 5) sorted by relevance
33 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()
338 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()
141 std::vector<const DexFile*> boot_class_path_; variable
292 return boot_class_path_; in GetBootClassPath()696 std::vector<const DexFile*> boot_class_path_; variable
1615 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()