Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/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/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/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.java80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local
81 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
/dalvik/dx/src/com/android/dx/cf/code/
DValueAwareMachine.java158 Type thisType = arg(0).getType(); in run() local
159 if (thisType.isUninitialized()) { in run()
160 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.java454 Type thisType = getType(); in intersect() local
458 if (thisType != otherType) { in intersect()
463 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.java282 Type thisType = parameterTypes.get(i); in compareTo() local
285 result = thisType.compareTo(otherType); in compareTo()
/dalvik/vm/analysis/
DCodeVerify.cpp1470 RegType thisType = kRegTypeUnknown; in getInvocationThis() local
1479 thisType = getRegisterType(registerLine, pDecInsn->vC); in getInvocationThis()
1480 if (!regTypeIsReference(thisType)) { in getInvocationThis()
1482 pDecInsn->vC, thisType); in getInvocationThis()
1488 return thisType; in getInvocationThis()
5359 RegType thisType; in verifyInstruction() local
5360 thisType = getInvocationThis(workLine, &decInsn, &failure); in verifyInstruction()
5365 if (thisType == kRegTypeZero) { in verifyInstruction()
5373 thisClass = regTypeReferenceToClass(thisType, uninitMap); in verifyInstruction()
5392 if (!regTypeIsUninitReference(thisType)) { in verifyInstruction()
[all …]