- 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
102 lines
2.2 KiB
Smali
102 lines
2.2 KiB
Smali
.class public final Lkotlin/collections/builders/MapBuilder$Companion;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lkotlin/collections/builders/MapBuilder;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Companion"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 482
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-direct {p0}, Lkotlin/collections/builders/MapBuilder$Companion;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic access$computeHashSize(Lkotlin/collections/builders/MapBuilder$Companion;I)I
|
|
.locals 0
|
|
|
|
.line 482
|
|
invoke-virtual {p0, p1}, Lkotlin/collections/builders/MapBuilder$Companion;->computeHashSize(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final synthetic access$computeShift(Lkotlin/collections/builders/MapBuilder$Companion;I)I
|
|
.locals 0
|
|
|
|
.line 482
|
|
invoke-virtual {p0, p1}, Lkotlin/collections/builders/MapBuilder$Companion;->computeShift(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final computeHashSize(I)I
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 490
|
|
invoke-static {p1, v0}, Lkotlin/ranges/RangesKt;->coerceAtLeast(II)I
|
|
|
|
move-result p1
|
|
|
|
mul-int/lit8 p1, p1, 0x3
|
|
|
|
invoke-static {p1}, Ljava/lang/Integer;->highestOneBit(I)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final computeShift(I)I
|
|
.locals 0
|
|
|
|
.line 492
|
|
invoke-static {p1}, Ljava/lang/Integer;->numberOfLeadingZeros(I)I
|
|
|
|
move-result p1
|
|
|
|
add-int/lit8 p1, p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final getEmpty$kotlin_stdlib()Lkotlin/collections/builders/MapBuilder;
|
|
.locals 1
|
|
|
|
.line 488
|
|
invoke-static {}, Lkotlin/collections/builders/MapBuilder;->access$getEmpty$cp()Lkotlin/collections/builders/MapBuilder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|