Home | History | Annotate | Download | only in src

Lines Matching refs:shortToLong

64   static  long $noinline$shortToLong (short v) { if (doThrow) throw new Error(); return  (long)v; }
501 assertLongEquals(a + $noinline$shortToLong (b), a + (long)b);