Searched refs:suspendThread (Results 1 – 14 of 14) sorted by relevance
79 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames005()133 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames004()188 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames003()248 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames002()343 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames001()
75 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnVoid()
65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrameCount001()
76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnFloat()
76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnDouble()
71 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
105 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
69 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testStatus002()
86 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
103 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in RunTestForceEarlyReturn()
81 debuggeeWrapper.vmMirror.suspendThread(eventThreadOne); in runInvokeMethodTest()
193 debuggeeWrapper.vmMirror.suspendThread(threadId); in suspendDebuggee()
515 public ReplyPacket suspendThread(long threadID) { in suspendThread() method in VmMirror