package g.e.b.g0.f0;

import g.e.b.d0;
import g.e.b.g0.f0.n;
import java.lang.reflect.Field;

/* JADX INFO: loaded from: classes.dex */
public class m extends n.b {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ boolean f4061d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ Field f4062e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ boolean f4063f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ d0 f4064g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final /* synthetic */ g.e.b.j f4065h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final /* synthetic */ g.e.b.h0.a f4066i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final /* synthetic */ boolean f4067j;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public m(n nVar, String str, boolean z2, boolean z3, boolean z4, Field field, boolean z5, d0 d0Var, g.e.b.j jVar, g.e.b.h0.a aVar, boolean z6) {
        super(str, z2, z3);
        this.f4061d = z4;
        this.f4062e = field;
        this.f4063f = z5;
        this.f4064g = d0Var;
        this.f4065h = jVar;
        this.f4066i = aVar;
        this.f4067j = z6;
    }

    @Override // g.e.b.g0.f0.n.b
    public void a(g.e.b.i0.a aVar, Object obj) throws IllegalAccessException {
        Object objA = this.f4064g.a(aVar);
        if (objA == null && this.f4067j) {
            return;
        }
        if (this.f4061d) {
            n.a(obj, this.f4062e);
        }
        this.f4062e.set(obj, objA);
    }

    @Override // g.e.b.g0.f0.n.b
    public void b(g.e.b.i0.c cVar, Object obj) throws IllegalAccessException {
        if (this.f4074b) {
            if (this.f4061d) {
                n.a(obj, this.f4062e);
            }
            Object obj2 = this.f4062e.get(obj);
            if (obj2 == obj) {
                return;
            }
            cVar.j(this.a);
            (this.f4063f ? this.f4064g : new p(this.f4065h, this.f4064g, this.f4066i.f4166b)).b(cVar, obj2);
        }
    }
}
