Searched defs:eventThreadID (Results 1 – 17 of 17) 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()
78 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testSetBreakpointEvent() local
74 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testMethodEntry() local
74 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testMethodExit() local
82 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testFieldAccessEvent() local
82 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testFieldModifyEvent() local
90 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in testBreakpointOnCatch() local
57 long eventThreadID = exceptionEvent.getThreadID(); in receiveAndCheckExceptionEvent() local
168 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointReqID); in testBreakpointIn() local
179 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in stepFunction() local
190 long eventThreadID = ((EventThread) parsedEvents[0]).getThreadID(); in runMethodExitWithReturn() local
121 long eventThreadID = -1; in runCombinedExceptionEventsTest() local
281 long eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID(); in receiveAndCheckEvents() local
200 long eventThreadID = 0; in checkEventLocation() local
1007 long eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID(); in receiveAndCheckEvents() local
151 long eventThreadID = debuggeeWrapper.vmMirror.waitForBreakpoint(breakpointRequestID); in runStackFrameTest() local181 private void checkStackFrame(long classID, long eventThreadID, StackFrameTester tester, in checkStackFrame()
559 protected void checkThreadState(long eventThreadID, byte expectedThreadStatus, in checkThreadState()