Searched refs:charToLong (Results 1 – 2 of 2) sorted by relevance
60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$charToLong()317 assertLongEquals(a + $noinline$charToLong(b), a + (long)b); in $opt$validateExtendCharInt2()
83 charToLong(); in main()173 private static void charToLong() { in charToLong() method in Main