Searched refs:suspendThread (Results 1 – 15 of 15) 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()
76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnDouble()
76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnFloat()
65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrameCount001()
71 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
69 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
105 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testStatus002()
86 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
100 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in RunTestForceEarlyReturn()
81 debuggeeWrapper.vmMirror.suspendThread(eventThreadOne); in runInvokeMethodTest()
110 SuspendThreadCommand suspendThread; member618 handleSuspendThreadCommand(env, &command->u.suspendThread); in handleCommand()1121 saveGlobalRef(env, thread, &(command->u.suspendThread.thread)); in eventHelper_suspendThread()
194 debuggeeWrapper.vmMirror.suspendThread(threadId); in suspendDebuggee()
527 public ReplyPacket suspendThread(long threadID) { in suspendThread() method in VmMirror