reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
271 (reinterpret_cast<uptr>(B) ^ reinterpret_cast<uptr>(C)) >> 4); 272 B->shuffle(Seed); 274 CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch)); 276 PREFETCH(B->Batch[I]); 277 for (uptr I = 0, Count = B->Count; I < Count; I++) { 279 PREFETCH(B->Batch[I + NumberOfPrefetch]); 280 Cb.recycle(reinterpret_cast<Node *>(B->Batch[I])); 282 Cb.deallocate(B);