Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$byteToShort()
252 assertIntEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteInt1()
287 assertLongEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteLong()
/art/test/422-type-conversion/src/
DMain.java130 byteToShort(); in main()
547 private static void byteToShort() { in byteToShort() method in Main