mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
155 lines
7.7 KiB
Java
155 lines
7.7 KiB
Java
|
package kotlinx.coroutines;
|
||
|
|
||
|
import androidx.exifinterface.media.ExifInterface;
|
||
|
import java.util.Collection;
|
||
|
import java.util.List;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.collections.CollectionsKt;
|
||
|
import kotlin.coroutines.Continuation;
|
||
|
|
||
|
/* compiled from: Await.kt */
|
||
|
@Metadata(d1 = {"\u0000*\n\u0000\n\u0002\u0010 \n\u0002\b\u0002\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u001e\n\u0002\b\u0002\u001a=\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u00022\u001e\u0010\u0003\u001a\u0010\u0012\f\b\u0001\u0012\b\u0012\u0004\u0012\u0002H\u00020\u00050\u0004\"\b\u0012\u0004\u0012\u0002H\u00020\u0005H\u0086@ø\u0001\u0000¢\u0006\u0002\u0010\u0006\u001a%\u0010\u0007\u001a\u00020\b2\u0012\u0010\t\u001a\n\u0012\u0006\b\u0001\u0012\u00020\n0\u0004\"\u00020\nH\u0086@ø\u0001\u0000¢\u0006\u0002\u0010\u000b\u001a-\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u0002*\u000e\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u00050\fH\u0086@ø\u0001\u0000¢\u0006\u0002\u0010\r\u001a\u001b\u0010\u0007\u001a\u00020\b*\b\u0012\u0004\u0012\u00020\n0\fH\u0086@ø\u0001\u0000¢\u0006\u0002\u0010\r\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u000e"}, d2 = {"awaitAll", "", ExifInterface.GPS_DIRECTION_TRUE, "deferreds", "", "Lkotlinx/coroutines/Deferred;", "([Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "joinAll", "", "jobs", "Lkotlinx/coroutines/Job;", "([Lkotlinx/coroutines/Job;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "", "(Ljava/util/Collection;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "kotlinx-coroutines-core"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class AwaitKt {
|
||
|
public static final <T> Object awaitAll(Deferred<? extends T>[] deferredArr, Continuation<? super List<? extends T>> continuation) {
|
||
|
return deferredArr.length == 0 ? CollectionsKt.emptyList() : new AwaitAll(deferredArr).await(continuation);
|
||
|
}
|
||
|
|
||
|
public static final <T> Object awaitAll(Collection<? extends Deferred<? extends T>> collection, Continuation<? super List<? extends T>> continuation) {
|
||
|
return collection.isEmpty() ? CollectionsKt.emptyList() : new AwaitAll((Deferred[]) collection.toArray(new Deferred[0])).await(continuation);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:12:0x0045 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:16:0x0058 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:20:0x003b */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:8:0x0024 */
|
||
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:13:0x0053 -> B:10:0x0056). Please report as a decompilation issue!!! */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public static final java.lang.Object joinAll(kotlinx.coroutines.Job[] r6, kotlin.coroutines.Continuation<? super kotlin.Unit> r7) {
|
||
|
/*
|
||
|
boolean r0 = r7 instanceof kotlinx.coroutines.AwaitKt$joinAll$1
|
||
|
if (r0 == 0) goto L14
|
||
|
r0 = r7
|
||
|
kotlinx.coroutines.AwaitKt$joinAll$1 r0 = (kotlinx.coroutines.AwaitKt$joinAll$1) r0
|
||
|
int r1 = r0.label
|
||
|
r2 = -2147483648(0xffffffff80000000, float:-0.0)
|
||
|
r1 = r1 & r2
|
||
|
if (r1 == 0) goto L14
|
||
|
int r7 = r0.label
|
||
|
int r7 = r7 - r2
|
||
|
r0.label = r7
|
||
|
goto L19
|
||
|
L14:
|
||
|
kotlinx.coroutines.AwaitKt$joinAll$1 r0 = new kotlinx.coroutines.AwaitKt$joinAll$1
|
||
|
r0.<init>(r7)
|
||
|
L19:
|
||
|
java.lang.Object r7 = r0.result
|
||
|
java.lang.Object r1 = kotlin.coroutines.intrinsics.IntrinsicsKt.getCOROUTINE_SUSPENDED()
|
||
|
int r2 = r0.label
|
||
|
r3 = 1
|
||
|
if (r2 == 0) goto L3b
|
||
|
if (r2 != r3) goto L33
|
||
|
int r6 = r0.I$1
|
||
|
int r2 = r0.I$0
|
||
|
java.lang.Object r4 = r0.L$0
|
||
|
kotlinx.coroutines.Job[] r4 = (kotlinx.coroutines.Job[]) r4
|
||
|
kotlin.ResultKt.throwOnFailure(r7)
|
||
|
r7 = r4
|
||
|
goto L56
|
||
|
L33:
|
||
|
java.lang.IllegalStateException r6 = new java.lang.IllegalStateException
|
||
|
java.lang.String r7 = "call to 'resume' before 'invoke' with coroutine"
|
||
|
r6.<init>(r7)
|
||
|
throw r6
|
||
|
L3b:
|
||
|
kotlin.ResultKt.throwOnFailure(r7)
|
||
|
int r7 = r6.length
|
||
|
r2 = 0
|
||
|
r5 = r7
|
||
|
r7 = r6
|
||
|
r6 = r5
|
||
|
L43:
|
||
|
if (r2 >= r6) goto L58
|
||
|
r4 = r7[r2]
|
||
|
r0.L$0 = r7
|
||
|
r0.I$0 = r2
|
||
|
r0.I$1 = r6
|
||
|
r0.label = r3
|
||
|
java.lang.Object r4 = r4.join(r0)
|
||
|
if (r4 != r1) goto L56
|
||
|
return r1
|
||
|
L56:
|
||
|
int r2 = r2 + r3
|
||
|
goto L43
|
||
|
L58:
|
||
|
kotlin.Unit r6 = kotlin.Unit.INSTANCE
|
||
|
return r6
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: kotlinx.coroutines.AwaitKt.joinAll(kotlinx.coroutines.Job[], kotlin.coroutines.Continuation):java.lang.Object");
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:13:0x0045 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:24:0x0036 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:8:0x0024 */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public static final java.lang.Object joinAll(java.util.Collection<? extends kotlinx.coroutines.Job> r4, kotlin.coroutines.Continuation<? super kotlin.Unit> r5) {
|
||
|
/*
|
||
|
boolean r0 = r5 instanceof kotlinx.coroutines.AwaitKt$joinAll$3
|
||
|
if (r0 == 0) goto L14
|
||
|
r0 = r5
|
||
|
kotlinx.coroutines.AwaitKt$joinAll$3 r0 = (kotlinx.coroutines.AwaitKt$joinAll$3) r0
|
||
|
int r1 = r0.label
|
||
|
r2 = -2147483648(0xffffffff80000000, float:-0.0)
|
||
|
r1 = r1 & r2
|
||
|
if (r1 == 0) goto L14
|
||
|
int r5 = r0.label
|
||
|
int r5 = r5 - r2
|
||
|
r0.label = r5
|
||
|
goto L19
|
||
|
L14:
|
||
|
kotlinx.coroutines.AwaitKt$joinAll$3 r0 = new kotlinx.coroutines.AwaitKt$joinAll$3
|
||
|
r0.<init>(r5)
|
||
|
L19:
|
||
|
java.lang.Object r5 = r0.result
|
||
|
java.lang.Object r1 = kotlin.coroutines.intrinsics.IntrinsicsKt.getCOROUTINE_SUSPENDED()
|
||
|
int r2 = r0.label
|
||
|
r3 = 1
|
||
|
if (r2 == 0) goto L36
|
||
|
if (r2 != r3) goto L2e
|
||
|
java.lang.Object r4 = r0.L$0
|
||
|
java.util.Iterator r4 = (java.util.Iterator) r4
|
||
|
kotlin.ResultKt.throwOnFailure(r5)
|
||
|
goto L3f
|
||
|
L2e:
|
||
|
java.lang.IllegalStateException r4 = new java.lang.IllegalStateException
|
||
|
java.lang.String r5 = "call to 'resume' before 'invoke' with coroutine"
|
||
|
r4.<init>(r5)
|
||
|
throw r4
|
||
|
L36:
|
||
|
kotlin.ResultKt.throwOnFailure(r5)
|
||
|
java.lang.Iterable r4 = (java.lang.Iterable) r4
|
||
|
java.util.Iterator r4 = r4.iterator()
|
||
|
L3f:
|
||
|
boolean r5 = r4.hasNext()
|
||
|
if (r5 == 0) goto L56
|
||
|
java.lang.Object r5 = r4.next()
|
||
|
kotlinx.coroutines.Job r5 = (kotlinx.coroutines.Job) r5
|
||
|
r0.L$0 = r4
|
||
|
r0.label = r3
|
||
|
java.lang.Object r5 = r5.join(r0)
|
||
|
if (r5 != r1) goto L3f
|
||
|
return r1
|
||
|
L56:
|
||
|
kotlin.Unit r4 = kotlin.Unit.INSTANCE
|
||
|
return r4
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: kotlinx.coroutines.AwaitKt.joinAll(java.util.Collection, kotlin.coroutines.Continuation):java.lang.Object");
|
||
|
}
|
||
|
}
|