Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc953 if (image_header.GetBootImageSize() != boot_image_size) { in ValidateBootImageChecksum()
955 image_header.GetBootImageSize(), in ValidateBootImageChecksum()
1254 const uint32_t boot_image_size = image_header->GetBootImageSize(); in RelocateInPlace()
1706 if (boot_image_size != header.GetBootImageSize()) { in ValidateBootImageChecksum()
1709 header.GetBootImageSize(), in ValidateBootImageChecksum()
1866 chunk.boot_image_size = header.GetBootImageSize(); in ReadHeader()
2062 chunk.boot_image_size = header.GetBootImageSize(); in CompileBootclasspathElements()
2514 uint32_t source_size = kExtension ? first_header.GetBootImageSize() + image_size : image_size; in DoRelocateSpaces()
2516 DCHECK_EQ(first_header.GetBootImageBegin() + first_header.GetBootImageSize(), image_begin); in DoRelocateSpaces()
3082 chunk.boot_image_size != header.GetBootImageSize())) { in LoadComponents()
[all …]
/art/runtime/oat/
Dimage.h358 uint32_t GetBootImageSize() const { in GetBootImageSize() function
/art/oatdump/
Doatdump.cc1811 os << "BOOT IMAGE SIZE: " << image_header_.GetBootImageSize() << "\n\n"; in Dump()