Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h225 static std::string GetBootClassPathChecksums(ArrayRef<ImageSpace* const> image_spaces,
Dimage_space_test.cc331 std::string checksums = gc::space::ImageSpace::GetBootClassPathChecksums( in TEST_F()
Dimage_space.cc3332 std::string ImageSpace::GetBootClassPathChecksums( in GetBootClassPathChecksums() function in art::gc::space::ImageSpace
/art/dexoptanalyzer/
Ddexoptanalyzer.cc382 const std::string checksums = ImageSpace::GetBootClassPathChecksums(boot_image_spaces, in ValidateBcp()
/art/runtime/
Doat_file_assistant.cc652 if (oat_boot_class_path_checksums_view == runtime->GetBootClassPathChecksums() && in ValidateBootClassPathChecksums()
Druntime.h298 const std::string& GetBootClassPathChecksums() const { in GetBootClassPathChecksums() function
Druntime.cc1821 boot_class_path_checksums_ = gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, in Init()
/art/dex2oat/
Ddex2oat.cc1602 gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, bcp_dex_files_dependency)); in Setup()
1612 gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, bcp_dex_files)); in Setup()