Searched refs:boot_image_end (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.cc | 1161 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/ |
D | heap.cc | 4002 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()
|
D | heap.h | 634 uint32_t* boot_image_end,
|
/art/compiler/ |
D | image_writer.cc | 1952 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()
|