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