Home
last modified time | relevance | path

Searched refs:PAUSE (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dthread_state.cpp88 stepKind_ = StepKind::PAUSE; in Pause()
148 case StepKind::PAUSE: in OnFramePop()
168 case StepKind::PAUSE: in OnMethodEntry()
202 case StepKind::PAUSE: { in OnSingleStep()
H A Dthread_state.h73 PAUSE, member in ark::tooling::inspector::final::StepKind
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h128 PAUSE, member in panda::ecmascript::pgo::PGOProfiler::State
139 case State::PAUSE: in StateToString()
140 return "PAUSE"; in StateToString()
146 return "FORCE SAVE PAUSE"; in StateToString()
H A Dpgo_profiler.cpp369 SetState(State::PAUSE); in SuspendByGC()
383 if (GetState() == State::PAUSE) { in ResumeByGC()
396 NotifyGC("[StopPGODump::PAUSE]"); in StopPGODump()
467 } else if (GetState() == State::PAUSE) { in DumpByForce()
475 if (GetState() == State::PAUSE) { in IsGCWaitingWithLock()
477 if (GetState() == State::PAUSE) { in IsGCWaitingWithLock()
486 if (GetState() == State::PAUSE) { in IsGCWaiting()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h190 PAUSE, member in panda::ecmascript::tooling::final::final::Method
H A Ddebugger_impl.cpp484 case Method::PAUSE: in Dispatch()
571 return Method::PAUSE; in GetMethodEnum()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 37 milliseconds