Searched refs:thisType (Results 1 – 9 of 9) 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()
97 ItemType thisType = itemType(); in equals() local100 if (thisType != otherType) { in equals()120 ItemType thisType = itemType(); in compareTo() local123 if (thisType != otherType) { in compareTo()124 return thisType.compareTo(otherType); in compareTo()
80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local81 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
89 Type thisType = getDefiningClass().getClassType(); in getPrototype() local90 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
160 Type thisType = arg(0).getType(); in run() local161 if (thisType.isUninitialized()) { in run()162 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()
474 Type thisType = getType(); in intersect() local478 if (thisType != otherType) { in intersect()483 type.equals(other.getTypeBearer()) ? type : thisType; in intersect()
278 Type thisType = parameterTypes.get(i); in compareTo() local281 result = thisType.compareTo(otherType); in compareTo()
310 Type thisType = parameterTypes.get(i); in compareTo() local313 result = thisType.compareTo(otherType); in compareTo()