Searched refs:eventThreadOne (Results 1 – 1 of 1) sorted by relevance
80 long eventThreadOne = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointEventThread); in runInvokeMethodTest() local81 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest()89 CommandPacket invokeMethodCommand = buildInvokeCommand(eventThreadOne, classID, in runInvokeMethodTest()109 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest()113 CommandPacket anotherInvokeMethodCommand = buildInvokeCommand(eventThreadOne, classID, in runInvokeMethodTest()141 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest()145 debuggeeWrapper.vmMirror.resumeThread(eventThreadOne); in runInvokeMethodTest()