Home
last modified time | relevance | path

Searched refs:invokeCommand (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java365 CommandPacket invokeCommand = new CommandPacket( in testPopFramesWithInvokeMethods() local
368 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()