Home
last modified time | relevance | path

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

/art/test/711-checker-type-conversion/src/
DMain.java182 private static void shortToByte() { in shortToByte() method in Main
251 shortToByte(); in main()
/art/test/551-checker-shifter-operand/src/
DMain.java58 static byte $noinline$shortToByte (short v) { return (byte)v; } in $noinline$shortToByte()
477 assertIntEquals(a + $noinline$shortToByte (b), a + (byte)b); in $opt$validateExtendShortInt1()
524 assertLongEquals(a + $noinline$shortToByte(b), a + (byte)b); in $opt$validateExtendShortLong()
/art/test/422-type-conversion/src/
DMain.java125 shortToByte(); in main()
506 private static void shortToByte() { in shortToByte() method in Main