Home
last modified time | relevance | path

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

/aosp12/art/dexoptanalyzer/
H A 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()
/aosp12/art/dex2oat/linker/
H A 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()
H A Dimage_test.h153 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
/aosp12/art/runtime/native/
H A Djava_lang_VMClassLoader.cc135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
H A Ddalvik_system_VMRuntime.cc221 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath()
/aosp12/art/runtime/gc/space/
H A 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()
H A Dimage_space.cc3144 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
/aosp12/art/runtime/
H A Ddexopt_test.cc178 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
H A 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()
H A Doat_file_assistant.cc191 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath()
662 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
H A Dcommon_runtime_test.cc129 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
H A Druntime.h286 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
H A Dclass_linker.h474 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
/aosp12/art/runtime/jit/
H A 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()
H A Djit.cc891 runtime->GetClassLinker()->GetBootClassPath(); in Run()
948 runtime->GetClassLinker()->GetBootClassPath(); in Run()
1200 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in CreateThreadPool()
/aosp12/art/dex2oat/
H A Ddex2oat.cc1519 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
1861 &class_linker->GetBootClassPath(), in Compile()
/aosp12/art/openjdkjvmti/
H A Dti_class.cc936 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc537 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
/aosp12/art/oatdump/
H A Doatdump.cc2642 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()