package defpackage;

import java.lang.reflect.Field;
import sun.misc.Unsafe;

/* JADX INFO: renamed from: ᵙᐧᵕ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2659 extends AbstractC2818 {
    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ˊᵙᵾᵲ */
    public final boolean mo1955() {
        Unsafe unsafe = this.f10824;
        if (unsafe != null) {
            try {
                Class<?> cls = unsafe.getClass();
                cls.getMethod("objectFieldOffset", Field.class);
                Class<?> cls2 = Long.TYPE;
                cls.getMethod("getLong", Object.class, cls2);
                if (AbstractC1372.m3929() != null) {
                    try {
                        Class<?> cls3 = this.f10824.getClass();
                        cls3.getMethod("getByte", cls2);
                        cls3.getMethod("putByte", cls2, Byte.TYPE);
                        cls3.getMethod("getInt", cls2);
                        cls3.getMethod("putInt", cls2, Integer.TYPE);
                        cls3.getMethod("getLong", cls2);
                        cls3.getMethod("putLong", cls2, cls2);
                        cls3.getMethod("copyMemory", cls2, cls2, cls2);
                        cls3.getMethod("copyMemory", Object.class, cls2, Object.class, cls2, cls2);
                        return true;
                    } catch (Throwable th) {
                        AbstractC1372.m3928(th);
                        return false;
                    }
                }
            } catch (Throwable th2) {
                AbstractC1372.m3928(th2);
            }
        }
        return false;
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ːˏᵟᵯ */
    public final boolean mo1956(long j, Object obj) {
        return this.f10824.getBoolean(obj, j);
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵝᵶ */
    public final void mo1957(Object obj, long j, float f) {
        this.f10824.putFloat(obj, j, f);
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵨᵣ */
    public final float mo1958(long j, Object obj) {
        return this.f10824.getFloat(obj, j);
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵮᵣᵗˈ */
    public final void mo1959(Object obj, long j, double d) {
        this.f10824.putDouble(obj, j, d);
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵱʡˏ, reason: contains not printable characters */
    public final boolean mo6467() {
        if (!super.mo6467()) {
            return false;
        }
        try {
            Class<?> cls = this.f10824.getClass();
            Class<?> cls2 = Long.TYPE;
            cls.getMethod("getByte", Object.class, cls2);
            cls.getMethod("putByte", Object.class, cls2, Byte.TYPE);
            cls.getMethod("getBoolean", Object.class, cls2);
            cls.getMethod("putBoolean", Object.class, cls2, Boolean.TYPE);
            cls.getMethod("getFloat", Object.class, cls2);
            cls.getMethod("putFloat", Object.class, cls2, Float.TYPE);
            cls.getMethod("getDouble", Object.class, cls2);
            cls.getMethod("putDouble", Object.class, cls2, Double.TYPE);
            return true;
        } catch (Throwable th) {
            AbstractC1372.m3928(th);
            return false;
        }
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵱᵽʡᵚ */
    public final void mo1960(Object obj, long j, boolean z) {
        this.f10824.putBoolean(obj, j, z);
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵶᵥᵝ */
    public final void mo1961(Object obj, long j, byte b) {
        this.f10824.putByte(obj, j, b);
    }

    @Override // defpackage.AbstractC2818
    /* JADX INFO: renamed from: ᵷᵺʾᵖ */
    public final double mo1962(long j, Object obj) {
        return this.f10824.getDouble(obj, j);
    }
}
