Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc152 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()
Druntime.h262 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
Dcommon_runtime_test.h134 std::vector<const DexFile*> boot_class_path_; variable
Dclass_linker.h440 return boot_class_path_; in GetBootClassPath()
1331 std::vector<const DexFile*> boot_class_path_; variable
Doat_file_assistant_test.cc67 runtime->boot_class_path_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()