Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java354 long toInvokeMethodID = debuggeeWrapper.vmMirror.getMethodID( in testPopFramesWithInvokeMethods() local
356 if (toInvokeMethodID == -1) { in testPopFramesWithInvokeMethods()
362 logWriter.println("=> toInvokeMethodID = " + toInvokeMethodID); in testPopFramesWithInvokeMethods()
370 invokeCommand.setNextValueAsMethodID(toInvokeMethodID); in testPopFramesWithInvokeMethods()