Searched refs:oat_begin (Results 1 – 1 of 1) sorted by relevance
4280 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize() local4282 if (*boot_oat_begin == 0 || oat_begin < *boot_oat_begin) { in GetBootImagesSize()4283 *boot_oat_begin = oat_begin; in GetBootImagesSize()4285 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()