Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/checkpoint/
H A Dthread_state_transition.h142 TRACE_GC(GCStats::Scope::ScopeId::ResumeAll, SharedHeap::GetInstance()->GetEcmaGCStats()); in ~SuspendAllScope()
143 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "ResumeAll"); in ~SuspendAllScope()
144 Runtime::GetInstance()->ResumeAll(self_); in ~SuspendAllScope()
/arkcompiler/ets_runtime/ecmascript/
H A Dcommon.h42 V(ResumeAll) \
H A Druntime.h47 void ResumeAll(JSThread *current);
H A Druntime.cpp166 void Runtime::ResumeAll(JSThread *current) in ResumeAll() function in panda::ecmascript::Runtime
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp721 << STATS_DESCRIPTION_FORMAT("ResumeAll:") in PrintSharedGCDuration()
722 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::ResumeAll]) << "ms"; in PrintSharedGCDuration()

Completed in 4 milliseconds