Searched refs:GetBootClassPath (Results 1 – 20 of 20) sorted by relevance
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
|
D | dalvik_system_VMRuntime.cc | 228 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/ |
D | oat_writer_test.cc | 394 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()
|
D | image_test.h | 154 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
|
/art/runtime/ |
D | dexopt_test.cc | 123 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
|
D | oat_file_assistant.cc | 176 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() 643 ArrayRef<const std::string> boot_class_path(runtime->GetBootClassPath()); in ValidateBootClassPathChecksums()
|
D | runtime.cc | 1316 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()
|
D | common_runtime_test.cc | 152 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
|
D | vdex_file.cc | 334 runtime->GetClassLinker()->GetBootClassPath()); in ComputeBootClassPathChecksumString()
|
D | runtime.h | 261 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
|
D | class_linker.h | 439 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
|
/art/runtime/jit/ |
D | profile_saver.cc | 711 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
|
D | jit.cc | 633 runtime->GetClassLinker()->GetBootClassPath(); in Run()
|
/art/dex2oat/ |
D | dex2oat.cc | 1521 runtime->GetClassLinker()->GetBootClassPath(); in Setup() 1764 &class_linker->GetBootClassPath(), in Compile()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 930 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 1164 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VerifyInternalClasses()
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 295 std::vector<std::string> boot_class_path = Runtime::Current()->GetBootClassPath(); in VM_ClassPaths()
|
/art/runtime/gc/space/ |
D | image_space.cc | 111 const std::vector<std::string>& boot_class_path = runtime->GetBootClassPath(); in GenerateImage()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 583 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
|
/art/oatdump/ |
D | oatdump.cc | 2976 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()
|