Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h134 std::vector<const DexFile*> boot_class_path_; variable
Dclass_linker.h1331 std::vector<const DexFile*> boot_class_path_; variable
Druntime.h960 std::vector<std::string> boot_class_path_; variable
/art/runtime/gc/space/
Dimage_space.cc1915 const std::vector<std::string>& boot_class_path_; member in art::gc::space::ImageSpace::BootImageLoader