Lines Matching refs:shortToByte
61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; }482 assertIntEquals(a + $noinline$shortToByte (b), a + (byte)b);529 assertLongEquals(a + $noinline$shortToByte(b), a + (byte)b);