Searched defs:PtThread (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 228 …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 257 virtual void VmInitialization(PtThread /* thread */) {} in VmInitialization() argument 269 virtual void ClassLoad(PtThread /* thread */, BaseClass * /* klass */) {} in ClassLoad() argument 276 virtual void ClassPrepare(PtThread /* thread */, BaseClass * /* klass */) {} in ClassPrepare() argument 284 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument 292 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() argument 300 virtual void MonitorContendedEnter(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEnter() argument 308 virtual void MonitorContendedEntered(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEntered() argument [all …]
|
| D | pt_thread.h | 25 explicit PtThread(ManagedThread *managed_thread) : managed_thread_(managed_thread) {} in PtThread() function 28 explicit PtThread(uint32_t /* unused */) : managed_thread_(nullptr) {} in PtThread() function
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | test_debugger.cpp | 43 std::optional<Error> TestDebugger::EnumerateFrames(PtThread /* thread */, in EnumerateFrames() argument 50 std::optional<Error> TestDebugger::NotifyFramePop(PtThread /* thread */, uint32_t frameDepth) const in NotifyFramePop() argument
|