Searched refs:boot_class_path_locations_ (Results 1 – 4 of 4) sorted by relevance
291 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
1402 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()
96 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()97 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
1419 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::BootImageLayout1914 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()1966 args.push_back("--dex-location=" + boot_class_path_locations_[i]); in CompileExtension()2237 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()2894 boot_class_path_locations_).SubArray(0u, component_count), ':'); in OpenOatFile()2909 ArrayRef<const std::string>(boot_class_path_locations_), in OpenOatFile()2984 ArrayRef<const std::string>(boot_class_path_locations_).SubArray( in LoadComponents()[all …]