Searched refs:shortToByte (Results 1 – 2 of 2) sorted by relevance
61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$shortToByte()353 assertIntEquals(a + $noinline$shortToByte (b), a + (byte)b); in $opt$validateExtendShortInt1()380 assertLongEquals(a + $noinline$shortToByte(b), a + (byte)b); in $opt$validateExtendShortLong()
125 shortToByte(); in main()502 private static void shortToByte() { in shortToByte() method in Main