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.cc227 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/
Doat_writer_test.cc439 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()
Dimage_test.h153 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
/art/runtime/
Ddexopt_test.cc157 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
Doat_file_assistant.cc170 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath()
622 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
Druntime.cc1388 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()
Dvdex_file.cc373 ArrayRef<const DexFile* const>(runtime->GetClassLinker()->GetBootClassPath())); in ComputeBootClassPathChecksumString()
Dcommon_runtime_test.cc129 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
Druntime.h277 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
Dclass_linker.h464 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
/art/runtime/gc/space/
Dimage_space_test.cc329 std::vector<std::string> bcp = runtime->GetBootClassPath(); in TEST_F()
331 std::vector<const DexFile*> dex_files = runtime->GetClassLinker()->GetBootClassPath(); in TEST_F()
Dimage_space.cc123 const std::vector<std::string>& boot_class_path = runtime->GetBootClassPath(); in GenerateImage()
3487 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
/art/runtime/jit/
Djit.cc892 runtime->GetClassLinker()->GetBootClassPath(); in Run()
948 runtime->GetClassLinker()->GetBootClassPath(); in Run()
1216 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in CreateThreadPool()
Dprofile_saver.cc736 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
/art/openjdkjvmti/
Dti_class.cc935 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
/art/dex2oat/
Ddex2oat.cc1777 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
2070 &class_linker->GetBootClassPath(), in Compile()
/art/runtime/verifier/
Dverifier_deps.cc1230 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VerifyInternalClasses()
/art/runtime/interpreter/
Dunstarted_runtime.cc532 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
/art/oatdump/
Doatdump.cc3008 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()