Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc41 uint32_t boot_image_size, in ImageHeader() argument
57 boot_image_size_(boot_image_size), in ImageHeader()
Dimage.h114 uint32_t boot_image_size,
/art/runtime/gc/space/
Dimage_space.cc1155 const uint32_t boot_image_size = boot_image_end - boot_image_begin; in RelocateInPlace() local
1159 if (boot_image_size != image_header_boot_image_size) { in RelocateInPlace()
1162 static_cast<uint64_t>(boot_image_size), in RelocateInPlace()
1176 boot_image_size); in RelocateInPlace()