Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc397 auto boot_class_path = static_cast<std::vector<std::unique_ptr<const DexFile>>*>( in ProcessSpecialOptions() local
620 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.cc176 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() local
643 ArrayRef<const std::string> boot_class_path(runtime->GetBootClassPath()); in ValidateBootClassPathChecksums() local
Druntime.cc1555 std::vector<std::unique_ptr<const DexFile>> boot_class_path; in Init() local
Dclass_linker.cc447 bool ClassLinker::InitWithoutImage(std::vector<std::unique_ptr<const DexFile>> boot_class_path, in InitWithoutImage()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc228 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath() local
501 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsTotal() local
588 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in VMRuntime_preloadDexCaches() local
/art/runtime/gc/space/
Dimage_space.cc111 const std::vector<std::string>& boot_class_path = runtime->GetBootClassPath(); in GenerateImage() local
1362 BootImageLoader(const std::vector<std::string>& boot_class_path, in BootImageLoader()
1966 const std::vector<std::string>& boot_class_path, in LoadBootImage()
2211 std::string ImageSpace::GetBootClassPathChecksums(ArrayRef<const std::string> boot_class_path, in GetBootClassPathChecksums()
2279 const std::vector<const DexFile*>& boot_class_path) { in GetBootClassPathChecksums()
/art/runtime/jit/
Djit.cc632 const std::vector<const DexFile*>& boot_class_path = in Run() local
/art/dex2oat/
Ddex2oat.cc2475 std::string boot_class_path = "-Xbootclasspath:"; in PrepareRuntimeOptions() local
/art/runtime/jdwp/
Djdwp_handler.cc295 std::vector<std::string> boot_class_path = Runtime::Current()->GetBootClassPath(); in VM_ClassPaths() local
/art/runtime/interpreter/
Dunstarted_runtime.cc583 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream() local
/art/runtime/gc/
Dheap.cc182 const std::vector<std::string>& boot_class_path, in Heap()