Lines Matching refs:AField
504 private final AElement aField;
513 this.aField = aClass.fields.vivify(name);
526 if (aField.lookup(classDescToName(desc)) != null
543 if (aField.lookup(classDescToName(desc)) != null
576 for (Annotation tla : aField.tlAnnotationsHere) {
586 for (Annotation tla : aField.type.tlAnnotationsHere) {
599 aField.type.innerTypes.entrySet()) {
856 for (Map.Entry<LocalLocation, AField> entry :
952 for (Map.Entry<Integer, AField> entry :
954 AField aParameter = entry.getValue();
1010 AField aReceiver = aMethod.receiver;
1172 for (Map.Entry<Integer, AField> e0 : aLambda.parameters.entrySet()) {
1173 AField aParameter = e0.getValue();