Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.h48 std::optional<ArrayRef<File>> boot_class_path_files = {}; member
/art/runtime/gc/space/
Dimage_space.h354 ArrayRef<File> boot_class_path_files, in BootImageLayout()
Dimage_space.cc2240 ArrayRef<File> boot_class_path_files, in BootImageLoader()
3146 ArrayRef<File> boot_class_path_files = in LoadComponents() local
3320 ArrayRef<File> boot_class_path_files, in LoadBootImage()
/art/runtime/interpreter/
Dunstarted_runtime.cc580 ArrayRef<File> boot_class_path_files = Runtime::Current()->GetBootClassPathFiles(); in GetResourceAsStream() local
/art/runtime/gc/
Dheap.cc284 ArrayRef<File> boot_class_path_files, in Heap()