/* 109 */ for (int i = 0; i < names.length; i++) {
/* 110 */ e.dup();
/* 111 */ e.push(i);
/* 112 */ Type type = (Type)this.fields.get(names[i]);
/* 113 */ EmitUtils.load_class(e, type);
/* 114 */ e.aastore();
/* */ }
/* 116 */ e.putstatic(getClassType(), "CGLIB$FIELD_TYPES", Constants.TYPE_CLASS_ARRAY);
/* */ }
/* */
/* */ private void getNames() {