Searched refs:charToShort (Results 1 – 3 of 3) sorted by relevance
164 private static void charToShort() { in charToShort() method in Main247 charToShort(); in main()
55 static short $noinline$charToShort (char v) { return (short)v; } in $noinline$charToShort()406 assertIntEquals(a + $noinline$charToShort(b), a + (short)b); in $opt$validateExtendCharInt1()453 assertLongEquals(a + $noinline$charToShort(b), a + (short)b); in $opt$validateExtendCharLong()
132 charToShort(); in main()577 private static void charToShort() { in charToShort() method in Main