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

  /art/test/567-checker-compare/src/
Main.java 136 /// CHECK-START: int Main.compareInts(int, int) intrinsics_recognition (after)
140 /// CHECK-START: int Main.compareInts(int, int) instruction_simplifier (after)
144 /// CHECK-START: int Main.compareInts(int, int) instruction_simplifier (after)
147 private static int compareInts(int x, int y) {
454 expectEquals(-1, compareInts(Integer.MIN_VALUE, Integer.MIN_VALUE + 1));
455 expectEquals(-1, compareInts(Integer.MIN_VALUE, -1));
456 expectEquals(-1, compareInts(Integer.MIN_VALUE, 0));
457 expectEquals(-1, compareInts(Integer.MIN_VALUE, 1));
458 expectEquals(-1, compareInts(Integer.MIN_VALUE, Integer.MAX_VALUE));
459 expectEquals(-1, compareInts(-1, 0))
    [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 

Completed in 106 milliseconds