Home
last modified time | relevance | path

Searched defs:boot_class_path (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dparsed_options_test.cc35 std::string boot_class_path; in TEST_F() local
Druntime.cc808 std::vector<const DexFile*> boot_class_path; in Init() local
Dclass_linker.cc206 void ClassLinker::InitWithoutImage(const std::vector<const DexFile*>& boot_class_path) { in InitWithoutImage()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc364 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsTotal() local
381 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsFilled() local
443 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in VMRuntime_preloadDexCaches() local
Ddalvik_system_DexFile.cc390 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath(); in CopyProfileFile() local
/art/runtime/gc/space/
Dimage_space.cc120 std::vector<std::string> boot_class_path; in GenerateImage() local
/art/dex2oat/
Ddex2oat.cc1242 std::vector<const DexFile*> boot_class_path; in dex2oat() local
/art/runtime/jdwp/
Djdwp_handler.cc338 std::vector<std::string> boot_class_path; in VM_ClassPaths() local