Searched refs:TwoSlotValue (Results 1 – 1 of 1) sorted by relevance
180 } else if (expected instanceof KnownLocalsTester.TwoSlotValue) { in checkFrameLocals()185 ((KnownLocalsTester.TwoSlotValue)expected).value); in checkFrameLocals()313 static class TwoSlotValue { class in LocalsAndOperands.KnownLocalsTester315 public TwoSlotValue(long value) { this.value = value; } in TwoSlotValue() method in LocalsAndOperands.KnownLocalsTester.TwoSlotValue324 new TwoSlotValue(0x3FF00000000L + 0xFFFFL),326 new TwoSlotValue(Double.doubleToRawLongBits(Math.PI)),