Home | History | Annotate | Download | only in src

Lines Matching refs:byteToLong

56   static  long $noinline$byteToLong   (byte v) { if (doThrow) throw new Error(); return  (long)v; }
356 assertLongEquals(a + $noinline$byteToLong(b), a + (long)b);