Searched refs:shortToLongToInt (Results 1 - 1 of 1) sorted by relevance

/art/test/458-checker-instruction-simplification/src/
H A DMain.java1512 /// CHECK-START: int Main.shortToLongToInt(short) instruction_simplifier (before)
1518 /// CHECK-START: int Main.shortToLongToInt(short) instruction_simplifier (after)
1522 public static int shortToLongToInt(short value) { method in class:Main
1785 assertIntEquals(5678, shortToLongToInt((short) 5678));
1786 assertIntEquals(Short.MIN_VALUE, shortToLongToInt(Short.MIN_VALUE));
1787 assertIntEquals(Short.MAX_VALUE, shortToLongToInt(Short.MAX_VALUE));

Completed in 48 milliseconds