Searched refs:invokeCommand (Results 1 – 1 of 1) sorted by relevance
365 CommandPacket invokeCommand = new CommandPacket( in testPopFramesWithInvokeMethods() local368 invokeCommand.setNextValueAsClassID(debuggeeRefTypeID); in testPopFramesWithInvokeMethods()369 invokeCommand.setNextValueAsThreadID(breakpointThreadID); in testPopFramesWithInvokeMethods()370 invokeCommand.setNextValueAsMethodID(toInvokeMethodID); in testPopFramesWithInvokeMethods()371 invokeCommand.setNextValueAsInt(1); // args number in testPopFramesWithInvokeMethods()372 invokeCommand.setNextValueAsValue(new Value(timeOfMethodInvocation)); in testPopFramesWithInvokeMethods()373 invokeCommand in testPopFramesWithInvokeMethods()381 .sendCommand(invokeCommand); in testPopFramesWithInvokeMethods()