Searched refs:boot_class_path_ (Results 1 – 5 of 5) sorted by relevance
152 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()153 ASSERT_FALSE(boot_class_path_.empty()); in SetUp()154 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
262 return boot_class_path_; in GetBootClassPath()267 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations()268 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations()960 std::vector<std::string> boot_class_path_; variable
134 std::vector<const DexFile*> boot_class_path_; variable
440 return boot_class_path_; in GetBootClassPath()1331 std::vector<const DexFile*> boot_class_path_; variable
67 runtime->boot_class_path_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()