Lines Matching defs:annotations_end
787 uptr annotations_end =
791 beg = Min(beg, annotations_end);
792 mid = Min(mid, annotations_end);
795 if (auto *bad = FindBadAddress(mid, annotations_end, true))
797 return FindBadAddress(annotations_end, end, false);
824 uptr annotations_end = (!AddrIsAlignedByGranularity(storage_end) &&
828 storage_beg = Min(storage_beg, annotations_end);
829 beg = Min(beg, annotations_end);
830 end = Min(end, annotations_end);
836 if (auto *bad = FindBadAddress(end, annotations_end, true))
838 return FindBadAddress(annotations_end, storage_end, false);