package kotlin.io.path; import java.nio.file.Path; import kotlin.Metadata; 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.sequences.SequenceScope; /* JADX INFO: Access modifiers changed from: package-private */ /* compiled from: PathTreeWalk.kt */ @Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\b\u0012\u0004\u0012\u00020\u00030\u0002H\u008a@"}, d2 = {"", "", "Lkotlin/sequences/SequenceScope;", "Ljava/nio/file/Path;"}, k = 3, mv = {1, 9, 0}, xi = 48) @DebugMetadata(c = "kotlin.io.path.PathTreeWalk$bfsIterator$1", f = "PathTreeWalk.kt", i = {0, 0, 0, 0, 0, 0, 1, 1, 1}, l = {184, 190}, m = "invokeSuspend", n = {"$this$iterator", "queue", "entriesReader", "pathNode", "this_$iv", "path$iv", "$this$iterator", "queue", "entriesReader"}, s = {"L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "L$0", "L$1", "L$2"}) /* loaded from: classes3.dex */ public final class PathTreeWalk$bfsIterator$1 extends RestrictedSuspendLambda implements Function2, Continuation, Object> { private /* synthetic */ Object L$0; Object L$1; Object L$2; Object L$3; Object L$4; Object L$5; int label; final /* synthetic */ PathTreeWalk 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 PathTreeWalk$bfsIterator$1(PathTreeWalk pathTreeWalk, Continuation continuation) { super(2, continuation); this.this$0 = pathTreeWalk; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { PathTreeWalk$bfsIterator$1 pathTreeWalk$bfsIterator$1 = new PathTreeWalk$bfsIterator$1(this.this$0, continuation); pathTreeWalk$bfsIterator$1.L$0 = obj; return pathTreeWalk$bfsIterator$1; } @Override // kotlin.jvm.functions.Function2 public final Object invoke(SequenceScope sequenceScope, Continuation continuation) { return ((PathTreeWalk$bfsIterator$1) create(sequenceScope, continuation)).invokeSuspend(Unit.INSTANCE); } /* JADX WARN: Removed duplicated region for block: B:34:0x00f5 */ /* JADX WARN: Removed duplicated region for block: B:9:0x0087 */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:21:0x00f3 -> B:6:0x007d). Please report as a decompilation issue!!! */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:22:0x00f5 -> B:6:0x007d). 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 r13) { /* Method dump skipped, instructions count: 312 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: kotlin.io.path.PathTreeWalk$bfsIterator$1.invokeSuspend(java.lang.Object):java.lang.Object"); } }