Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1161 uint32_t boot_image_end = 0; in RelocateInPlace() local
1166 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
1167 if (boot_image_begin == boot_image_end) { in RelocateInPlace()
1175 const uint32_t boot_image_size = boot_image_end - boot_image_begin; in RelocateInPlace()
/art/runtime/gc/
Dheap.cc4002 uint32_t* boot_image_end, in GetBootImagesSize() argument
4006 DCHECK(boot_image_end != nullptr); in GetBootImagesSize()
4010 *boot_image_end = 0u; in GetBootImagesSize()
4019 *boot_image_end = std::max(*boot_image_end, image_begin + image_size); in GetBootImagesSize()
Dheap.h634 uint32_t* boot_image_end,
/art/compiler/
Dimage_writer.cc1952 uint32_t boot_image_end = 0; in CreateHeader() local
1956 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()
1970 boot_image_end - boot_image_begin, in CreateHeader()