Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java65 static byte $noinline$intToByte (int v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$intToByte()
408 assertLongEquals(a + $noinline$intToByte (b), a + (byte)b); in $opt$validateExtendInt()
/art/test/422-type-conversion/src/
DMain.java126 intToByte(); in main()
517 private static void intToByte() { in intToByte() method in Main