Home | History | Annotate | Download | only in stackmap

Lines Matching refs:tn

152                 TypeName tn = (TypeName)list2.get(i);
153 add(list, tn);
154 tn.equivalences = list;
191 TypeName tn = (TypeName)obj;
192 return getExpected().equals(tn.getExpected());
219 TypeName tn = (TypeName)td;
220 if (update(cp, name, tn.expectedName))
221 name = tn.expectedName;
229 TypeName tn = (TypeName)td;
230 tn.expectedName = name;
231 tn.cache = null;
232 tn.evalDone = true;