Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1492 public static long longToIntToLong(long value) { in longToIntToLong() method in Main
1778 assertLongEquals(0x0000000012345678L, longToIntToLong(0x1234567812345678L)); in main()
1779 assertLongEquals(0xffffffff87654321L, longToIntToLong(0x1234567887654321L)); in main()
1780 assertLongEquals(0L, longToIntToLong(Long.MIN_VALUE)); in main()
1781 assertLongEquals(-1L, longToIntToLong(Long.MAX_VALUE)); in main()