Searched refs:thisType (Results 1 – 10 of 10) sorted by relevance
97 ItemType thisType = itemType(); in equals() local100 if (thisType != otherType) { in equals()119 ItemType thisType = itemType(); in compareTo() local122 if (thisType != otherType) { in compareTo()123 return thisType.compareTo(otherType); in compareTo()
80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local81 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
158 Type thisType = arg(0).getType(); in run() local159 if (thisType.isUninitialized()) { in run()160 frame.makeInitialized(thisType); in run()
450 Type thisType = getType(); in intersect() local454 if (thisType != otherType) { in intersect()459 type.equals(other.getTypeBearer()) ? type : thisType; in intersect()
454 Type thisType = getType(); in intersect() local458 if (thisType != otherType) { in intersect()463 type.equals(other.getTypeBearer()) ? type : thisType; in intersect()
278 Type thisType = parameterTypes.get(i); in compareTo() local281 result = thisType.compareTo(otherType); in compareTo()
282 Type thisType = parameterTypes.get(i); in compareTo() local285 result = thisType.compareTo(otherType); in compareTo()
1470 RegType thisType = kRegTypeUnknown; in getInvocationThis() local1479 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() local5360 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 …]