Home
last modified time | relevance | path

Searched refs:boot_class_path_files (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.cc47 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 Doat_file_assistant_context.h48 std::optional<ArrayRef<File>> boot_class_path_files = {}; member
H A Doat_file_assistant_test.cc197 .boot_class_path_files = !runtime_->GetBootClassPathFiles().empty() ? in CreateOatFileAssistantContext()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h138 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 Dimage_space.cc2240 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 Dunstarted_runtime.cc588 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 Dheap.h213 ArrayRef<File> boot_class_path_files,
H A Dheap.cc283 ArrayRef<File> boot_class_path_files, in Heap() argument
509 boot_class_path_files, in Heap()