HomeSort by relevance Sort by last modified time
    Searched refs:otherBits (Results 1 - 6 of 6) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLiteral32.java 53 int otherBits = ((CstLiteral32) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
CstLiteral64.java 53 long otherBits = ((CstLiteral64) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteral32.java 53 int otherBits = ((CstLiteral32) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
CstLiteral64.java 53 long otherBits = ((CstLiteral64) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstLiteral32.java 53 int otherBits = ((CstLiteral32) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
CstLiteral64.java 53 long otherBits = ((CstLiteral64) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {

Completed in 359 milliseconds