Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 - 25 of 246) sorted by relevance

12345678910

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dcpu_affinity.cpp61 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 Dcpu_affinity.cpp56 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 Dtask_test.cpp72 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 Dlock_free_ring_buffer_test.cpp34 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 Dlock_free_ring_buffer_test.cpp34 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 Dref_block.cpp43 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 Dthread_pool_queue.h27 bool IsEmpty();
55 bool IsEmpty() in IsEmpty() function in ark::TaskQueueInterface
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue.h176 [[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 Dworker_thread.cpp42 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 Dvtable_builder_variance-inl.h48 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 Dvtable_builder_standard-inl.h37 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 Dvtable_builder_base.h279 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 Dobject_operator.h109 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 Dmark_stack.h69 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 Dpool_map.cpp74 bool PoolMap::IsEmpty() const in IsEmpty() function in ark::PoolMap
77 if (!i.IsEmpty()) { in IsEmpty()
H A Dpool_map.h86 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 Dgc_queue.h38 virtual bool IsEmpty() const = 0;
57 bool IsEmpty() const override
/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp50 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 Djsnapi.h461 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 Dets_string.h173 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 Dets_finalizable_weak_ref.h40 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 Dg1_predictions.h28 if (seq.IsEmpty()) { in Predict()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dpool_map.cpp86 bool PoolMap::IsEmpty() const in IsEmpty() function in panda::PoolMap
89 if (!i.IsEmpty()) { in IsEmpty()
H A Dpool_map.h86 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 Dmpsc_set.h58 * @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

Completed in 13 milliseconds

12345678910