Searched defs:PtThread (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 240 …virtual void Breakpoint(PtThread /* thread */, Method * /* method */, const PtLocation & /* locati… in Breakpoint() argument 252 virtual void ThreadStart(PtThread /* thread */) {} in ThreadStart() argument 258 virtual void ThreadEnd(PtThread /* thread */) {} in ThreadEnd() argument 267 virtual void VmInitialization(PtThread /* thread */) {} in VmInitialization() argument 277 virtual void ClassLoad(PtThread /* thread */, BaseClass * /* klass */) {} in ClassLoad() argument 284 virtual void ClassPrepare(PtThread /* thread */, BaseClass * /* klass */) {} in ClassPrepare() argument 292 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument 300 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() argument 308 virtual void MonitorContendedEnter(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEnter() argument 316 virtual void MonitorContendedEntered(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEntered() argument [all …]
|
| D | pt_thread.h | 25 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/ |
| D | inspector_server.cpp | 218 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() 337 …std::function<std::optional<BreakpointId>(PtThread, const std::function<bool(std::string_view)> &,… in OnCallDebuggerSetBreakpoint() 369 …std::function<std::optional<BreakpointId>(PtThread, const std::function<bool(std::string_view)> &,… in OnCallDebuggerSetBreakpointByUrl() 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()
|