Searched refs:charToShort (Results 1 – 2 of 2) sorted by relevance
58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$charToShort()306 assertIntEquals(a + $noinline$charToShort(b), a + (short)b); in $opt$validateExtendCharInt1()334 assertLongEquals(a + $noinline$charToShort(b), a + (short)b); in $opt$validateExtendCharLong()
132 charToShort(); in main()573 private static void charToShort() { in charToShort() method in Main