/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | cpu_affinity.cpp | 61 bool CpuSet::IsEmpty() const in IsEmpty() function in ark::os::CpuSet 138 ASSERT(bestCpuSet_.IsEmpty()); in Initialize() 139 ASSERT(middleCpuSet_.IsEmpty()); in Initialize() 140 ASSERT(bestAndMiddleCpuSet_.IsEmpty()); in Initialize() 141 ASSERT(weakCpuSet_.IsEmpty()); in Initialize()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | cpu_affinity.cpp | 56 bool CpuSet::IsEmpty() const in IsEmpty() function in ark::os::CpuSet 135 ASSERT(bestCpuSet_.IsEmpty()); in Initialize() 136 ASSERT(middleCpuSet_.IsEmpty()); in Initialize() 137 ASSERT(bestAndMiddleCpuSet_.IsEmpty()); in Initialize() 138 ASSERT(weakCpuSet_.IsEmpty()); in Initialize() 222 ASSERT(!bestCpuSet_.IsEmpty()); in LoadCpuFreq() 223 ASSERT(!middleCpuSet_.IsEmpty()); in LoadCpuFreq() 224 ASSERT(!weakCpuSet_.IsEmpty()); in LoadCpuFreq() 226 ASSERT(!bestAndMiddleCpuSet_.IsEmpty()); in LoadCpuFreq()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
H A D | task_test.cpp | 72 EXPECT_TRUE(queue->IsEmpty()); in TEST_F() 82 EXPECT_FALSE(queue->IsEmpty()); in TEST_F() 95 EXPECT_EQ(queue->IsEmpty(), COUNT_OF_TASKS == COUNT_OF_DONE_TASKS); in TEST_F() 101 EXPECT_EQ(queue->IsEmpty(), COUNT_OF_TASKS == COUNT_OF_DONE_TASKS); in TEST_F() 111 EXPECT_FALSE(queue->IsEmpty()); in TEST_F() 114 while (!queue->IsEmpty()) { in TEST_F()
|
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/ |
H A D | lock_free_ring_buffer_test.cpp | 34 ASSERT_TRUE(buffer.IsEmpty()); in TEST() 37 ASSERT_FALSE(buffer.IsEmpty()); in TEST() 39 ASSERT_TRUE(buffer.IsEmpty()); in TEST() 116 while (!buffer.IsEmpty()) { in TEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/ |
H A D | lock_free_ring_buffer_test.cpp | 34 ASSERT_TRUE(buffer.IsEmpty()); in TEST() 38 ASSERT_FALSE(buffer.IsEmpty()); in TEST() 40 ASSERT_TRUE(buffer.IsEmpty()); in TEST() 120 while (!buffer.IsEmpty()) { in TEST()
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
H A D | ref_block.cpp | 43 ASSERT(!IsEmpty()); in Remove() 57 if (block->IsEmpty()) { in VisitObjects() 75 if (block->IsEmpty()) { in UpdateMovedRefs() 103 if (block->IsEmpty()) { in GetAllReferencesInFrame()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread_pool_queue.h | 27 bool IsEmpty(); 55 bool IsEmpty() in IsEmpty() function in ark::TaskQueueInterface
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
H A D | task_queue.h | 176 [[nodiscard]] PANDA_PUBLIC_API bool IsEmpty() const override 193 return !foregroundTaskQueue_.IsEmpty(); 195 return !backgroundTaskQueue_.IsEmpty(); 234 return foregroundTaskQueue_.IsEmpty() && backgroundTaskQueue_.IsEmpty(); in AreInternalQueuesEmpty()
|
H A D | worker_thread.cpp | 42 bool WorkerThread::IsEmpty() const in IsEmpty() function in ark::taskmanager::WorkerThread 44 return localQueue_.IsEmpty(); in IsEmpty() 91 for (; !localQueue_.IsEmpty(); executeTasksCount++) { in ExecuteTasksFromLocalQueue()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | vtable_builder_variance-inl.h | 48 for (auto it = SameNameMethodInfoIterator(vtable_.Methods(), info); !it.IsEmpty(); it.Next()) { in ProcessClassMethod() 81 for (auto it = SameNameMethodInfoIterator(vtable_.Methods(), info); !it.IsEmpty(); it.Next()) { in ScanConflictingDefaultMethods() 91 for (auto it = SameNameMethodInfoIterator(vtable_.Methods(), info); !it.IsEmpty(); it.Next()) { in ScanConflictingDefaultMethods() 102 for (auto it = SameNameMethodInfoIterator(vtable_.CopiedMethods(), info); !it.IsEmpty(); it.Next()) { in ScanConflictingDefaultMethods()
|
H A D | vtable_builder_standard-inl.h | 37 for (auto it = SameNameMethodInfoIterator(vtable_.Methods(), info); !it.IsEmpty(); it.Next()) { in ProcessClassMethod() 65 for (auto it = SameNameMethodInfoIterator(vtable_.Methods(), info); !it.IsEmpty(); it.Next()) { in ScanConflictingDefaultMethods() 83 for (auto it = SameNameMethodInfoIterator(vtable_.CopiedMethods(), info); !it.IsEmpty(); it.Next()) { in ScanConflictingDefaultMethods()
|
H A D | vtable_builder_base.h | 279 bool IsEmpty() const in IsEmpty() function in ark::FilterBucketIterator 286 ASSERT(!IsEmpty()); in Value() 292 ASSERT(!IsEmpty()); in Next() 300 while (!IsEmpty() && !pred_(iter_)) { in Advance()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_operator.h | 109 return key_.IsEmpty(); in IsElement() 116 return key_.IsEmpty() && flag; in GetThroughElement() 227 if (value_.IsEmpty()) { in GetValue() 236 if (value_.IsEmpty()) { in SetValue() 264 return !holder_.IsEmpty(); in HasHolder() 279 if (key_.IsEmpty()) { in GetKey()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mark_stack.h | 69 bool IsEmpty() const in IsEmpty() function in panda::ecmascript::Stack 116 while (!unusedList_.IsEmpty()) { in FinishMarking() 125 if (!areaList_.IsEmpty()) { in PopBack()
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | pool_map.cpp | 74 bool PoolMap::IsEmpty() const in IsEmpty() function in ark::PoolMap 77 if (!i.IsEmpty()) { in IsEmpty()
|
H A D | pool_map.h | 86 PANDA_PUBLIC_API bool IsEmpty() const; 118 inline bool IsEmpty() const in IsEmpty() function in ark::PoolMap::PoolInfo
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
H A D | gc_queue.h | 38 virtual bool IsEmpty() const = 0; 57 bool IsEmpty() const override
|
/arkcompiler/toolchain/tooling/backend/ |
H A D | debugger_executor.cpp | 50 if (!value.IsEmpty()) { in DebuggerGetValue() 93 if (!value.IsEmpty()) { in GetValue() 97 if (!value.IsEmpty()) { in GetValue() 101 if (!value.IsEmpty()) { in GetValue() 105 if (!value.IsEmpty()) { in GetValue()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi.h | 461 if (!current.IsEmpty()) { in Global() 470 if (!current.IsEmpty()) { in Global() 478 if (!current.IsEmpty()) { in CopyableGlobal() 487 if (!current.IsEmpty()) { in CopyableGlobal() 497 if (!that.IsEmpty()) { in Copy() 509 if (!that.IsEmpty()) { in Copy() 528 if (!IsEmpty()) { in Free()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_string.h | 173 if (IsEmpty() || !utf::IsWhiteSpaceChar(At(0))) { in TrimLeft() 190 if (IsEmpty()) { in TrimRight() 210 if (IsEmpty()) { in Trim() 235 return ToEtsBoolean(prefix->IsEmpty()); in StartsWith() 250 if (suffix->IsEmpty()) { in EndsWith() 396 bool IsEmpty() in IsEmpty() function in ark::ets::EtsString 398 return GetCoreType()->IsEmpty(); in IsEmpty()
|
H A D | ets_finalizable_weak_ref.h | 40 ASSERT(!IsEmpty()); in Run() 44 bool IsEmpty() const in IsEmpty() function in ark::ets::EtsFinalizableWeakRef::Finalizer
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
H A D | g1_predictions.h | 28 if (seq.IsEmpty()) { in Predict()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | pool_map.cpp | 86 bool PoolMap::IsEmpty() const in IsEmpty() function in panda::PoolMap 89 if (!i.IsEmpty()) { in IsEmpty()
|
H A D | pool_map.h | 86 bool IsEmpty() const; 115 inline bool IsEmpty() const in IsEmpty() function in panda::PoolMap::PoolInfo
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
H A D | mpsc_set.h | 58 * @brief Method extract one value from the global set. Please, check if global set contains values with IsEmpty() 65 bool IsEmpty() const; 125 bool MPSCSet<StoredSetType>::IsEmpty() const in IsEmpty() function in ark::mem::MPSCSet
|