Searched refs:boot_class_path_files (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_assistant_context.cc | 47 runtime_options_->boot_class_path_files.has_value(), in OatFileAssistantContext() 48 runtime_options_->boot_class_path.size() == runtime_options_->boot_class_path_files->size()); in OatFileAssistantContext() 59 .boot_class_path_files = !runtime->GetBootClassPathFiles().empty() ? in OatFileAssistantContext() 127 runtime_options_->boot_class_path_files.value_or(ArrayRef<File>()), in GetBootImageInfoList() 160 std::optional<ArrayRef<File>> bcp_files = runtime_options_->boot_class_path_files; in GetBcpChecksums()
|
H A D | oat_file_assistant_context.h | 48 std::optional<ArrayRef<File>> boot_class_path_files = {}; member
|
H A D | oat_file_assistant_test.cc | 197 .boot_class_path_files = !runtime_->GetBootClassPathFiles().empty() ? in CreateOatFileAssistantContext()
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space.h | 138 ArrayRef<File> boot_class_path_files, 350 ArrayRef<File> boot_class_path_files, in BootImageLayout() argument 358 boot_class_path_files_(boot_class_path_files), in BootImageLayout()
|
H A D | image_space.cc | 2240 ArrayRef<File> boot_class_path_files, in BootImageLoader() argument 2251 boot_class_path_files_(boot_class_path_files), in BootImageLoader() 3140 ArrayRef<File> boot_class_path_files = in LoadComponents() local 3173 boot_class_path_files, in LoadComponents() 3319 ArrayRef<File> boot_class_path_files, in LoadBootImage() argument 3346 boot_class_path_files, in LoadBootImage()
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 588 ArrayRef<File> boot_class_path_files = Runtime::Current()->GetBootClassPathFiles(); in GetResourceAsStream() local 589 DCHECK(boot_class_path_files.empty() || boot_class_path_files.size() == boot_class_path.size()); in GetResourceAsStream() 595 bool has_bcp_fds = !boot_class_path_files.empty(); in GetResourceAsStream() 598 const int jar_fd = has_bcp_fds ? boot_class_path_files[i].Fd() : -1; in GetResourceAsStream()
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap.h | 213 ArrayRef<File> boot_class_path_files,
|
H A D | heap.cc | 283 ArrayRef<File> boot_class_path_files, in Heap() argument 509 boot_class_path_files, in Heap()
|