Lines Matching refs:BlockEnd
535 uptr BlockEnd; variable
539 BlockEnd = reinterpret_cast<uptr>(BlockBegin) +
543 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);
544 OldSize = BlockEnd - (reinterpret_cast<uptr>(OldTaggedPtr) +
550 if (reinterpret_cast<uptr>(OldTaggedPtr) + NewSize <= BlockEnd) {
567 : BlockEnd -
575 NewSize, untagPointer(BlockEnd));
1139 const uptr BlockEnd = BlockUptr + BlockSize; in initChunkWithMemoryTagging() local
1183 resizeTaggedChunk(PrevEnd, TaggedUserPtr + Size, Size, BlockEnd); in initChunkWithMemoryTagging()
1202 TaggedPtr = prepareTaggedChunk(Ptr, Size, OddEvenMask, BlockEnd); in initChunkWithMemoryTagging()
1345 void storeEndMarker(uptr End, uptr Size, uptr BlockEnd) { in storeEndMarker() argument
1346 DCHECK_EQ(BlockEnd, untagPointer(BlockEnd)); in storeEndMarker()
1348 if (UntaggedEnd != BlockEnd) { in storeEndMarker()
1356 uptr BlockEnd) { in prepareTaggedChunk() argument
1367 storeEndMarker(TaggedEnd, Size, BlockEnd); in prepareTaggedChunk()
1372 uptr BlockEnd) { in resizeTaggedChunk() argument
1385 storeEndMarker(RoundNewPtr, NewSize, BlockEnd); in resizeTaggedChunk()