Files
rr3-apk/smali_classes5/kotlinx/coroutines/JobSupport$AwaitContinuation.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

92 lines
2.3 KiB
Smali

.class public final Lkotlinx/coroutines/JobSupport$AwaitContinuation;
.super Lkotlinx/coroutines/CancellableContinuationImpl;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lkotlinx/coroutines/JobSupport;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "AwaitContinuation"
.end annotation
# instance fields
.field public final job:Lkotlinx/coroutines/JobSupport;
# direct methods
.method public constructor <init>(Lkotlin/coroutines/Continuation;Lkotlinx/coroutines/JobSupport;)V
.locals 1
const/4 v0, 0x1
.line 1166
invoke-direct {p0, p1, v0}, Lkotlinx/coroutines/CancellableContinuationImpl;-><init>(Lkotlin/coroutines/Continuation;I)V
iput-object p2, p0, Lkotlinx/coroutines/JobSupport$AwaitContinuation;->job:Lkotlinx/coroutines/JobSupport;
return-void
.end method
# virtual methods
.method public getContinuationCancellationCause(Lkotlinx/coroutines/Job;)Ljava/lang/Throwable;
.locals 2
iget-object v0, p0, Lkotlinx/coroutines/JobSupport$AwaitContinuation;->job:Lkotlinx/coroutines/JobSupport;
.line 1168
invoke-virtual {v0}, Lkotlinx/coroutines/JobSupport;->getState$kotlinx_coroutines_core()Ljava/lang/Object;
move-result-object v0
.line 1173
instance-of v1, v0, Lkotlinx/coroutines/JobSupport$Finishing;
if-eqz v1, :cond_0
move-object v1, v0
check-cast v1, Lkotlinx/coroutines/JobSupport$Finishing;
invoke-virtual {v1}, Lkotlinx/coroutines/JobSupport$Finishing;->getRootCause()Ljava/lang/Throwable;
move-result-object v1
if-eqz v1, :cond_0
return-object v1
.line 1174
:cond_0
instance-of v1, v0, Lkotlinx/coroutines/CompletedExceptionally;
if-eqz v1, :cond_1
check-cast v0, Lkotlinx/coroutines/CompletedExceptionally;
iget-object p1, v0, Lkotlinx/coroutines/CompletedExceptionally;->cause:Ljava/lang/Throwable;
return-object p1
.line 1175
:cond_1
invoke-interface {p1}, Lkotlinx/coroutines/Job;->getCancellationException()Ljava/util/concurrent/CancellationException;
move-result-object p1
return-object p1
.end method
.method public nameString()Ljava/lang/String;
.locals 1
const-string v0, "AwaitContinuation"
return-object v0
.end method