Home | History | Annotate | Download | only in src

Lines Matching refs:intToShort

67   static short $noinline$intToShort    (int v) { if (doThrow) throw new Error(); return (short)v; }
230 assertIntEquals(-$noinline$IntShl(a, 8) | -$noinline$intToShort(a),
410 assertLongEquals(a + $noinline$intToShort(b), a + (short)b);