Home | History | Annotate | Download | only in src

Lines Matching refs:charToByte

57   static  byte $noinline$charToByte   (char v) { if (doThrow) throw new Error(); return  (byte)v; }
415 assertIntEquals(a + $noinline$charToByte (b), a + (byte)b);
462 assertLongEquals(a + $noinline$charToByte (b), a + (byte)b);