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; }
483 assertIntEquals(a + $noinline$shortToChar (b), a + (char)b);
530 assertLongEquals(a + $noinline$shortToChar(b), a + (char)b);