Searched refs:boot_oat_end (Results 1 – 4 of 4) sorted by relevance
1207 uint32_t boot_oat_end = 0; in RelocateInPlace() local1210 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()1215 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace()1220 const uint32_t boot_oat_size = boot_oat_end - boot_oat_begin; in RelocateInPlace()
3970 uint32_t* boot_oat_end) { in GetBootImagesSize() argument3974 DCHECK(boot_oat_end != nullptr); in GetBootImagesSize()3978 *boot_oat_end = 0u; in GetBootImagesSize()3992 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()
646 uint32_t* boot_oat_end);
1962 uint32_t boot_oat_end = 0; in CreateHeader() local1964 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()1980 boot_oat_end - boot_oat_begin, in CreateHeader()