Searched defs:boot_class_path_ (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/ | ||
H A D | common_runtime_test.h | 193 std::vector<const DexFile*> boot_class_path_; variable |
H A D | class_linker.h | 1356 std::vector<const DexFile*> boot_class_path_; variable |
H A D | runtime.h | 1135 std::vector<std::string> boot_class_path_; variable |
/aosp12/art/runtime/gc/space/ | ||
H A D | image_space.cc | 1531 ArrayRef<const std::string> boot_class_path_; member in art::gc::space::ImageSpace::BootImageLayout |