Home
last modified time | relevance | path

Searched refs:GetBootClassPathFiles (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.cc59 .boot_class_path_files = !runtime->GetBootClassPathFiles().empty() ? in OatFileAssistantContext()
60 runtime->GetBootClassPathFiles() : in OatFileAssistantContext()
H A Doat_file_assistant_test.cc197 .boot_class_path_files = !runtime_->GetBootClassPathFiles().empty() ? in CreateOatFileAssistantContext()
198 runtime_->GetBootClassPathFiles() : in CreateOatFileAssistantContext()
/aosp_15_r20/art/runtime/
H A Druntime.cc1767 GetBootClassPathFiles(), in Init()
1992 ArrayRef<File> bcp_files = start < GetBootClassPathFiles().size() ? in Init()
1993 ArrayRef<File>(GetBootClassPathFiles()).SubArray(start) : in Init()
2016 ArrayRef<File>(GetBootClassPathFiles()), in Init()
H A Druntime.h358 ArrayRef<File> GetBootClassPathFiles() { return ArrayRef<File>(boot_class_path_files_); } in GetBootClassPathFiles() function
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc588 ArrayRef<File> boot_class_path_files = Runtime::Current()->GetBootClassPathFiles(); in GetResourceAsStream()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc3294 runtime->GetBootClassPathFiles(), in IsBootClassPathOnDisk()