Searched refs:testMethodID (Results 1 – 2 of 2) sorted by relevance
185 long testMethodID = getMethodID(classID, testMethodName); in checkStackFrame() local187 VarInfo[] variables = jdwpGetVariableTable(classID, testMethodID); in checkStackFrame()191 FrameInfo testMethodFrame = getFrameInfo(eventThreadID, classID, testMethodID); in checkStackFrame()
257 long testMethodID = in testInvokeMethod002() local259 if ( testMethodID == -1 ) { in testInvokeMethod002()263 logWriter.println("==> testMethodID = " + testMethodID); in testInvokeMethod002()334 packet.setNextValueAsMethodID(testMethodID); in testInvokeMethod002()