Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1507 public static short shortToCharToShort(short value) { in shortToCharToShort() method in Main
1782 assertIntEquals((short) -5678, shortToCharToShort((short) -5678)); in main()
1783 assertIntEquals(Short.MIN_VALUE, shortToCharToShort(Short.MIN_VALUE)); in main()
1784 assertIntEquals(Short.MAX_VALUE, shortToCharToShort(Short.MAX_VALUE)); in main()