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

102 lines
2.5 KiB
Smali

.class public final Lkotlinx/coroutines/flow/SharedFlowSlot;
.super Lkotlinx/coroutines/flow/internal/AbstractSharedFlowSlot;
.source "SourceFile"
# instance fields
.field public cont:Lkotlin/coroutines/Continuation;
.field public index:J
# direct methods
.method public constructor <init>()V
.locals 2
.line 280
invoke-direct {p0}, Lkotlinx/coroutines/flow/internal/AbstractSharedFlowSlot;-><init>()V
const-wide/16 v0, -0x1
iput-wide v0, p0, Lkotlinx/coroutines/flow/SharedFlowSlot;->index:J
return-void
.end method
# virtual methods
.method public bridge synthetic allocateLocked(Ljava/lang/Object;)Z
.locals 0
.line 280
check-cast p1, Lkotlinx/coroutines/flow/SharedFlowImpl;
invoke-virtual {p0, p1}, Lkotlinx/coroutines/flow/SharedFlowSlot;->allocateLocked(Lkotlinx/coroutines/flow/SharedFlowImpl;)Z
move-result p1
return p1
.end method
.method public allocateLocked(Lkotlinx/coroutines/flow/SharedFlowImpl;)Z
.locals 4
iget-wide v0, p0, Lkotlinx/coroutines/flow/SharedFlowSlot;->index:J
const-wide/16 v2, 0x0
cmp-long v0, v0, v2
if-ltz v0, :cond_0
const/4 p1, 0x0
return p1
.line 289
:cond_0
invoke-virtual {p1}, Lkotlinx/coroutines/flow/SharedFlowImpl;->updateNewCollectorIndexLocked$kotlinx_coroutines_core()J
move-result-wide v0
iput-wide v0, p0, Lkotlinx/coroutines/flow/SharedFlowSlot;->index:J
const/4 p1, 0x1
return p1
.end method
.method public bridge synthetic freeLocked(Ljava/lang/Object;)[Lkotlin/coroutines/Continuation;
.locals 0
.line 280
check-cast p1, Lkotlinx/coroutines/flow/SharedFlowImpl;
invoke-virtual {p0, p1}, Lkotlinx/coroutines/flow/SharedFlowSlot;->freeLocked(Lkotlinx/coroutines/flow/SharedFlowImpl;)[Lkotlin/coroutines/Continuation;
move-result-object p1
return-object p1
.end method
.method public freeLocked(Lkotlinx/coroutines/flow/SharedFlowImpl;)[Lkotlin/coroutines/Continuation;
.locals 4
iget-wide v0, p0, Lkotlinx/coroutines/flow/SharedFlowSlot;->index:J
const-wide/16 v2, -0x1
iput-wide v2, p0, Lkotlinx/coroutines/flow/SharedFlowSlot;->index:J
const/4 v2, 0x0
iput-object v2, p0, Lkotlinx/coroutines/flow/SharedFlowSlot;->cont:Lkotlin/coroutines/Continuation;
.line 298
invoke-virtual {p1, v0, v1}, Lkotlinx/coroutines/flow/SharedFlowImpl;->updateCollectorIndexLocked$kotlinx_coroutines_core(J)[Lkotlin/coroutines/Continuation;
move-result-object p1
return-object p1
.end method