Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc39 uint32_t boot_image_size, in ImageHeader() argument
55 boot_image_size_(boot_image_size), in ImageHeader()
Dimage.h113 uint32_t boot_image_size,
/art/runtime/gc/space/
Dimage_space.cc988 const uint32_t boot_image_size = boot_image_end - boot_image_begin; in RelocateInPlace() local
992 if (boot_image_size != image_header_boot_image_size) { in RelocateInPlace()
995 static_cast<uint64_t>(boot_image_size), in RelocateInPlace()
1009 boot_image_size); in RelocateInPlace()