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 | 227 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath() 506 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsTotal() 525 for (const DexFile* dex_file : class_linker->GetBootClassPath()) { in PreloadDexCachesStatsFilled() 593 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in VMRuntime_preloadDexCaches()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 439 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F() 447 class_linker->GetBootClassPath(), in TEST_F() 453 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings); in TEST_F() 464 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
|
D | image_test.h | 153 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
|
/art/runtime/ |
D | dexopt_test.cc | 157 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
|
D | oat_file_assistant.cc | 170 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() 622 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
|
D | runtime.cc | 1388 GetBootClassPath(), in Init() 1583 if (heap_->GetBootImageSpaces().size() != GetBootClassPath().size()) { in Init() 1585 DCHECK_LT(heap_->GetBootImageSpaces().size(), GetBootClassPath().size()); in Init() 1587 DCHECK_LT(start, GetBootClassPath().size()); in Init() 1592 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()).SubArray(start), in Init() 1610 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()), in Init()
|
D | vdex_file.cc | 373 ArrayRef<const DexFile* const>(runtime->GetClassLinker()->GetBootClassPath())); in ComputeBootClassPathChecksumString()
|
D | common_runtime_test.cc | 129 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
|
D | runtime.h | 277 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
|
D | class_linker.h | 464 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 329 std::vector<std::string> bcp = runtime->GetBootClassPath(); in TEST_F() 331 std::vector<const DexFile*> dex_files = runtime->GetClassLinker()->GetBootClassPath(); in TEST_F()
|
D | image_space.cc | 123 const std::vector<std::string>& boot_class_path = runtime->GetBootClassPath(); in GenerateImage() 3487 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
|
/art/runtime/jit/ |
D | jit.cc | 892 runtime->GetClassLinker()->GetBootClassPath(); in Run() 948 runtime->GetClassLinker()->GetBootClassPath(); in Run() 1216 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in CreateThreadPool()
|
D | profile_saver.cc | 736 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 935 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
|
/art/dex2oat/ |
D | dex2oat.cc | 1777 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup() 2070 &class_linker->GetBootClassPath(), in Compile()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 1230 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VerifyInternalClasses()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 532 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
|
/art/oatdump/ |
D | oatdump.cc | 3008 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()
|