Home
last modified time | relevance | path

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

/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()
/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/oj-libjdwp/src/share/classes/com/sun/jdi/
DVirtualMachine.java582 boolean canPopFrames(); in canPopFrames() method
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java667 public boolean canPopFrames() { in canPopFrames() method in VirtualMachineImpl
670 capabilitiesNew().canPopFrames; in canPopFrames()
DThreadReferenceImpl.java538 if (!vm.canPopFrames()) { in popFrames()