- 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
164 lines
2.8 KiB
Smali
164 lines
2.8 KiB
Smali
.class public abstract Lokio/SegmentPool;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static byteCount:J
|
|
|
|
.field public static next:Lokio/Segment;
|
|
|
|
|
|
# direct methods
|
|
.method public static recycle(Lokio/Segment;)V
|
|
.locals 9
|
|
|
|
.line 52
|
|
iget-object v0, p0, Lokio/Segment;->next:Lokio/Segment;
|
|
|
|
if-nez v0, :cond_2
|
|
|
|
iget-object v0, p0, Lokio/Segment;->prev:Lokio/Segment;
|
|
|
|
if-nez v0, :cond_2
|
|
|
|
.line 53
|
|
iget-boolean v0, p0, Lokio/Segment;->shared:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
const-class v0, Lokio/SegmentPool;
|
|
|
|
.line 54
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-wide v1, Lokio/SegmentPool;->byteCount:J
|
|
|
|
const-wide/16 v3, 0x2000
|
|
|
|
add-long v5, v1, v3
|
|
|
|
const-wide/32 v7, 0x10000
|
|
|
|
cmp-long v5, v5, v7
|
|
|
|
if-lez v5, :cond_1
|
|
|
|
.line 55
|
|
monitor-exit v0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
add-long/2addr v1, v3
|
|
|
|
sput-wide v1, Lokio/SegmentPool;->byteCount:J
|
|
|
|
sget-object v1, Lokio/SegmentPool;->next:Lokio/Segment;
|
|
|
|
.line 57
|
|
iput-object v1, p0, Lokio/Segment;->next:Lokio/Segment;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 58
|
|
iput v1, p0, Lokio/Segment;->limit:I
|
|
|
|
iput v1, p0, Lokio/Segment;->pos:I
|
|
|
|
sput-object p0, Lokio/SegmentPool;->next:Lokio/Segment;
|
|
|
|
.line 60
|
|
monitor-exit v0
|
|
|
|
return-void
|
|
|
|
:goto_0
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw p0
|
|
|
|
.line 52
|
|
:cond_2
|
|
new-instance p0, Ljava/lang/IllegalArgumentException;
|
|
|
|
invoke-direct {p0}, Ljava/lang/IllegalArgumentException;-><init>()V
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
.method public static take()Lokio/Segment;
|
|
.locals 6
|
|
|
|
const-class v0, Lokio/SegmentPool;
|
|
|
|
.line 39
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lokio/SegmentPool;->next:Lokio/Segment;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 42
|
|
iget-object v2, v1, Lokio/Segment;->next:Lokio/Segment;
|
|
|
|
sput-object v2, Lokio/SegmentPool;->next:Lokio/Segment;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 43
|
|
iput-object v2, v1, Lokio/Segment;->next:Lokio/Segment;
|
|
|
|
sget-wide v2, Lokio/SegmentPool;->byteCount:J
|
|
|
|
const-wide/16 v4, 0x2000
|
|
|
|
sub-long/2addr v2, v4
|
|
|
|
sput-wide v2, Lokio/SegmentPool;->byteCount:J
|
|
|
|
.line 45
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_0
|
|
|
|
.line 47
|
|
:cond_0
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 48
|
|
new-instance v0, Lokio/Segment;
|
|
|
|
invoke-direct {v0}, Lokio/Segment;-><init>()V
|
|
|
|
return-object v0
|
|
|
|
.line 47
|
|
:goto_0
|
|
:try_start_1
|
|
monitor-exit v0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|