Lines Matching defs:annotations_end
607 uptr annotations_end =
611 beg = Min(beg, annotations_end);
612 mid = Min(mid, annotations_end);
615 if (auto *bad = FindBadAddress(mid, annotations_end, true))
617 return FindBadAddress(annotations_end, end, false);
644 uptr annotations_end = (!AddrIsAlignedByGranularity(storage_end) &&
648 storage_beg = Min(storage_beg, annotations_end);
649 beg = Min(beg, annotations_end);
650 end = Min(end, annotations_end);
656 if (auto *bad = FindBadAddress(end, annotations_end, true))
658 return FindBadAddress(annotations_end, storage_end, false);