Searched refs:IsFull (Results 1 – 12 of 12) sorted by relevance
48 if (IsFull()) {60 bool IsFull() in IsFull() function
219 while (queue_->IsFull()) { in PutTask()
33 ASSERT(!IsFull()); in AddRef()118 ASSERT(!IsFull()); in GetFreeIndex()
101 bool IsFull() const in IsFull() function
116 if (lastBlock->IsFull()) { in NewRef()
241 if (IsFull()) { in NewNode()313 inline bool IsFull() in IsFull() function325 return !IsFull() || usedList_ != nullptr; in HasUsagedNode()543 if (!(*storage)->IsFull()) { in NewGlobalHandleImplement()
394 if (isIsoFlag_ || (IsFull() && DayIsValid(data_[2]) && !MonthIsValid(data_[0]))) { in SetDayValue()399 if (IsFull()) { in SetDayValue()413 if (IsFull()) { in SetDayValue()
512 bool IsFull() const in IsFull() function
118 bool IsFull() in IsFull() function
113 if (!runslots->IsFull()) { in Alloc()157 bool runslotsWasFull = runslots->IsFull(); in FreeUnsafeInternal()
101 bool IsFull();
849 if (!IsFull()) { in PostFrame()886 if (!IsFull()) { in PostNapiFrame()938 bool SamplesQueue::IsFull() in IsFull() function in panda::ecmascript::SamplesQueue