Searched refs:intToByte (Results 1 – 2 of 2) sorted by relevance
65 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()
126 intToByte(); in main()517 private static void intToByte() { in intToByte() method in Main