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