Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DOffsettedItem.java97 ItemType thisType = itemType(); in equals() local
100 if (thisType != otherType) { in equals()
119 ItemType thisType = itemType(); in compareTo() local
122 if (thisType != otherType) { in compareTo()
123 return thisType.compareTo(otherType); in compareTo()
/dalvik/dx/src/com/android/dx/dex/file/
DOffsettedItem.java97 ItemType thisType = itemType(); in equals() local
100 if (thisType != otherType) { in equals()
120 ItemType thisType = itemType(); in compareTo() local
123 if (thisType != otherType) { in compareTo()
124 return thisType.compareTo(otherType); in compareTo()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBaseMethodRef.java80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local
81 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstBaseMethodRef.java89 Type thisType = getDefiningClass().getClassType(); in getPrototype() local
90 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
/dalvik/dx/src/com/android/dx/cf/code/
DValueAwareMachine.java160 Type thisType = arg(0).getType(); in run() local
161 if (thisType.isUninitialized()) { in run()
162 frame.makeInitialized(thisType); in run()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpec.java450 Type thisType = getType(); in intersect() local
454 if (thisType != otherType) { in intersect()
459 type.equals(other.getTypeBearer()) ? type : thisType; in intersect()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpec.java474 Type thisType = getType(); in intersect() local
478 if (thisType != otherType) { in intersect()
483 type.equals(other.getTypeBearer()) ? type : thisType; in intersect()
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DPrototype.java278 Type thisType = parameterTypes.get(i); in compareTo() local
281 result = thisType.compareTo(otherType); in compareTo()
/dalvik/dx/src/com/android/dx/rop/type/
DPrototype.java310 Type thisType = parameterTypes.get(i); in compareTo() local
313 result = thisType.compareTo(otherType); in compareTo()