HomeSort by relevance Sort by last modified time
    Searched refs:shortToChar (Results 1 - 2 of 2) sorted by null

  /art/test/551-checker-shifter-operand/src/
Main.java 62 static char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v; }
354 assertIntEquals(a + $noinline$shortToChar (b), a + (char)b);
381 assertLongEquals(a + $noinline$shortToChar(b), a + (char)b);
    [all...]
  /art/test/422-type-conversion/src/
Main.java 136 shortToChar();
    [all...]

Completed in 110 milliseconds