Home
last modified time | relevance | path

Searched refs:GetBootClassPathChecksums (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h241 EXPORT static std::string GetBootClassPathChecksums(
H A Dimage_space.cc3520 std::string ImageSpace::GetBootClassPathChecksums( in GetBootClassPathChecksums() function in art::gc::space::ImageSpace
/aosp_15_r20/art/runtime/
H A Druntime.h370 const std::string& GetBootClassPathChecksums() const { in GetBootClassPathChecksums() function
H A Druntime_image.cc1137 runtime->GetBootClassPathChecksums()); in WriteObjects()
H A Druntime.cc2038 boot_class_path_checksums_ = gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, in Init()
H A Dclass_linker.cc2253 if (strcmp(bcp_checksums, runtime->GetBootClassPathChecksums().c_str()) != 0) { in AddImageSpace()
2256 runtime->GetBootClassPathChecksums().c_str()); in AddImageSpace()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc1636 gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, bcp_dex_files_dependency)); in Setup()
1645 gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, bcp_dex_files)); in Setup()
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_test.cc2658 std::string checksums = gc::space::ImageSpace::GetBootClassPathChecksums( in TEST_P()