Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc428 auto boot_class_path = static_cast<std::vector<std::unique_ptr<const DexFile>>*>( in ProcessSpecialOptions() local
647 const ParseStringList<':'>* boot_class_path = args.Get(M::BootClassPath); in DoParse() local
Dparsed_options_test.cc38 std::string boot_class_path; in TEST_F() local
Doat_file_assistant.cc177 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() local
Druntime.cc1612 std::vector<std::unique_ptr<const DexFile>> boot_class_path; in Init() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc227 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath() local
506 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsTotal() local
593 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in VMRuntime_preloadDexCaches() local
/art/dex2oat/
Ddex2oat_image_test.cc419 std::vector<std::string> boot_class_path = libcore_dex_files; in TEST_F() local
Ddex2oat.cc2770 std::string boot_class_path = "-Xbootclasspath:"; in PrepareRuntimeOptions() local
/art/runtime/jit/
Djit.cc890 const std::vector<const DexFile*>& boot_class_path = in Run() local
946 const std::vector<const DexFile*>& boot_class_path = in Run() local
/art/runtime/interpreter/
Dunstarted_runtime.cc583 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream() local