- 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
70 lines
1.5 KiB
Smali
70 lines
1.5 KiB
Smali
.class public abstract Lkotlinx/coroutines/MainCoroutineDispatcher;
|
|
.super Lkotlinx/coroutines/CoroutineDispatcher;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-direct {p0}, Lkotlinx/coroutines/CoroutineDispatcher;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getImmediate()Lkotlinx/coroutines/MainCoroutineDispatcher;
|
|
.end method
|
|
|
|
.method public limitedParallelism(I)Lkotlinx/coroutines/CoroutineDispatcher;
|
|
.locals 0
|
|
|
|
.line 57
|
|
invoke-static {p1}, Lkotlinx/coroutines/internal/LimitedDispatcherKt;->checkParallelism(I)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final toStringInternalImpl()Ljava/lang/String;
|
|
.locals 2
|
|
|
|
.line 69
|
|
invoke-static {}, Lkotlinx/coroutines/Dispatchers;->getMain()Lkotlinx/coroutines/MainCoroutineDispatcher;
|
|
|
|
move-result-object v0
|
|
|
|
if-ne p0, v0, :cond_0
|
|
|
|
const-string v0, "Dispatchers.Main"
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x0
|
|
|
|
.line 72
|
|
:try_start_0
|
|
invoke-virtual {v0}, Lkotlinx/coroutines/MainCoroutineDispatcher;->getImmediate()Lkotlinx/coroutines/MainCoroutineDispatcher;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/lang/UnsupportedOperationException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-object v0, v1
|
|
|
|
:goto_0
|
|
if-ne p0, v0, :cond_1
|
|
|
|
const-string v0, "Dispatchers.Main.immediate"
|
|
|
|
return-object v0
|
|
|
|
:cond_1
|
|
return-object v1
|
|
.end method
|