Searched refs:intToByte (Results 1 – 3 of 3) sorted by relevance
209 private static void intToByte() { in intToByte() method in Main257 intToByte(); in main()
65 static byte $noinline$intToByte (int v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$intToByte()582 assertLongEquals(a + $noinline$intToByte (b), a + (byte)b); in $opt$validateExtendInt()
126 intToByte(); in main()521 private static void intToByte() { in intToByte() method in Main