Searched refs:charToByte (Results 1 – 3 of 3) sorted by relevance
155 private static void charToByte() { in charToByte() method in Main245 charToByte(); in main()
57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$charToByte()415 assertIntEquals(a + $noinline$charToByte (b), a + (byte)b); in $opt$validateExtendCharInt1()462 assertLongEquals(a + $noinline$charToByte (b), a + (byte)b); in $opt$validateExtendCharLong()
127 charToByte(); in main()536 private static void charToByte() { in charToByte() method in Main