Searched refs:boot_class_path_ (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 1418 boot_class_path_(boot_class_path), in BootImageLayout() 1482 DCHECK_LE(bcp_index, boot_class_path_.size()); in GetBcpComponentPath() 1531 ArrayRef<const std::string> boot_class_path_; member in art::gc::space::ImageSpace::BootImageLayout 1553 size_t slash_pos = boot_class_path_.empty() in GetPrimaryImageLocation() 1555 : boot_class_path_[0].rfind('/'); in GetPrimaryImageLocation() 1659 size_t bcp_component_count = boot_class_path_.size(); in MatchNamedComponents() 1785 size_t bcp_component_count = boot_class_path_.size(); in ValidateHeader() 1819 DCHECK_LT(bcp_index, boot_class_path_.size()); in ReadHeader() 2053 if (next_bcp_index_ != boot_class_path_.size()) { in CheckAndRemoveLastChunkChecksum() 2236 : boot_class_path_(boot_class_path), in BootImageLoader() [all …]
|
/aosp12/art/runtime/ |
H A D | common_runtime_test.cc | 129 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp() 130 ASSERT_FALSE(boot_class_path_.empty()); in SetUp() 131 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
|
H A D | runtime.h | 287 return boot_class_path_; in GetBootClassPath() 292 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations() 293 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations() 1135 std::vector<std::string> boot_class_path_; variable
|
H A D | common_runtime_test.h | 193 std::vector<const DexFile*> boot_class_path_; variable
|
H A D | runtime.cc | 1401 boot_class_path_ = runtime_options.ReleaseOrDefault(Opt::BootClassPath); in Init() 1404 boot_class_path_locations_.size() == boot_class_path_.size()); in Init() 1405 if (boot_class_path_.empty()) { in Init() 1442 Split(oat_boot_class_path, ':', &boot_class_path_); in Init() 1444 if (boot_class_path_.empty()) { in Init()
|
H A D | class_linker.h | 475 return boot_class_path_; in GetBootClassPath() 1356 std::vector<const DexFile*> boot_class_path_; variable
|
H A D | oat_file_assistant_test.cc | 95 runtime->boot_class_path_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
|
H A D | class_linker.cc | 2777 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClassInBootClassLoaderClassPath() 2858 ClassPathEntry pair = FindInClassPath(descriptor, hash, boot_class_path_); in FindClass() 3891 boot_class_path_.push_back(dex_file); in AppendToBootClassPath()
|