Home | History | Annotate | Download | only in src

Lines Matching refs:shortToByte

61   static  byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return  (byte)v; }
353 assertIntEquals(a + $noinline$shortToByte (b), a + (byte)b);
380 assertLongEquals(a + $noinline$shortToByte(b), a + (byte)b);