Lines Matching refs:charToShort
58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; }413 assertIntEquals(a + $noinline$charToShort(b), a + (short)b);460 assertLongEquals(a + $noinline$charToShort(b), a + (short)b);