Home
last modified time | relevance | path

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

/art/test/711-checker-type-conversion/src/
DMain.java128 private static void byteToShort() { in byteToShort() method in Main
239 byteToShort(); in main()
/art/test/551-checker-shifter-operand/src/
DMain.java51 static short $noinline$byteToShort (byte v) { return (short)v; } in $noinline$byteToShort()
333 assertIntEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteInt1()
382 assertLongEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteLong()
/art/test/422-type-conversion/src/
DMain.java130 byteToShort(); in main()
551 private static void byteToShort() { in byteToShort() method in Main