Home | History | Annotate | Download | only in src

Lines Matching refs:longToInt

72   static   int $noinline$longToInt    (long v) { if (doThrow) throw new Error(); return   (int)v; }
299 assertLongEquals((a ^ $noinline$LongUshr(b, 7)) | (a ^ $noinline$longToInt(b)),
630 assertLongEquals(a + $noinline$longToInt (b), a + (int)b);