Searched refs:IsFull (Results 1 – 9 of 9) sorted by relevance
46 if (IsFull()) {58 bool IsFull() in IsFull() function
131 while (queue_->IsFull()) { in PutTask()
33 ASSERT(!IsFull()); in AddRef()113 ASSERT(!IsFull()); in GetFreeIndex()
102 bool IsFull() const in IsFull() function
112 if (last_block->IsFull()) { in NewRef()
30 if (IsFull()) { in NewNode()113 if ((*storage)->IsFull() && *freeList == nullptr) { in NewGlobalHandleImplement()
138 inline bool IsFull() in IsFull() function155 return !IsFull() || usedList_ != nullptr; in HasUsagedNode()
122 bool IsFull() in IsFull() function
112 if (!runslots->IsFull()) { in Alloc()155 bool runslots_was_full = runslots->IsFull(); in FreeUnsafeInternal()