Home
last modified time | relevance | path

Searched refs:Resume (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.cpp27 Resume(nowTime); in Start()
35 parent_->Resume(nowTime); in Stop()
51 void PandaRuntimeTimer::Resume(uint64_t now) in Resume() function in panda::ecmascript::PandaRuntimeTimer
69 Resume(nowTime); in Snapshot()
Dcaller_stat.h121 void Resume(uint64_t now);
/arkcompiler/runtime_core/docs/diagrams/
Dgc-trigger-sequence-threshold.pusequence38 GC -> AppThread1: Resume
39 GC -> AppThread2: Resume
Dgc-trigger-sequence-OOM.pusequence36 Allocator -> AppThread2 : Resume
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h58 DispatchResponse Resume(const ResumeParams &params);
122 void Resume(const DispatchRequest &request);
Ddebugger_impl.cpp288 { "resume", &DebuggerImpl::DispatcherImpl::Resume }, in Dispatch()
394 void DebuggerImpl::DispatcherImpl::Resume(const DispatchRequest &request) in Resume() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
401 DispatchResponse response = debugger_->Resume(*params); in Resume()
754 DispatchResponse DebuggerImpl::Resume([[maybe_unused]] const ResumeParams &params) in Resume() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.cpp89 heap_->Resume(OLD_GC); in Finish()
Dstw_young_gc.cpp145 heap_->Resume(YOUNG_GC); in Finish()
Dfull_gc.cpp166 heap_->Resume(FULL_GC); in Finish()
Dheap.h83 void Resume(TriggerGCType gcType);
Dheap.cpp245 void Heap::Resume(TriggerGCType gcType) in Resume() function in panda::ecmascript::Heap