Searched defs:charToInt (Results 1 - 2 of 2) sorted by relevance

/art/test/711-checker-type-conversion/src/
H A DMain.java171 /// CHECK-START: void Main.charToInt() instruction_simplifier$before_codegen (after)
173 private static void charToInt() { method in class:Main
249 charToInt();
/art/test/551-checker-shifter-operand/src/
H A DMain.java59 static int $noinline$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; }
427 assertIntEquals (a + $noinline$charToInt (b), a + (int)b);
465 assertLongEquals(a + $noinline$charToInt (b), a + (int)b);

Completed in 69 milliseconds