Home
last modified time | relevance | path

Searched refs:boot_class_path_locations_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h291 DCHECK(boot_class_path_locations_.empty() || in GetBootClassPathLocations()
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()
1136 std::vector<std::string> boot_class_path_locations_; variable
Doat_file_assistant_test.cc96 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()
97 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
Druntime.cc1402 boot_class_path_locations_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathLocations); in Init()
1403 DCHECK(boot_class_path_locations_.empty() || in Init()
1404 boot_class_path_locations_.size() == boot_class_path_.size()); in Init()
/art/runtime/gc/space/
Dimage_space.cc1419 boot_class_path_locations_(boot_class_path_locations) {} in BootImageLayout()
1532 ArrayRef<const std::string> boot_class_path_locations_; member in art::gc::space::ImageSpace::BootImageLayout
1914 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileExtension()
1926 boot_class_path_locations_[bcp_index].c_str()); in CompileExtension()
1939 boot_class_path_locations_[bcp_index].c_str()); in CompileExtension()
1948 boot_class_path_locations_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileExtension()
1952 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension()
1966 args.push_back("--dex-location=" + boot_class_path_locations_[i]); in CompileExtension()
1998 << " components, starting from " << boot_class_path_locations_[bcp_index]; in CompileExtension()
2237 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()
[all …]