Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$charToByte()
305 assertIntEquals(a + $noinline$charToByte (b), a + (byte)b); in $opt$validateExtendCharInt1()
333 assertLongEquals(a + $noinline$charToByte (b), a + (byte)b); in $opt$validateExtendCharLong()
/art/test/422-type-conversion/src/
DMain.java127 charToByte(); in main()
532 private static void charToByte() { in charToByte() method in Main