Searched refs:setThreadStart (Results 1 – 5 of 5) sorted by relevance
72 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testReleaseEvents001()
62 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testHoldEvents001()
54 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStartEvent001()
55 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStart001()
1522 public ReplyPacket setThreadStart(byte suspendPolicy) { in setThreadStart() method in VmMirror