package t8; import java.util.Iterator; /* loaded from: classes2.dex */ public abstract class j0 { static final class a extends kotlin.coroutines.jvm.internal.k implements c9.p { /* renamed from: b, reason: collision with root package name */ Object f14439b; /* renamed from: c, reason: collision with root package name */ Object f14440c; /* renamed from: d, reason: collision with root package name */ int f14441d; /* renamed from: e, reason: collision with root package name */ int f14442e; /* renamed from: f, reason: collision with root package name */ private /* synthetic */ Object f14443f; /* renamed from: g, reason: collision with root package name */ final /* synthetic */ int f14444g; /* renamed from: h, reason: collision with root package name */ final /* synthetic */ int f14445h; /* renamed from: i, reason: collision with root package name */ final /* synthetic */ Iterator f14446i; /* renamed from: j, reason: collision with root package name */ final /* synthetic */ boolean f14447j; /* renamed from: k, reason: collision with root package name */ final /* synthetic */ boolean f14448k; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ a(int i10, int i11, Iterator it, boolean z10, boolean z11, v8.d dVar) { super(2, dVar); this.f14444g = i10; this.f14445h = i11; this.f14446i = it; this.f14447j = z10; this.f14448k = z11; } @Override // c9.p /* renamed from: c, reason: merged with bridge method [inline-methods] */ public final Object invoke(i9.d dVar, v8.d dVar2) { return ((a) create(dVar, dVar2)).invokeSuspend(s8.v.f14109a); } @Override // kotlin.coroutines.jvm.internal.a public final v8.d create(Object obj, v8.d dVar) { a aVar = new a(this.f14444g, this.f14445h, this.f14446i, this.f14447j, this.f14448k, dVar); aVar.f14443f = obj; return aVar; } /* JADX WARN: Removed duplicated region for block: B:15:0x0134 */ /* JADX WARN: Removed duplicated region for block: B:22:0x0154 */ /* JADX WARN: Removed duplicated region for block: B:34:0x00ec */ /* JADX WARN: Removed duplicated region for block: B:54:0x012a */ /* JADX WARN: Removed duplicated region for block: B:60:0x00ad */ /* JADX WARN: Removed duplicated region for block: B:65:0x0084 */ /* JADX WARN: Removed duplicated region for block: B:88:0x00dc A[RETURN] */ /* JADX WARN: Removed duplicated region for block: B:89:0x00b1 */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:19:0x014b -> B:12:0x014e). Please report as a decompilation issue!!! */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:42:0x011d -> B:30:0x0120). Please report as a decompilation issue!!! */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:63:0x00a6 -> B:50:0x0058). Please report as a decompilation issue!!! */ @Override // kotlin.coroutines.jvm.internal.a /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct code enable 'Show inconsistent code' option in preferences */ public final java.lang.Object invokeSuspend(java.lang.Object r12) { /* Method dump skipped, instructions count: 365 To view this dump change 'Code comments level' option to 'DEBUG' */ throw new UnsupportedOperationException("Method not decompiled: t8.j0.a.invokeSuspend(java.lang.Object):java.lang.Object"); } } public static final void a(int i10, int i11) { String str; if (i10 > 0 && i11 > 0) { return; } if (i10 != i11) { str = "Both size " + i10 + " and step " + i11 + " must be greater than zero."; } else { str = "size " + i10 + " must be greater than zero."; } throw new IllegalArgumentException(str.toString()); } public static final Iterator b(Iterator it, int i10, int i11, boolean z10, boolean z11) { Iterator a10; d9.j.e(it, "iterator"); if (!it.hasNext()) { return v.f14454a; } a10 = i9.f.a(new a(i10, i11, it, z11, z10, null)); return a10; } }