Home
last modified time | relevance | path

Searched defs:PtThread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h229 …virtual void Breakpoint(PtThread /* thread */, Method * /* method */, const PtLocation & /* locati… in Breakpoint() argument
241 virtual void ThreadStart(PtThread /* thread */) {} in ThreadStart() argument
247 virtual void ThreadEnd(PtThread /* thread */) {} in ThreadEnd() argument
256 virtual void VmInitialization(PtThread /* thread */) {} in VmInitialization() argument
266 virtual void ClassLoad(PtThread /* thread */, BaseClass * /* klass */) {} in ClassLoad() argument
273 virtual void ClassPrepare(PtThread /* thread */, BaseClass * /* klass */) {} in ClassPrepare() argument
281 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument
289 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() argument
297 virtual void MonitorContendedEnter(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEnter() argument
305 virtual void MonitorContendedEntered(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEntered() argument
[all …]
Dpt_thread.h25 explicit PtThread(ManagedThread *managedThread) : managedThread_(managedThread) {} in PtThread() function
28 explicit PtThread(uint32_t /* unused */) {} in PtThread() function
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp236 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation()
338 void InspectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&… in OnCallDebuggerRemoveBreakpoint()
380 void InspectorServer::OnCallDebuggerRemoveBreakpointsByUrl(std::function<void(PtThread, SourceFileF… in OnCallDebuggerRemoveBreakpointsByUrl()
397 void InspectorServer::OnCallDebuggerRestartFrame(std::function<void(PtThread, FrameId)> &&handler) in OnCallDebuggerRestartFrame()
595 void InspectorServer::OnCallDebuggerSetBreakpointsActive(std::function<void(PtThread, bool)> &&hand… in OnCallDebuggerSetBreakpointsActive()
616 void InspectorServer::OnCallDebuggerSetSkipAllPauses(std::function<void(PtThread, bool)> &&handler) in OnCallDebuggerSetSkipAllPauses()
638 std::function<void(PtThread, PauseOnExceptionsState)> &&handler) in OnCallDebuggerSetPauseOnExceptions()
703 …std::function<Expected<EvaluationResult, std::string>(PtThread, const std::string &, size_t)> &&ha… in OnCallDebuggerEvaluateOnCallFrame()
731 …std::function<Expected<EvaluationResult, std::string>(PtThread, const std::string &, size_t)> &&ha… in OnCallDebuggerCallFunctionOn()
758 void InspectorServer::OnCallDebuggerSetMixedDebugEnabled(std::function<void(PtThread, bool)> &&hand… in OnCallDebuggerSetMixedDebugEnabled()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp236 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation()
338 void InspectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&… in OnCallDebuggerRemoveBreakpoint()
380 void InspectorServer::OnCallDebuggerRemoveBreakpointsByUrl(std::function<void(PtThread, SourceFileF… in OnCallDebuggerRemoveBreakpointsByUrl()
397 void InspectorServer::OnCallDebuggerRestartFrame(std::function<void(PtThread, FrameId)> &&handler) in OnCallDebuggerRestartFrame()
595 void InspectorServer::OnCallDebuggerSetBreakpointsActive(std::function<void(PtThread, bool)> &&hand… in OnCallDebuggerSetBreakpointsActive()
616 void InspectorServer::OnCallDebuggerSetSkipAllPauses(std::function<void(PtThread, bool)> &&handler) in OnCallDebuggerSetSkipAllPauses()
638 std::function<void(PtThread, PauseOnExceptionsState)> &&handler) in OnCallDebuggerSetPauseOnExceptions()
703 …std::function<Expected<EvaluationResult, std::string>(PtThread, const std::string &, size_t)> &&ha… in OnCallDebuggerEvaluateOnCallFrame()
731 …std::function<Expected<EvaluationResult, std::string>(PtThread, const std::string &, size_t)> &&ha… in OnCallDebuggerCallFunctionOn()
758 void InspectorServer::OnCallDebuggerSetMixedDebugEnabled(std::function<void(PtThread, bool)> &&hand… in OnCallDebuggerSetMixedDebugEnabled()
[all …]