Files
rr3-apk/smali_classes5/kotlinx/coroutines/JobImpl.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

129 lines
2.5 KiB
Smali

.class public Lkotlinx/coroutines/JobImpl;
.super Lkotlinx/coroutines/JobSupport;
.source "SourceFile"
# interfaces
.implements Lkotlinx/coroutines/CompletableJob;
# instance fields
.field public final handlesException:Z
# direct methods
.method public constructor <init>(Lkotlinx/coroutines/Job;)V
.locals 1
const/4 v0, 0x1
.line 1309
invoke-direct {p0, v0}, Lkotlinx/coroutines/JobSupport;-><init>(Z)V
.line 1310
invoke-virtual {p0, p1}, Lkotlinx/coroutines/JobSupport;->initParentJob(Lkotlinx/coroutines/Job;)V
.line 1322
invoke-virtual {p0}, Lkotlinx/coroutines/JobImpl;->handlesException()Z
move-result p1
iput-boolean p1, p0, Lkotlinx/coroutines/JobImpl;->handlesException:Z
return-void
.end method
# virtual methods
.method public getHandlesException$kotlinx_coroutines_core()Z
.locals 1
iget-boolean v0, p0, Lkotlinx/coroutines/JobImpl;->handlesException:Z
return v0
.end method
.method public getOnCancelComplete$kotlinx_coroutines_core()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public final handlesException()Z
.locals 4
.line 1329
invoke-virtual {p0}, Lkotlinx/coroutines/JobSupport;->getParentHandle$kotlinx_coroutines_core()Lkotlinx/coroutines/ChildHandle;
move-result-object v0
instance-of v1, v0, Lkotlinx/coroutines/ChildHandleNode;
const/4 v2, 0x0
if-eqz v1, :cond_0
check-cast v0, Lkotlinx/coroutines/ChildHandleNode;
goto :goto_0
:cond_0
move-object v0, v2
:goto_0
const/4 v1, 0x0
if-eqz v0, :cond_4
invoke-virtual {v0}, Lkotlinx/coroutines/JobNode;->getJob()Lkotlinx/coroutines/JobSupport;
move-result-object v0
if-nez v0, :cond_1
goto :goto_2
.line 1331
:cond_1
invoke-virtual {v0}, Lkotlinx/coroutines/JobSupport;->getHandlesException$kotlinx_coroutines_core()Z
move-result v3
if-eqz v3, :cond_2
const/4 v0, 0x1
return v0
.line 1332
:cond_2
invoke-virtual {v0}, Lkotlinx/coroutines/JobSupport;->getParentHandle$kotlinx_coroutines_core()Lkotlinx/coroutines/ChildHandle;
move-result-object v0
instance-of v3, v0, Lkotlinx/coroutines/ChildHandleNode;
if-eqz v3, :cond_3
check-cast v0, Lkotlinx/coroutines/ChildHandleNode;
goto :goto_1
:cond_3
move-object v0, v2
:goto_1
if-eqz v0, :cond_4
invoke-virtual {v0}, Lkotlinx/coroutines/JobNode;->getJob()Lkotlinx/coroutines/JobSupport;
move-result-object v0
if-nez v0, :cond_1
:cond_4
:goto_2
return v1
.end method