Lines Matching defs:TB
699 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(
701 TB->clear();
704 TB->add(Array[Size - 1]);
705 TB->add(
709 // `TB` is also the block of BatchClassId.
711 BG->Batches.push_front(TB);
746 // TB TB TB
749 // TB
752 // are managed by a list of TransferBatch(TB). To reduce the time of inserting
767 TransferBatchT *TB =
769 TB->clear();
772 BG->Batches.push_front(TB);
958 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(BG);
960 compactPtr(SizeClassMap::BatchClassId, reinterpret_cast<uptr>(TB));