Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h345 uint32_t GetBootImageSize() const { in GetBootImageSize() function
/art/runtime/gc/space/
Dimage_space.cc1161 const uint32_t image_header_boot_image_size = image_header.GetBootImageSize(); in RelocateInPlace()
/art/oatdump/
Doatdump.cc1819 os << "BOOT IMAGE SIZE: " << image_header_.GetBootImageSize() << "\n\n"; in Dump()