Searched defs:eventThreadID (Results 1 – 18 of 18) sorted by relevance
91 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(requestID); in waitBreakpointHits() local99 private void checkThreadSuspendStatus(long eventThreadID) { in checkThreadSuspendStatus()118 private void checkThreadSuspendCount(long eventThreadID) { in checkThreadSuspendCount()
75 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testMethodExit() local
75 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testMethodEntry() local
76 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testSetBreakpointEvent() local
74 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testFieldModifyEvent() local
74 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testFieldAccessEvent() local
57 long eventThreadID = exceptionEvent.getThreadID(); in receiveAndCheckExceptionEvent() local
89 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testBreakpointOnCatch() local
175 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in stepFunction() local
168 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointReqID); in testBreakpointIn() local
76 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointReqID); in test() local
191 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in runMethodExitWithReturn() local
121 long eventThreadID = -1; in runCombinedExceptionEventsTest() local
280 long eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID(); in receiveAndCheckEvents() local
200 long eventThreadID = 0; in checkEventLocation() local
1006 long eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID(); in receiveAndCheckEvents() local
173 long eventThreadID = suspendDebuggee(); in runStackFrameTest() local231 private void checkStackFrame(long classID, long eventThreadID, StackFrameTester tester, in checkStackFrame()
554 protected void checkThreadState(long eventThreadID, byte expectedThreadStatus, in checkThreadState()