Home
last modified time | relevance | path

Searched defs:boot_class_path_files (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.h48 std::optional<ArrayRef<File>> boot_class_path_files = {}; member
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h350 ArrayRef<File> boot_class_path_files, in BootImageLayout()
H A Dimage_space.cc2240 ArrayRef<File> boot_class_path_files, in BootImageLoader()
3140 ArrayRef<File> boot_class_path_files = in LoadComponents() local
3319 ArrayRef<File> 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
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc283 ArrayRef<File> boot_class_path_files, in Heap()