Searched refs:suspendThread (Results 1 – 12 of 12) sorted by relevance
78 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames005()132 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames004()187 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames003()247 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames002()342 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrames001()
84 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnFloat()
84 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnDouble()
84 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnVoid()
64 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrameCount001()
80 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
113 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
83 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
64 debuggeeWrapper.vmMirror.suspendThread(threadID); in testStatus002()
99 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
112 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in RunTestForceEarlyReturn()
508 public ReplyPacket suspendThread(long threadID) { in suspendThread() method in VmMirror