Home | History | Annotate | Download | only in src

Lines Matching refs:intToLong

68   static  long $noinline$intToLong     (int v) { if (doThrow) throw new Error(); return  (long)v; }
585 assertLongEquals(a + $noinline$intToLong (b), a + (long)b);