Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$charToShort()
306 assertIntEquals(a + $noinline$charToShort(b), a + (short)b); in $opt$validateExtendCharInt1()
334 assertLongEquals(a + $noinline$charToShort(b), a + (short)b); in $opt$validateExtendCharLong()
/art/test/422-type-conversion/src/
DMain.java132 charToShort(); in main()
573 private static void charToShort() { in charToShort() method in Main