Home | History | Annotate | Download | only in src

Lines Matching refs:intToChar

66   static  char $noinline$intToChar     (int v) { if (doThrow) throw new Error(); return  (char)v; }
275 assertIntEquals((a | $noinline$IntShr(b, 6)) | (a | $noinline$intToChar(b)),
583 assertLongEquals(a + $noinline$intToChar (b), a + (char)b);