Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h228 static std::string GetBootClassPathChecksums(ArrayRef<ImageSpace* const> image_spaces,
Dimage_space_test.cc335 std::string checksums = gc::space::ImageSpace::GetBootClassPathChecksums( in TEST_F()
Dimage_space.cc3814 std::string ImageSpace::GetBootClassPathChecksums( in GetBootClassPathChecksums() function in art::gc::space::ImageSpace
/art/runtime/
Dvdex_file.cc371 return gc::space::ImageSpace::GetBootClassPathChecksums( in ComputeBootClassPathChecksumString()
/art/dex2oat/
Ddex2oat.cc1854 gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, bcp_dex_files_dependency)); in Setup()
1864 gc::space::ImageSpace::GetBootClassPathChecksums(image_spaces, bcp_dex_files)); in Setup()