Home
last modified time | relevance | path

Searched refs:SuspendAll (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/checkpoint/
H A Dthread_state_transition.h136 TRACE_GC(GCStats::Scope::ScopeId::SuspendAll, SharedHeap::GetInstance()->GetEcmaGCStats()); in SuspendAllScope()
137 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SuspendAll"); in SuspendAllScope()
138 Runtime::GetInstance()->SuspendAll(self_); in SuspendAllScope()
/arkcompiler/ets_runtime/ecmascript/
H A Dcommon.h41 V(SuspendAll) \
H A Druntime.h46 void SuspendAll(JSThread *current);
H A Druntime.cpp155 void Runtime::SuspendAll(JSThread *current) in SuspendAll() function in panda::ecmascript::Runtime
228 LOG_ECMA(FATAL) << "Too many SuspendAll retries!"; in SuspendAllThreadsImpl()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp719 << STATS_DESCRIPTION_FORMAT("SuspendAll:") in PrintSharedGCDuration()
720 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::SuspendAll]) << "ms\n" in PrintSharedGCDuration()

Completed in 4 milliseconds