package androidx.compose.runtime; import kotlin.Metadata; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.CoroutineContext; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.coroutines.jvm.internal.SuspendLambda; import kotlin.jvm.functions.Function3; import kotlinx.coroutines.CoroutineScope; /* compiled from: Recomposer.kt */ @Metadata(d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u00022\u0006\u0010\u0003\u001a\u00020\u0004H\u008a@"}, d2 = {"", "", "Lkotlinx/coroutines/CoroutineScope;", "parentFrameClock", "Landroidx/compose/runtime/MonotonicFrameClock;"}, k = 3, mv = {1, 8, 0}, xi = 48) @DebugMetadata(c = "androidx.compose.runtime.Recomposer$runRecomposeConcurrentlyAndApplyChanges$2", f = "Recomposer.kt", i = {0, 0, 0, 1}, l = {791, 811, 812}, m = "invokeSuspend", n = {"recomposeCoroutineScope", "frameSignal", "frameLoop", "frameLoop"}, s = {"L$0", "L$1", "L$2", "L$0"}) /* loaded from: classes.dex */ final class Recomposer$runRecomposeConcurrentlyAndApplyChanges$2 extends SuspendLambda implements Function3, Object> { final /* synthetic */ CoroutineContext $recomposeCoroutineContext; private /* synthetic */ Object L$0; /* synthetic */ Object L$1; Object L$2; int label; final /* synthetic */ Recomposer this$0; /* JADX INFO: Access modifiers changed from: package-private */ /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public Recomposer$runRecomposeConcurrentlyAndApplyChanges$2(CoroutineContext coroutineContext, Recomposer recomposer, Continuation continuation) { super(3, continuation); this.$recomposeCoroutineContext = coroutineContext; this.this$0 = recomposer; } @Override // kotlin.jvm.functions.Function3 public final Object invoke(CoroutineScope coroutineScope, MonotonicFrameClock monotonicFrameClock, Continuation continuation) { Recomposer$runRecomposeConcurrentlyAndApplyChanges$2 recomposer$runRecomposeConcurrentlyAndApplyChanges$2 = new Recomposer$runRecomposeConcurrentlyAndApplyChanges$2(this.$recomposeCoroutineContext, this.this$0, continuation); recomposer$runRecomposeConcurrentlyAndApplyChanges$2.L$0 = coroutineScope; recomposer$runRecomposeConcurrentlyAndApplyChanges$2.L$1 = monotonicFrameClock; return recomposer$runRecomposeConcurrentlyAndApplyChanges$2.invokeSuspend(Unit.INSTANCE); } /* JADX WARN: Removed duplicated region for block: B:15:0x0190 A[RETURN] */ /* JADX WARN: Removed duplicated region for block: B:20:0x00bb */ /* JADX WARN: Removed duplicated region for block: B:27:0x00e8 */ /* JADX WARN: Removed duplicated region for block: B:39:0x0133 */ /* JADX WARN: Removed duplicated region for block: B:51:0x009b */ /* JADX WARN: Removed duplicated region for block: B:54:0x0169 */ /* JADX WARN: Removed duplicated region for block: B:61:0x015d */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:50:0x00ac -> B:17:0x0039). 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 r20) { /* Method dump skipped, instructions count: 437 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: androidx.compose.runtime.Recomposer$runRecomposeConcurrentlyAndApplyChanges$2.invokeSuspend(java.lang.Object):java.lang.Object"); } }