Home
last modified time | relevance | path

Searched refs:Resume (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A 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()
H A Dcaller_stat.h121 void Resume(uint64_t now);
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebuggable_thread.cpp41 Resume(); in Continue()
48 Resume(); in ContinueTo()
55 Resume(); in StepInto()
62 Resume(); in StepOver()
69 Resume(); in StepOut()
81 Resume(); in Touch()
127 thread_->Resume(); in RequestToObjectRepository()
295 void DebuggableThread::Resume() in Resume() function in ark::tooling::inspector::DebuggableThread
308 thread_->Resume(); in Resume()
H A Ddebuggable_thread.h135 void Resume() REQUIRES(mutex_);
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h75 DispatchResponse Resume(const ResumeParams &params);
163 void Resume(const DispatchRequest &request);
H A Ddebugger_impl.cpp494 Resume(request); in Dispatch()
725 void DebuggerImpl::DispatcherImpl::Resume(const DispatchRequest &request) in Resume() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
732 DispatchResponse response = debugger_->Resume(*params); in Resume()
1216 DispatchResponse DebuggerImpl::Resume([[maybe_unused]] const ResumeParams &params) in Resume() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfull_gc.cpp187 heap_->Resume(FULL_GC); in Finish()
H A Dpartial_gc.cpp100 heap_->Resume(OLD_GC); in Finish()
H A Dheap.h906 void Resume(TriggerGCType gcType);
H A Dheap.cpp971 void Heap::Resume(TriggerGCType gcType) in Resume() function in panda::ecmascript::Heap
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h685 virtual void Resume() in Resume() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp437 mtManagedThread->Resume(); in ResumeThread()

Completed in 16 milliseconds