Home | History | Annotate | Download | only in src

Lines Matching refs:shortToChar

62   static  char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return  (char)v; }
488 assertIntEquals(a + $noinline$shortToChar (b), a + (char)b);
535 assertLongEquals(a + $noinline$shortToChar(b), a + (char)b);