Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/rop/cst/
DCstLiteral32.java53 int otherBits = ((CstLiteral32) other).bits; in compareTo0() local
55 if (bits < otherBits) { in compareTo0()
57 } else if (bits > otherBits) { in compareTo0()
DCstLiteral64.java53 long otherBits = ((CstLiteral64) other).bits; in compareTo0() local
55 if (bits < otherBits) { in compareTo0()
57 } else if (bits > otherBits) { in compareTo0()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstLiteral32.java53 int otherBits = ((CstLiteral32) other).bits; in compareTo0() local
55 if (bits < otherBits) { in compareTo0()
57 } else if (bits > otherBits) { in compareTo0()
DCstLiteral64.java53 long otherBits = ((CstLiteral64) other).bits; in compareTo0() local
55 if (bits < otherBits) { in compareTo0()
57 } else if (bits > otherBits) { in compareTo0()