Home
last modified time | relevance | path

Searched refs:GetBootImageSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dimage_space.cc885 if (image_header.GetBootImageSize() != boot_image_size) { in ValidateBootImageChecksum()
887 image_header.GetBootImageSize(), in ValidateBootImageChecksum()
1169 const uint32_t boot_image_size = image_header->GetBootImageSize(); in RelocateInPlace()
1771 if (boot_image_size != header.GetBootImageSize()) { in ValidateBootImageChecksum()
1774 header.GetBootImageSize(), in ValidateBootImageChecksum()
1844 chunk.boot_image_size = header.GetBootImageSize(); in ReadHeader()
2029 chunk.boot_image_size = header.GetBootImageSize(); in CompileExtension()
2499 uint32_t source_size = kExtension ? first_header.GetBootImageSize() + image_size : image_size; in DoRelocateSpaces()
2501 DCHECK_EQ(first_header.GetBootImageBegin() + first_header.GetBootImageSize(), image_begin); in DoRelocateSpaces()
3014 chunk.boot_image_size != header.GetBootImageSize())) { in LoadComponents()
[all …]
/aosp12/art/runtime/
H A Dimage.h348 uint32_t GetBootImageSize() const { in GetBootImageSize() function
/aosp12/art/oatdump/
H A Doatdump.cc1718 os << "BOOT IMAGE SIZE: " << image_header_.GetBootImageSize() << "\n\n"; in Dump()