Searched refs:Resume (Results 1 – 11 of 11) sorted by relevance
27 Resume(nowTime); in Start()35 parent_->Resume(nowTime); in Stop()51 void PandaRuntimeTimer::Resume(uint64_t now) in Resume() function in panda::ecmascript::PandaRuntimeTimer69 Resume(nowTime); in Snapshot()
121 void Resume(uint64_t now);
38 GC -> AppThread1: Resume39 GC -> AppThread2: Resume
36 Allocator -> AppThread2 : Resume
58 DispatchResponse Resume(const ResumeParams ¶ms);122 void Resume(const DispatchRequest &request);
288 { "resume", &DebuggerImpl::DispatcherImpl::Resume }, in Dispatch()394 void DebuggerImpl::DispatcherImpl::Resume(const DispatchRequest &request) in Resume() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl401 DispatchResponse response = debugger_->Resume(*params); in Resume()754 DispatchResponse DebuggerImpl::Resume([[maybe_unused]] const ResumeParams ¶ms) in Resume() function in panda::ecmascript::tooling::DebuggerImpl
89 heap_->Resume(OLD_GC); in Finish()
145 heap_->Resume(YOUNG_GC); in Finish()
166 heap_->Resume(FULL_GC); in Finish()
83 void Resume(TriggerGCType gcType);
245 void Heap::Resume(TriggerGCType gcType) in Resume() function in panda::ecmascript::Heap