- 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
88 lines
2.2 KiB
Smali
88 lines
2.2 KiB
Smali
.class public final Lkotlinx/coroutines/scheduling/DefaultScheduler;
|
|
.super Lkotlinx/coroutines/scheduling/SchedulerCoroutineDispatcher;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final INSTANCE:Lkotlinx/coroutines/scheduling/DefaultScheduler;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Lkotlinx/coroutines/scheduling/DefaultScheduler;
|
|
|
|
invoke-direct {v0}, Lkotlinx/coroutines/scheduling/DefaultScheduler;-><init>()V
|
|
|
|
sput-object v0, Lkotlinx/coroutines/scheduling/DefaultScheduler;->INSTANCE:Lkotlinx/coroutines/scheduling/DefaultScheduler;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 6
|
|
|
|
.line 14
|
|
sget v1, Lkotlinx/coroutines/scheduling/TasksKt;->CORE_POOL_SIZE:I
|
|
|
|
sget v2, Lkotlinx/coroutines/scheduling/TasksKt;->MAX_POOL_SIZE:I
|
|
|
|
.line 15
|
|
sget-wide v3, Lkotlinx/coroutines/scheduling/TasksKt;->IDLE_WORKER_KEEP_ALIVE_NS:J
|
|
|
|
sget-object v5, Lkotlinx/coroutines/scheduling/TasksKt;->DEFAULT_SCHEDULER_NAME:Ljava/lang/String;
|
|
|
|
move-object v0, p0
|
|
|
|
.line 13
|
|
invoke-direct/range {v0 .. v5}, Lkotlinx/coroutines/scheduling/SchedulerCoroutineDispatcher;-><init>(IIJLjava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public close()V
|
|
.locals 2
|
|
|
|
.line 32
|
|
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
|
|
|
const-string v1, "Dispatchers.Default cannot be closed"
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public limitedParallelism(I)Lkotlinx/coroutines/CoroutineDispatcher;
|
|
.locals 1
|
|
|
|
.line 20
|
|
invoke-static {p1}, Lkotlinx/coroutines/internal/LimitedDispatcherKt;->checkParallelism(I)V
|
|
|
|
.line 21
|
|
sget v0, Lkotlinx/coroutines/scheduling/TasksKt;->CORE_POOL_SIZE:I
|
|
|
|
if-lt p1, v0, :cond_0
|
|
|
|
return-object p0
|
|
|
|
.line 22
|
|
:cond_0
|
|
invoke-super {p0, p1}, Lkotlinx/coroutines/CoroutineDispatcher;->limitedParallelism(I)Lkotlinx/coroutines/CoroutineDispatcher;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "Dispatchers.Default"
|
|
|
|
return-object v0
|
|
.end method
|