Searched refs:boot_image_end (Results 1 – 4 of 4) sorted by relevance
4261 uint32_t* boot_image_end, in GetBootImagesSize() argument4265 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()
690 uint32_t* boot_image_end,
1147 uint32_t boot_image_end = 0; in RelocateInPlace() local1151 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()
2703 uint32_t boot_image_end = 0; in CreateHeader() local2707 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()