- 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
195 lines
5.3 KiB
Smali
195 lines
5.3 KiB
Smali
.class public final Landroidx/collection/LongListKt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
|
|
value = {
|
|
"SMAP\nLongList.kt\nKotlin\n*S Kotlin\n*F\n+ 1 LongList.kt\nandroidx/collection/LongListKt\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n+ 3 LongList.kt\nandroidx/collection/MutableLongList\n*L\n1#1,969:1\n1#2:970\n713#3,2:971\n713#3,2:973\n713#3,2:975\n713#3,2:977\n713#3,2:979\n713#3,2:981\n*S KotlinDebug\n*F\n+ 1 LongList.kt\nandroidx/collection/LongListKt\n*L\n938#1:971,2\n947#1:973,2\n948#1:975,2\n958#1:977,2\n959#1:979,2\n960#1:981,2\n*E\n"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final EmptyLongList:Landroidx/collection/LongList;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 892
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongList;-><init>(I)V
|
|
|
|
sput-object v0, Landroidx/collection/LongListKt;->EmptyLongList:Landroidx/collection/LongList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final emptyLongList()Landroidx/collection/LongList;
|
|
.locals 1
|
|
|
|
sget-object v0, Landroidx/collection/LongListKt;->EmptyLongList:Landroidx/collection/LongList;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final longListOf()Landroidx/collection/LongList;
|
|
.locals 1
|
|
|
|
.line 0
|
|
sget-object v0, Landroidx/collection/LongListKt;->EmptyLongList:Landroidx/collection/LongList;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final longListOf(J)Landroidx/collection/LongList;
|
|
.locals 0
|
|
|
|
.line 907
|
|
invoke-static {p0, p1}, Landroidx/collection/LongListKt;->mutableLongListOf(J)Landroidx/collection/MutableLongList;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final longListOf(JJ)Landroidx/collection/LongList;
|
|
.locals 0
|
|
|
|
.line 913
|
|
invoke-static {p0, p1, p2, p3}, Landroidx/collection/LongListKt;->mutableLongListOf(JJ)Landroidx/collection/MutableLongList;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final longListOf(JJJ)Landroidx/collection/LongList;
|
|
.locals 0
|
|
|
|
.line 920
|
|
invoke-static/range {p0 .. p5}, Landroidx/collection/LongListKt;->mutableLongListOf(JJJ)Landroidx/collection/MutableLongList;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final varargs longListOf([J)Landroidx/collection/LongList;
|
|
.locals 2
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 926
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
array-length v1, p0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongList;-><init>(I)V
|
|
|
|
invoke-virtual {v0, p0}, Landroidx/collection/MutableLongList;->plusAssign([J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongListOf()Landroidx/collection/MutableLongList;
|
|
.locals 4
|
|
|
|
.line 931
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x0
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Landroidx/collection/MutableLongList;-><init>(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongListOf(J)Landroidx/collection/MutableLongList;
|
|
.locals 2
|
|
|
|
.line 937
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongList;-><init>(I)V
|
|
|
|
.line 713
|
|
invoke-virtual {v0, p0, p1}, Landroidx/collection/MutableLongList;->add(J)Z
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongListOf(JJ)Landroidx/collection/MutableLongList;
|
|
.locals 2
|
|
|
|
.line 946
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
const/4 v1, 0x2
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongList;-><init>(I)V
|
|
|
|
.line 713
|
|
invoke-virtual {v0, p0, p1}, Landroidx/collection/MutableLongList;->add(J)Z
|
|
|
|
.line 713
|
|
invoke-virtual {v0, p2, p3}, Landroidx/collection/MutableLongList;->add(J)Z
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongListOf(JJJ)Landroidx/collection/MutableLongList;
|
|
.locals 2
|
|
|
|
.line 957
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
const/4 v1, 0x3
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongList;-><init>(I)V
|
|
|
|
.line 713
|
|
invoke-virtual {v0, p0, p1}, Landroidx/collection/MutableLongList;->add(J)Z
|
|
|
|
.line 713
|
|
invoke-virtual {v0, p2, p3}, Landroidx/collection/MutableLongList;->add(J)Z
|
|
|
|
.line 713
|
|
invoke-virtual {v0, p4, p5}, Landroidx/collection/MutableLongList;->add(J)Z
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final varargs mutableLongListOf([J)Landroidx/collection/MutableLongList;
|
|
.locals 2
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 968
|
|
new-instance v0, Landroidx/collection/MutableLongList;
|
|
|
|
array-length v1, p0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongList;-><init>(I)V
|
|
|
|
invoke-virtual {v0, p0}, Landroidx/collection/MutableLongList;->plusAssign([J)V
|
|
|
|
return-object v0
|
|
.end method
|