Searched refs:shortToLong (Results 1 – 2 of 2) sorted by relevance
64 static long $noinline$shortToLong (short v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$shortToLong()365 assertLongEquals(a + $noinline$shortToLong (b), a + (long)b); in $opt$validateExtendShortInt2()
81 shortToLong(); in main()151 private static void shortToLong() { in shortToLong() method in Main