Home | History | Annotate | Download | only in src

Lines Matching refs:intToByte

65   static  byte $noinline$intToByte     (int v) { if (doThrow) throw new Error(); return  (byte)v; }
408 assertLongEquals(a + $noinline$intToByte (b), a + (byte)b);