Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1121 if (image_header.GetBootImageSize() != boot_image_size) { in ValidateBootImageChecksum()
1123 image_header.GetBootImageSize(), in ValidateBootImageChecksum()
1393 const uint32_t boot_image_size = image_header->GetBootImageSize(); in RelocateInPlace()
2019 if (boot_image_size != header.GetBootImageSize()) { in ValidateBootImageChecksum()
2022 header.GetBootImageSize(), in ValidateBootImageChecksum()
2092 chunk.boot_image_size = header.GetBootImageSize(); in ReadHeader()
2277 chunk.boot_image_size = header.GetBootImageSize(); in CompileExtension()
2794 uint32_t source_size = kExtension ? first_header.GetBootImageSize() + image_size : image_size; in DoRelocateSpaces()
2796 DCHECK_EQ(first_header.GetBootImageBegin() + first_header.GetBootImageSize(), image_begin); in DoRelocateSpaces()
3319 chunk.boot_image_size != header.GetBootImageSize())) { in LoadComponents()
[all …]
/art/runtime/
Dimage.h351 uint32_t GetBootImageSize() const { in GetBootImageSize() function
/art/oatdump/
Doatdump.cc1822 os << "BOOT IMAGE SIZE: " << image_header_.GetBootImageSize() << "\n\n"; in Dump()