Lines Matching refs:charToLong
60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; }429 assertLongEquals(a + $noinline$charToLong(b), a + (long)b);