package androidx.collection; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.coroutines.jvm.internal.RestrictedSuspendLambda; import kotlin.jvm.functions.Function2; import kotlin.jvm.internal.SourceDebugExtension; import kotlin.sequences.SequenceScope; @DebugMetadata(c = "androidx.collection.ScatterMap$MapWrapper$values$1$iterator$1", f = "ScatterMap.kt", l = {744}, m = "invokeSuspend") @SourceDebugExtension({"SMAP\nScatterMap.kt\nKotlin\n*S Kotlin\n*F\n+ 1 ScatterMap.kt\nandroidx/collection/ScatterMap$MapWrapper$values$1$iterator$1\n+ 2 ScatterMap.kt\nandroidx/collection/ScatterMap\n+ 3 ScatterMap.kt\nandroidx/collection/ScatterMapKt\n*L\n1#1,1850:1\n418#2,3:1851\n363#2,6:1854\n373#2,3:1861\n376#2,2:1865\n422#2,2:1867\n379#2,6:1869\n424#2:1875\n1826#3:1860\n1688#3:1864\n*S KotlinDebug\n*F\n+ 1 ScatterMap.kt\nandroidx/collection/ScatterMap$MapWrapper$values$1$iterator$1\n*L\n743#1:1851,3\n743#1:1854,6\n743#1:1861,3\n743#1:1865,2\n743#1:1867,2\n743#1:1869,6\n743#1:1875\n743#1:1860\n743#1:1864\n*E\n"}) /* loaded from: classes.dex */ public final class ScatterMap$MapWrapper$values$1$iterator$1 extends RestrictedSuspendLambda implements Function2 { int I$0; int I$1; int I$2; int I$3; long J$0; private /* synthetic */ Object L$0; Object L$1; Object L$2; int label; final /* synthetic */ ScatterMap this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public ScatterMap$MapWrapper$values$1$iterator$1(ScatterMap scatterMap, Continuation continuation) { super(2, continuation); this.this$0 = scatterMap; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { ScatterMap$MapWrapper$values$1$iterator$1 scatterMap$MapWrapper$values$1$iterator$1 = new ScatterMap$MapWrapper$values$1$iterator$1(this.this$0, continuation); scatterMap$MapWrapper$values$1$iterator$1.L$0 = obj; return scatterMap$MapWrapper$values$1$iterator$1; } @Override // kotlin.jvm.functions.Function2 public final Object invoke(SequenceScope sequenceScope, Continuation continuation) { return ((ScatterMap$MapWrapper$values$1$iterator$1) create(sequenceScope, continuation)).invokeSuspend(Unit.INSTANCE); } /* JADX WARN: Removed duplicated region for block: B:15:0x00a2 */ /* JADX WARN: Removed duplicated region for block: B:18:0x00ab */ /* JADX WARN: Removed duplicated region for block: B:21:0x005a */ /* JADX WARN: Removed duplicated region for block: B:8:0x006e */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:14:0x0095 -> B:5:0x009a). Please report as a decompilation issue!!! */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:20:0x0058 -> B:17:0x00a9). Please report as a decompilation issue!!! */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:21:0x005a -> B:7:0x006c). Please report as a decompilation issue!!! */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:9:0x0075 -> B:6:0x009f). Please report as a decompilation issue!!! */ @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public final java.lang.Object invokeSuspend(java.lang.Object r22) { /* Method dump skipped, instructions count: 177 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: androidx.collection.ScatterMap$MapWrapper$values$1$iterator$1.invokeSuspend(java.lang.Object):java.lang.Object"); } }