Home | History | Annotate | Download | only in src

Lines Matching refs:charToShort

58   static short $noinline$charToShort  (char v) { if (doThrow) throw new Error(); return (short)v; }
306 assertIntEquals(a + $noinline$charToShort(b), a + (short)b);
334 assertLongEquals(a + $noinline$charToShort(b), a + (short)b);