Home
last modified time | relevance | path

Searched refs:GetBootClassPath (Results 1 – 20 of 20) sorted by relevance

/art/runtime/native/
Djava_lang_VMClassLoader.cc135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_VMRuntime.cc228 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath()
501 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsTotal()
520 for (const DexFile* dex_file : class_linker->GetBootClassPath()) { in PreloadDexCachesStatsFilled()
588 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in VMRuntime_preloadDexCaches()
/art/dex2oat/linker/
Doat_writer_test.cc394 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F()
402 class_linker->GetBootClassPath(), in TEST_F()
408 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings); in TEST_F()
421 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
Dimage_test.h154 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
/art/runtime/
Ddexopt_test.cc123 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
Doat_file_assistant.cc176 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath()
643 ArrayRef<const std::string> boot_class_path(runtime->GetBootClassPath()); in ValidateBootClassPathChecksums()
Druntime.cc1316 GetBootClassPath(), in Init()
1532 if (heap_->GetBootImageSpaces().size() != GetBootClassPath().size()) { in Init()
1534 DCHECK_LT(heap_->GetBootImageSpaces().size(), GetBootClassPath().size()); in Init()
1536 DCHECK_LT(start, GetBootClassPath().size()); in Init()
1541 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()).SubArray(start), in Init()
1559 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()), in Init()
Dcommon_runtime_test.cc152 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
Dvdex_file.cc334 runtime->GetClassLinker()->GetBootClassPath()); in ComputeBootClassPathChecksumString()
Druntime.h261 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
Dclass_linker.h439 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
/art/runtime/jit/
Dprofile_saver.cc711 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
Djit.cc633 runtime->GetClassLinker()->GetBootClassPath(); in Run()
/art/dex2oat/
Ddex2oat.cc1521 runtime->GetClassLinker()->GetBootClassPath(); in Setup()
1764 &class_linker->GetBootClassPath(), in Compile()
/art/openjdkjvmti/
Dti_class.cc930 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
/art/runtime/verifier/
Dverifier_deps.cc1164 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VerifyInternalClasses()
/art/runtime/jdwp/
Djdwp_handler.cc295 std::vector<std::string> boot_class_path = Runtime::Current()->GetBootClassPath(); in VM_ClassPaths()
/art/runtime/gc/space/
Dimage_space.cc111 const std::vector<std::string>& boot_class_path = runtime->GetBootClassPath(); in GenerateImage()
/art/runtime/interpreter/
Dunstarted_runtime.cc583 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
/art/oatdump/
Doatdump.cc2976 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()