Home
last modified time | relevance | path

Searched refs:boot_image_end (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dheap.cc4261 uint32_t* boot_image_end, in GetBootImagesSize() argument
4265 DCHECK(boot_image_end != nullptr); in GetBootImagesSize()
4269 *boot_image_end = 0u; in GetBootImagesSize()
4278 *boot_image_end = std::max(*boot_image_end, image_begin + image_size); in GetBootImagesSize()
Dheap.h690 uint32_t* boot_image_end,
/art/runtime/gc/space/
Dimage_space.cc1147 uint32_t boot_image_end = 0; in RelocateInPlace() local
1151 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
1152 if (boot_image_begin == boot_image_end) { in RelocateInPlace()
/art/dex2oat/linker/
Dimage_writer.cc2703 uint32_t boot_image_end = 0; in CreateHeader() local
2707 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()