Searched refs:intToShort (Results 1 – 2 of 2) sorted by relevance
67 static short $noinline$intToShort (int v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$intToShort()230 assertIntEquals(-$noinline$IntShl(a, 8) | -$noinline$intToShort(a), in $opt$noinline$testNeg()410 assertLongEquals(a + $noinline$intToShort(b), a + (short)b); in $opt$validateExtendInt()
131 intToShort(); in main()558 private static void intToShort() { in intToShort() method in Main