Searched refs:shortToChar (Results 1 – 2 of 2) sorted by relevance
62 static char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$shortToChar()354 assertIntEquals(a + $noinline$shortToChar (b), a + (char)b); in $opt$validateExtendShortInt1()381 assertLongEquals(a + $noinline$shortToChar(b), a + (char)b); in $opt$validateExtendShortLong()
136 shortToChar(); in main()599 private static void shortToChar() { in shortToChar() method in Main