Home
last modified time | relevance | path

Searched refs:suspendThread (Results 1 – 14 of 14) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java79 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()
DForceEarlyReturn005Test.java75 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnVoid()
DFrameCountTest.java65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testFrameCount001()
DForceEarlyReturn003Test.java76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnFloat()
DForceEarlyReturn004Test.java76 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnDouble()
DOwnedMonitorsTest.java71 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitors001()
DForceEarlyReturn006Test.java105 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testForceEarlyReturn_ReturnObject()
DCurrentContendedMonitorTest.java69 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testCurrentContendedMonitor001()
DStatusTest.java65 debuggeeWrapper.vmMirror.suspendThread(threadID); in testStatus002()
DOwnedMonitorsStackDepthInfoTest.java86 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in testOwnedMonitorsStackDepthInfo()
DForceEarlyReturnTest.java103 debuggeeWrapper.vmMirror.suspendThread(testedThreadID); in RunTestForceEarlyReturn()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodSuspendedTwiceTestCase.java81 debuggeeWrapper.vmMirror.suspendThread(eventThreadOne); in runInvokeMethodTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java193 debuggeeWrapper.vmMirror.suspendThread(threadId); in suspendDebuggee()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java515 public ReplyPacket suspendThread(long threadID) { in suspendThread() method in VmMirror