Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_VMRuntime.cc221 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc380 auto dex_files = ArrayRef<const DexFile* const>(runtime->GetClassLinker()->GetBootClassPath()); in ValidateBcp()
386 const std::vector<std::string>& bcp = runtime->GetBootClassPath(); in ValidateBcp()
/art/dex2oat/linker/
Doat_writer_test.cc432 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F()
440 class_linker->GetBootClassPath(), in TEST_F()
446 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings); in TEST_F()
457 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/gc/space/
Dimage_space_test.cc325 std::vector<std::string> bcp = runtime->GetBootClassPath(); in TEST_F()
327 std::vector<const DexFile*> dex_files = runtime->GetClassLinker()->GetBootClassPath(); in TEST_F()
Dimage_space.cc3144 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
/art/runtime/
Ddexopt_test.cc178 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
Druntime.cc1571 GetBootClassPath(), in Init()
1771 if (total_components != GetBootClassPath().size()) { in Init()
1773 CHECK_LT(total_components, GetBootClassPath().size()); in Init()
1775 DCHECK_LT(start, GetBootClassPath().size()); in Init()
1780 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()).SubArray(start), in Init()
1798 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()), in Init()
1820 ArrayRef<const DexFile* const> bcp_dex_files(GetClassLinker()->GetBootClassPath()); in Init()
Doat_file_assistant.cc191 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath()
662 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
Dcommon_runtime_test.cc129 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
Druntime.h286 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
Dclass_linker.h474 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
/art/runtime/jit/
Dprofile_saver.cc723 DCHECK(!class_linker->GetBootClassPath().empty()); in UpdateProfile()
724 const DexFile* dex_file = class_linker->GetBootClassPath().front(); in UpdateProfile()
1046 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
Djit.cc891 runtime->GetClassLinker()->GetBootClassPath(); in Run()
948 runtime->GetClassLinker()->GetBootClassPath(); in Run()
1200 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in CreateThreadPool()
/art/dex2oat/
Ddex2oat.cc1519 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
1861 &class_linker->GetBootClassPath(), in Compile()
/art/openjdkjvmti/
Dti_class.cc936 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
/art/runtime/interpreter/
Dunstarted_runtime.cc537 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
/art/oatdump/
Doatdump.cc2642 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()