- 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
55 lines
1.3 KiB
Smali
55 lines
1.3 KiB
Smali
.class public abstract Lkotlinx/coroutines/EventLoopImplPlatform;
|
|
.super Lkotlinx/coroutines/EventLoop;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 11
|
|
invoke-direct {p0}, Lkotlinx/coroutines/EventLoop;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getThread()Ljava/lang/Thread;
|
|
.end method
|
|
|
|
.method public reschedule(JLkotlinx/coroutines/EventLoopImplBase$DelayedTask;)V
|
|
.locals 1
|
|
|
|
.line 21
|
|
sget-object v0, Lkotlinx/coroutines/DefaultExecutor;->INSTANCE:Lkotlinx/coroutines/DefaultExecutor;
|
|
|
|
invoke-virtual {v0, p1, p2, p3}, Lkotlinx/coroutines/EventLoopImplBase;->schedule(JLkotlinx/coroutines/EventLoopImplBase$DelayedTask;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final unpark()V
|
|
.locals 2
|
|
|
|
.line 15
|
|
invoke-virtual {p0}, Lkotlinx/coroutines/EventLoopImplPlatform;->getThread()Ljava/lang/Thread;
|
|
|
|
move-result-object v0
|
|
|
|
.line 16
|
|
invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread;
|
|
|
|
move-result-object v1
|
|
|
|
if-eq v1, v0, :cond_0
|
|
|
|
.line 17
|
|
invoke-static {}, Lkotlinx/coroutines/AbstractTimeSourceKt;->getTimeSource()Lkotlinx/coroutines/AbstractTimeSource;
|
|
|
|
invoke-static {v0}, Ljava/util/concurrent/locks/LockSupport;->unpark(Ljava/lang/Thread;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|