Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/
Dthread_pool_queue.h46 if (IsFull()) {
58 bool IsFull() in IsFull() function
Dthread_pool.h131 while (queue_->IsFull()) { in PutTask()
/ark/runtime_core/runtime/mem/refstorage/
Dref_block.cpp33 ASSERT(!IsFull()); in AddRef()
113 ASSERT(!IsFull()); in GetFreeIndex()
Dref_block.h102 bool IsFull() const in IsFull() function
Dreference_storage.cpp112 if (last_block->IsFull()) { in NewRef()
/ark/js_runtime/ecmascript/
Decma_global_storage-inl.h30 if (IsFull()) { in NewNode()
113 if ((*storage)->IsFull() && *freeList == nullptr) { in NewGlobalHandleImplement()
Decma_global_storage.h138 inline bool IsFull() in IsFull() function
155 return !IsFull() || usedList_ != nullptr; in HasUsagedNode()
/ark/runtime_core/runtime/mem/
Drunslots.h122 bool IsFull() in IsFull() function
Drunslots_allocator-inl.h112 if (!runslots->IsFull()) { in Alloc()
155 bool runslots_was_full = runslots->IsFull(); in FreeUnsafeInternal()