Home
last modified time | relevance | path

Searched refs:IsNodeInSlab (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp107 bool SlabAllocatorImpl::IsNodeInSlab(Slab* slab, IndexLinkNode* node) const { in IsNodeInSlab() function in SlabAllocatorImpl
115 ASSERT(IsNodeInSlab(slab, node)); in PushFront()
121 ASSERT(IsNodeInSlab(slab, head)); in PushFront()
137 ASSERT(IsNodeInSlab(slab, head)); in PopFront()
139 ASSERT(IsNodeInSlab(slab, slab->freeList)); in PopFront()
DSlabAllocator.h114 bool IsNodeInSlab(Slab* slab, IndexLinkNode* node) const;