Files
rr3-apk/smali_classes5/kotlinx/coroutines/EventLoop_commonKt.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

83 lines
1.9 KiB
Smali

.class public abstract Lkotlinx/coroutines/EventLoop_commonKt;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final CLOSED_EMPTY:Lkotlinx/coroutines/internal/Symbol;
.field public static final DISPOSED_TASK:Lkotlinx/coroutines/internal/Symbol;
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 143
new-instance v0, Lkotlinx/coroutines/internal/Symbol;
const-string v1, "REMOVED_TASK"
invoke-direct {v0, v1}, Lkotlinx/coroutines/internal/Symbol;-><init>(Ljava/lang/String;)V
sput-object v0, Lkotlinx/coroutines/EventLoop_commonKt;->DISPOSED_TASK:Lkotlinx/coroutines/internal/Symbol;
.line 168
new-instance v0, Lkotlinx/coroutines/internal/Symbol;
const-string v1, "CLOSED_EMPTY"
invoke-direct {v0, v1}, Lkotlinx/coroutines/internal/Symbol;-><init>(Ljava/lang/String;)V
sput-object v0, Lkotlinx/coroutines/EventLoop_commonKt;->CLOSED_EMPTY:Lkotlinx/coroutines/internal/Symbol;
return-void
.end method
.method public static final synthetic access$getCLOSED_EMPTY$p()Lkotlinx/coroutines/internal/Symbol;
.locals 1
sget-object v0, Lkotlinx/coroutines/EventLoop_commonKt;->CLOSED_EMPTY:Lkotlinx/coroutines/internal/Symbol;
return-object v0
.end method
.method public static final synthetic access$getDISPOSED_TASK$p()Lkotlinx/coroutines/internal/Symbol;
.locals 1
sget-object v0, Lkotlinx/coroutines/EventLoop_commonKt;->DISPOSED_TASK:Lkotlinx/coroutines/internal/Symbol;
return-object v0
.end method
.method public static final delayToNanos(J)J
.locals 3
const-wide/16 v0, 0x0
cmp-long v2, p0, v0
if-gtz v2, :cond_0
goto :goto_0
:cond_0
const-wide v0, 0x8637bd05af6L
cmp-long v0, p0, v0
if-ltz v0, :cond_1
const-wide v0, 0x7fffffffffffffffL
goto :goto_0
:cond_1
const-wide/32 v0, 0xf4240
mul-long/2addr v0, p0
:goto_0
return-wide v0
.end method