Searched refs:boot_oat_end (Results 1 – 4 of 4) sorted by relevance
1149 uint32_t boot_oat_end = 0; in RelocateInPlace() local1151 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()1156 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace()1160 const uint32_t boot_image_size = boot_oat_end - boot_image_begin; in RelocateInPlace()
4263 uint32_t* boot_oat_end) { in GetBootImagesSize() argument4267 DCHECK(boot_oat_end != nullptr); in GetBootImagesSize()4271 *boot_oat_end = 0u; in GetBootImagesSize()4285 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()
692 uint32_t* boot_oat_end);
2705 uint32_t boot_oat_end = 0; in CreateHeader() local2707 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()2724 boot_oat_end - boot_image_begin, in CreateHeader()