Home
last modified time | relevance | path

Searched defs:boot_class_path_ (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.h203 std::vector<const DexFile*> boot_class_path_; variable
H A Dclass_linker.h1418 std::vector<const DexFile*> boot_class_path_; variable
H A Druntime.h1233 std::vector<std::string> boot_class_path_; variable
/aosp_15_r20/art/cmdline/
H A Dcmdline.h210 std::vector<std::string> boot_class_path_; member
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h460 ArrayRef<const std::string> boot_class_path_; variable
H A Dimage_space.cc3230 const ArrayRef<const std::string> boot_class_path_; member in art::gc::space::ImageSpace::BootImageLoader