Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1522 public static int shortToLongToInt(short value) { in shortToLongToInt() method in Main
1785 assertIntEquals(5678, shortToLongToInt((short) 5678)); in main()
1786 assertIntEquals(Short.MIN_VALUE, shortToLongToInt(Short.MIN_VALUE)); in main()
1787 assertIntEquals(Short.MAX_VALUE, shortToLongToInt(Short.MAX_VALUE)); in main()