Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h228 …virtual void Breakpoint(PtThread /* thread */, Method * /* method */, const PtLocation & /* locati… in Breakpoint() argument
240 virtual void ThreadStart(PtThread /* thread */) {} in ThreadStart() argument
246 virtual void ThreadEnd(PtThread /* thread */) {} in ThreadEnd() argument
255 virtual void VmInitialization(PtThread /* thread */) {} in VmInitialization() argument
265 virtual void ClassLoad(PtThread /* thread */, BaseClass * /* klass */) {} in ClassLoad() argument
272 virtual void ClassPrepare(PtThread /* thread */, BaseClass * /* klass */) {} in ClassPrepare() argument
280 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument
288 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() argument
296 virtual void MonitorContendedEnter(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEnter() argument
304 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/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp218 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation()
296 void InspectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&… in OnCallDebuggerRemoveBreakpoint()
308 void InspectorServer::OnCallDebuggerRestartFrame(std::function<void(PtThread, FrameId)> &&handler) in OnCallDebuggerRestartFrame()
411 void InspectorServer::OnCallDebuggerSetBreakpointsActive(std::function<void(PtThread, bool)> &&hand… in OnCallDebuggerSetBreakpointsActive()
431 std::function<void(PtThread, PauseOnExceptionsState)> &&handler) in OnCallDebuggerSetPauseOnExceptions()
496 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties()
532 void InspectorServer::OnCallRuntimeEvaluate(std::function<EvaluationResult(PtThread, const std::str… in OnCallRuntimeEvaluate()