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.cc974 uint32_t boot_image_end = 0; in RelocateInPlace() local
979 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
980 if (boot_image_begin == boot_image_end) { in RelocateInPlace()
988 const uint32_t boot_image_size = boot_image_end - boot_image_begin; in RelocateInPlace()
/art/runtime/gc/
Dheap.cc4130 uint32_t* boot_image_end, in GetBootImagesSize() argument
4134 DCHECK(boot_image_end != nullptr); in GetBootImagesSize()
4138 *boot_image_end = 0u; in GetBootImagesSize()
4147 *boot_image_end = std::max(*boot_image_end, image_begin + image_size); in GetBootImagesSize()
Dheap.h605 uint32_t* boot_image_end,
/art/compiler/
Dimage_writer.cc1527 uint32_t boot_image_end = 0; in CreateHeader() local
1531 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()
1545 boot_image_end - boot_image_begin, in CreateHeader()