Home
last modified time | relevance | path

Searched refs:current_header (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dimage_space.cc872 component_count += current_header.GetComponentCount(); in ValidateBootImageChecksum()
873 checksum ^= current_header.GetImageChecksum(); in ValidateBootImageChecksum()
875 space_pos += current_header.GetImageSpaceCount(); in ValidateBootImageChecksum()
876 boot_image_size += current_header.GetImageReservationSize(); in ValidateBootImageChecksum()
2720 size_t image_space_count = current_header.GetImageSpaceCount(); in DeduplicateInternedStrings()
2752 component_count += current_header.GetComponentCount(); in DeduplicateInternedStrings()
3345 const ImageHeader& current_header = main_space->GetImageHeader(); in GetBootClassPathChecksums() local
3346 uint32_t image_space_count = current_header.GetImageSpaceCount(); in GetBootClassPathChecksums()
3352 uint32_t component_count = current_header.GetComponentCount(); in GetBootClassPathChecksums()
3557 uint32_t component_count = current_header.GetComponentCount(); in VerifyBootClassPathChecksums()
[all …]
/aosp12/art/runtime/gc/
H A Dheap.cc231 const ImageHeader& current_header = image_spaces[i + j]->GetImageHeader(); in VerifyBootImagesContiguity() local
233 CHECK_EQ(current_oat, current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()
234 current_heap += RoundUp(current_header.GetImageSize(), kPageSize); in VerifyBootImagesContiguity()
235 CHECK_GT(current_header.GetOatFileEnd(), current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()
236 current_oat = current_header.GetOatFileEnd(); in VerifyBootImagesContiguity()