- 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
228 lines
5.7 KiB
Smali
228 lines
5.7 KiB
Smali
.class public final Landroidx/collection/LongSetKt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
|
|
value = {
|
|
"SMAP\nLongSet.kt\nKotlin\n*S Kotlin\n*F\n+ 1 LongSet.kt\nandroidx/collection/LongSetKt\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,853:1\n1#2:854\n*E\n"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final EmptyLongArray:[J
|
|
|
|
.field private static final EmptyLongSet:Landroidx/collection/MutableLongSet;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 44
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongSet;-><init>(I)V
|
|
|
|
sput-object v0, Landroidx/collection/LongSetKt;->EmptyLongSet:Landroidx/collection/MutableLongSet;
|
|
|
|
new-array v0, v1, [J
|
|
|
|
sput-object v0, Landroidx/collection/LongSetKt;->EmptyLongArray:[J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final emptyLongSet()Landroidx/collection/LongSet;
|
|
.locals 1
|
|
|
|
sget-object v0, Landroidx/collection/LongSetKt;->EmptyLongSet:Landroidx/collection/MutableLongSet;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final getEmptyLongArray()[J
|
|
.locals 1
|
|
|
|
sget-object v0, Landroidx/collection/LongSetKt;->EmptyLongArray:[J
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final hash(J)I
|
|
.locals 0
|
|
|
|
.line 849
|
|
invoke-static {p0, p1}, Ljava/lang/Long;->hashCode(J)I
|
|
|
|
move-result p0
|
|
|
|
const p1, -0x3361d2af # -8.2930312E7f
|
|
|
|
mul-int/2addr p0, p1
|
|
|
|
shl-int/lit8 p1, p0, 0x10
|
|
|
|
xor-int/2addr p0, p1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final longSetOf()Landroidx/collection/LongSet;
|
|
.locals 1
|
|
|
|
.line 0
|
|
sget-object v0, Landroidx/collection/LongSetKt;->EmptyLongSet:Landroidx/collection/MutableLongSet;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final longSetOf(J)Landroidx/collection/LongSet;
|
|
.locals 0
|
|
|
|
.line 64
|
|
invoke-static {p0, p1}, Landroidx/collection/LongSetKt;->mutableLongSetOf(J)Landroidx/collection/MutableLongSet;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final longSetOf(JJ)Landroidx/collection/LongSet;
|
|
.locals 0
|
|
|
|
.line 71
|
|
invoke-static {p0, p1, p2, p3}, Landroidx/collection/LongSetKt;->mutableLongSetOf(JJ)Landroidx/collection/MutableLongSet;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final longSetOf(JJJ)Landroidx/collection/LongSet;
|
|
.locals 0
|
|
|
|
.line 78
|
|
invoke-static/range {p0 .. p5}, Landroidx/collection/LongSetKt;->mutableLongSetOf(JJJ)Landroidx/collection/MutableLongSet;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final varargs longSetOf([J)Landroidx/collection/LongSet;
|
|
.locals 2
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 85
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
array-length v1, p0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongSet;-><init>(I)V
|
|
|
|
invoke-virtual {v0, p0}, Landroidx/collection/MutableLongSet;->plusAssign([J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongSetOf()Landroidx/collection/MutableLongSet;
|
|
.locals 4
|
|
|
|
.line 90
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x0
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Landroidx/collection/MutableLongSet;-><init>(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongSetOf(J)Landroidx/collection/MutableLongSet;
|
|
.locals 2
|
|
|
|
.line 96
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongSet;-><init>(I)V
|
|
|
|
.line 97
|
|
invoke-virtual {v0, p0, p1}, Landroidx/collection/MutableLongSet;->plusAssign(J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongSetOf(JJ)Landroidx/collection/MutableLongSet;
|
|
.locals 2
|
|
|
|
.line 104
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
const/4 v1, 0x2
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongSet;-><init>(I)V
|
|
|
|
.line 105
|
|
invoke-virtual {v0, p0, p1}, Landroidx/collection/MutableLongSet;->plusAssign(J)V
|
|
|
|
.line 106
|
|
invoke-virtual {v0, p2, p3}, Landroidx/collection/MutableLongSet;->plusAssign(J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final mutableLongSetOf(JJJ)Landroidx/collection/MutableLongSet;
|
|
.locals 2
|
|
|
|
.line 113
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
const/4 v1, 0x3
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongSet;-><init>(I)V
|
|
|
|
.line 114
|
|
invoke-virtual {v0, p0, p1}, Landroidx/collection/MutableLongSet;->plusAssign(J)V
|
|
|
|
.line 115
|
|
invoke-virtual {v0, p2, p3}, Landroidx/collection/MutableLongSet;->plusAssign(J)V
|
|
|
|
.line 116
|
|
invoke-virtual {v0, p4, p5}, Landroidx/collection/MutableLongSet;->plusAssign(J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final varargs mutableLongSetOf([J)Landroidx/collection/MutableLongSet;
|
|
.locals 2
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 123
|
|
new-instance v0, Landroidx/collection/MutableLongSet;
|
|
|
|
array-length v1, p0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/collection/MutableLongSet;-><init>(I)V
|
|
|
|
invoke-virtual {v0, p0}, Landroidx/collection/MutableLongSet;->plusAssign([J)V
|
|
|
|
return-object v0
|
|
.end method
|