Home
last modified time | relevance | path

Searched refs:byteToChar (Results 1 – 2 of 2) sorted by relevance

/art/test/551-checker-shifter-operand/src/
DMain.java53 static char $noinline$byteToChar (byte v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$byteToChar()
250 assertIntEquals(a + $noinline$byteToChar (b), a + (char)b); in $opt$validateExtendByteInt1()
283 assertLongEquals(a + $noinline$byteToChar (b), a + (char)b); in $opt$validateExtendByteLong()
/art/test/422-type-conversion/src/
DMain.java135 byteToChar(); in main()
588 private static void byteToChar() { in byteToChar() method in Main