Searched refs:byteToShort (Results 1 – 2 of 2) sorted by relevance
54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$byteToShort()252 assertIntEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteInt1()287 assertLongEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteLong()
130 byteToShort(); in main()547 private static void byteToShort() { in byteToShort() method in Main