Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DCapabilities.java53 public boolean canPopFrames = false; field in Capabilities
DVmMirror.java356 targetVMCapabilities.canPopFrames = replyPacket.getNextValueAsBoolean(); in capabilities()
405 public boolean canPopFrames() { in canPopFrames() method in VmMirror
407 return targetVMCapabilities.canPopFrames; in canPopFrames()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java72 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopSeveralFrames()
196 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopSeveralTimes()
291 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopFramesWithInvokeMethods()
DPopFramesTest.java63 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopFramesTest001()