Lines Matching defs:TB
546 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(
548 TB->clear();
551 TB->add(Array[Size - 1]);
552 TB->add(
556 // `TB` is also the block of BatchClassId.
558 BG->Batches.push_front(TB);
592 // TB TB TB
595 // TB
598 // are managed by a list of TransferBatch(TB). To reduce the time of inserting
615 TransferBatchT *TB =
617 TB->clear();
620 BG->Batches.push_front(TB);
731 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(BG);
733 compactPtr(SizeClassMap::BatchClassId, reinterpret_cast<uptr>(TB));