Searched refs:compareTo0 (Results 1 - 25 of 39) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DConstant.java56 return compareTo0(other);
67 protected abstract int compareTo0(Constant other); method in class:Constant
H A DCstFieldRef.java67 protected int compareTo0(Constant other) { method in class:CstFieldRef
68 int cmp = super.compareTo0(other);
H A DCstKnownNull.java50 protected int compareTo0(Constant other) { method in class:CstKnownNull
H A DCstLiteral32.java52 protected int compareTo0(Constant other) { method in class:CstLiteral32
H A DCstLiteral64.java52 protected int compareTo0(Constant other) { method in class:CstLiteral64
H A DCstBaseMethodRef.java89 protected final int compareTo0(Constant other) { method in class:CstBaseMethodRef
90 int cmp = super.compareTo0(other);
H A DCstAnnotation.java61 protected int compareTo0(Constant other) { method in class:CstAnnotation
H A DCstString.java69 protected int compareTo0(Constant other) { method in class:CstString
H A DCstMemberRef.java71 * after calling {@code super.compareTo0()}.</p>
74 protected int compareTo0(Constant other) { method in class:CstMemberRef
H A DCstNat.java79 protected int compareTo0(Constant other) { method in class:CstNat
/dalvik/dx/src/com/android/dx/rop/cst/
H A DConstant.java56 return compareTo0(other);
67 protected abstract int compareTo0(Constant other); method in class:Constant
H A DCstFieldRef.java67 protected int compareTo0(Constant other) { method in class:CstFieldRef
68 int cmp = super.compareTo0(other);
H A DCstKnownNull.java50 protected int compareTo0(Constant other) { method in class:CstKnownNull
H A DCstLiteral32.java52 protected int compareTo0(Constant other) { method in class:CstLiteral32
H A DCstLiteral64.java52 protected int compareTo0(Constant other) { method in class:CstLiteral64
H A DCstBaseMethodRef.java89 protected final int compareTo0(Constant other) { method in class:CstBaseMethodRef
90 int cmp = super.compareTo0(other);
H A DCstAnnotation.java61 protected int compareTo0(Constant other) { method in class:CstAnnotation
H A DCstMemberRef.java71 * after calling {@code super.compareTo0()}.</p>
74 protected int compareTo0(Constant other) { method in class:CstMemberRef
H A DCstNat.java79 protected int compareTo0(Constant other) { method in class:CstNat
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DOffsettedItem.java88 * {@link #compareTo0} deciding same-type comparisons.
104 return (compareTo0(otherItem) == 0);
112 * {@link #compareTo0} deciding same-class comparisons.
126 return compareTo0(other);
285 protected int compareTo0(OffsettedItem other) { method in class:OffsettedItem
H A DStringDataItem.java94 protected int compareTo0(OffsettedItem other) { method in class:StringDataItem
H A DEncodedArrayItem.java82 protected int compareTo0(OffsettedItem other) { method in class:EncodedArrayItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DOffsettedItem.java88 * {@link #compareTo0} deciding same-type comparisons.
104 return (compareTo0(otherItem) == 0);
112 * {@link #compareTo0} deciding same-class comparisons.
126 return compareTo0(other);
285 protected int compareTo0(OffsettedItem other) { method in class:OffsettedItem
H A DEncodedArrayItem.java73 protected int compareTo0(OffsettedItem other) { method in class:EncodedArrayItem
H A DStringDataItem.java94 protected int compareTo0(OffsettedItem other) { method in class:StringDataItem

Completed in 2566 milliseconds

12