Searched refs:canForceEarlyReturn (Results 1 – 11 of 11) sorted by relevance
80 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in RunTestForceEarlyReturn()235 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in testForceEarlyReturn_NotSuspended()
53 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in testForceEarlyReturn_ReturnVoid()
55 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in testForceEarlyReturn_ReturnLong()
55 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in testForceEarlyReturn_ReturnDouble()
55 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in testForceEarlyReturn_ReturnFloat()
79 if (!debuggeeWrapper.vmMirror.canForceEarlyReturn()) { in testForceEarlyReturn_ReturnObject()
73 public boolean canForceEarlyReturn = false; field in Capabilities
373 targetVMCapabilities.canForceEarlyReturn = replyPacket in capabilities()465 public boolean canForceEarlyReturn() { in canForceEarlyReturn() method in VmMirror467 return targetVMCapabilities.canForceEarlyReturn; in canForceEarlyReturn()
660 boolean canForceEarlyReturn(); in canForceEarlyReturn() method
692 public boolean canForceEarlyReturn() { in canForceEarlyReturn() method in VirtualMachineImpl695 capabilitiesNew().canForceEarlyReturn; in canForceEarlyReturn()
548 if (!vm.canForceEarlyReturn()) { in forceEarlyReturn()