Home
last modified time | relevance | path

Searched refs:IsFull (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool_queue.h48 if (IsFull()) {
60 bool IsFull() in IsFull() function
Dthread_pool.h219 while (queue_->IsFull()) { in PutTask()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.cpp33 ASSERT(!IsFull()); in AddRef()
118 ASSERT(!IsFull()); in GetFreeIndex()
Dref_block.h101 bool IsFull() const in IsFull() function
Dreference_storage.cpp116 if (lastBlock->IsFull()) { in NewRef()
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h241 if (IsFull()) { in NewNode()
313 inline bool IsFull() in IsFull() function
325 return !IsFull() || usedList_ != nullptr; in HasUsagedNode()
543 if (!(*storage)->IsFull()) { in NewGlobalHandleImplement()
Ddate_parse.cpp394 if (isIsoFlag_ || (IsFull() && DayIsValid(data_[2]) && !MonthIsValid(data_[0]))) { in SetDayValue()
399 if (IsFull()) { in SetDayValue()
413 if (IsFull()) { in SetDayValue()
Ddate_parse.h512 bool IsFull() const in IsFull() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.h118 bool IsFull() in IsFull() function
Drunslots_allocator-inl.h113 if (!runslots->IsFull()) { in Alloc()
157 bool runslotsWasFull = runslots->IsFull(); in FreeUnsafeInternal()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h101 bool IsFull();
Dsamples_record.cpp849 if (!IsFull()) { in PostFrame()
886 if (!IsFull()) { in PostNapiFrame()
938 bool SamplesQueue::IsFull() in IsFull() function in panda::ecmascript::SamplesQueue