Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$shortToByte()
353 assertIntEquals(a + $noinline$shortToByte (b), a + (byte)b); in $opt$validateExtendShortInt1()
380 assertLongEquals(a + $noinline$shortToByte(b), a + (byte)b); in $opt$validateExtendShortLong()
/art/test/422-type-conversion/src/
DMain.java125 shortToByte(); in main()
502 private static void shortToByte() { in shortToByte() method in Main