Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h127 STOP, member in panda::ecmascript::pgo::PGOProfiler::State
137 case State::STOP: in StateToString()
138 return "STOP"; in StateToString()
375 std::atomic<State> state_ {State::STOP};
H A Dpgo_profiler.cpp399 SetState(State::STOP); in StopPGODump()
400 NotifyAll("[StopPGODump::STOP]"); in StopPGODump()
405 if (GetState() == State::STOP) { in StartPGODump()
463 } else if (GetState() == State::STOP && !dumpWorkList_.IsEmpty()) { in DumpByForce()
675 ASSERT(GetState() != State::STOP); in HandlePGODumpByDumpThread()
/arkcompiler/toolchain/tooling/agent/
H A Dprofiler_impl.cpp53 case Method::STOP: in Dispatch()
101 return Method::STOP; in GetMethodEnum()
H A Dprofiler_impl.h73 STOP, member in panda::ecmascript::tooling::final::final::Method
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp593 EVENT_INTERP_PROFILING(events::InterpProfilingAction::STOP, GetFullName(), in StopProfiling()

Completed in 7 milliseconds