- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
129 lines
2.5 KiB
Smali
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
|