HomeSort by relevance Sort by last modified time
    Searched defs:shortToInt (Results 1 - 2 of 2) sorted by null

  /art/test/711-checker-type-conversion/src/
Main.java 198 /// CHECK-START: void Main.shortToInt() instruction_simplifier$before_codegen (after)
200 private static void shortToInt() {
255 shortToInt();
  /art/test/551-checker-shifter-operand/src/
Main.java 63 static int $noinline$shortToInt (short v) { if (doThrow) throw new Error(); return (int)v; }
499 assertIntEquals (a + $noinline$shortToInt (b), a + (int)b);
537 assertLongEquals(a + $noinline$shortToInt (b), a + (int)b);
    [all...]

Completed in 8713 milliseconds