Searched refs:canPopFrames (Results 1 – 7 of 7) sorted by relevance
53 public boolean canPopFrames = false; field in Capabilities
356 targetVMCapabilities.canPopFrames = replyPacket.getNextValueAsBoolean(); in capabilities()405 public boolean canPopFrames() { in canPopFrames() method in VmMirror407 return targetVMCapabilities.canPopFrames; in canPopFrames()
72 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopSeveralFrames()196 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopSeveralTimes()291 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopFramesWithInvokeMethods()
63 if (!debuggeeWrapper.vmMirror.canPopFrames()) { in testPopFramesTest001()
582 boolean canPopFrames(); in canPopFrames() method
538 if (!vm.canPopFrames()) { in popFrames()
667 public boolean canPopFrames() { in canPopFrames() method in VirtualMachineImpl670 capabilitiesNew().canPopFrames; in canPopFrames()