Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmem_hooks_test.cpp35 ASSERT_TRUE(os::mem_hooks::PandaHooks::IsActive()); in TEST()
41 ASSERT_FALSE(os::mem_hooks::PandaHooks::IsActive()); in TEST()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.cpp67 if (!IsActive()) { in AdvanceAllocationInspector()
76 if (!IsActive()) {
H A Dallocation_inspector.h58 bool IsActive() const in IsActive() function in panda::ecmascript::final
H A Dspace.cpp279 if (LIKELY(!allocationCounter_.IsActive())) { in InvokeAllocationInspector()
H A Dlinear_space.cpp164 if (LIKELY(!allocationCounter_.IsActive())) { in InvokeAllocationInspector()
H A Dsparse_space.cpp353 if (LIKELY(!allocationCounter_.IsActive())) { in InvokeAllocationInspector()
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool.h121 if (!IsActive()) { in Scale()
161 if (!IsActive()) { in Help()
228 bool IsActive() in IsActive() function in ark::ThreadPool
263 if (!threadPool->IsActive(i)) { in WorkerEntry()
318 bool IsActive(int i) REQUIRES(queueLock_) in REQUIRES()
H A Dcompiler_thread_pool_worker.h67 return !threadPool_->IsActive();
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem_hooks.cpp152 if (ark::os::mem_hooks::PandaHooks::IsActive()) {
165 if (ark::os::mem_hooks::PandaHooks::IsActive()) {
178 if (ark::os::mem_hooks::PandaHooks::IsActive()) {
H A Dmem_hooks.h35 static bool IsActive() noexcept
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dstackful_coroutine_worker.cpp182 while (IsActive()) { in ScheduleLoopBody()
228 while (!RunnableCoroutinesExist() && IsActive()) { in WaitForRunnables()
232 &runnablesLock_); // or timed wait? we may miss the signal in some cases (e.g. IsActive() change)... in WaitForRunnables()
235 if (!RunnableCoroutinesExist() && IsActive()) { in WaitForRunnables()
H A Dstackful_coroutine_worker.h51 bool IsActive() const in IsActive() function in ark::StackfulCoroutineWorker
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmock_queue_thread_pool.cpp261 if (threadPool->TryPutTask(MockTask {i + 1}) || !threadPool->IsActive()) { in ControllerThreadTryPutTask()
310 if (solvedTasks == MockThreadPoolTest::TASK_NUMBER || !threadPool->IsActive()) { in TestThreadPoolWithControllers()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp377 if (LIKELY(!allocationCounter_.IsActive())) { in InvokeAllocationInspector()
663 if (LIKELY(!allocationCounter_.IsActive())) { in InvokeAllocationInspector()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 40 milliseconds