- 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
389 lines
9.1 KiB
Smali
389 lines
9.1 KiB
Smali
.class public abstract Lkotlin/jvm/internal/CallableReference;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lkotlin/reflect/KCallable;
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lkotlin/jvm/internal/CallableReference$NoReceiver;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final NO_RECEIVER:Ljava/lang/Object;
|
|
|
|
|
|
# instance fields
|
|
.field private final isTopLevel:Z
|
|
|
|
.field private final name:Ljava/lang/String;
|
|
|
|
.field private final owner:Ljava/lang/Class;
|
|
|
|
.field protected final receiver:Ljava/lang/Object;
|
|
|
|
.field private transient reflected:Lkotlin/reflect/KCallable;
|
|
|
|
.field private final signature:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 48
|
|
invoke-static {}, Lkotlin/jvm/internal/CallableReference$NoReceiver;->access$000()Lkotlin/jvm/internal/CallableReference$NoReceiver;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lkotlin/jvm/internal/CallableReference;->NO_RECEIVER:Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
sget-object v0, Lkotlin/jvm/internal/CallableReference;->NO_RECEIVER:Ljava/lang/Object;
|
|
|
|
.line 60
|
|
invoke-direct {p0, v0}, Lkotlin/jvm/internal/CallableReference;-><init>(Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/Object;)V
|
|
.locals 6
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x0
|
|
|
|
const/4 v4, 0x0
|
|
|
|
const/4 v5, 0x0
|
|
|
|
move-object v0, p0
|
|
|
|
move-object v1, p1
|
|
|
|
.line 65
|
|
invoke-direct/range {v0 .. v5}, Lkotlin/jvm/internal/CallableReference;-><init>(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Z)V
|
|
.locals 0
|
|
|
|
.line 69
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lkotlin/jvm/internal/CallableReference;->receiver:Ljava/lang/Object;
|
|
|
|
iput-object p2, p0, Lkotlin/jvm/internal/CallableReference;->owner:Ljava/lang/Class;
|
|
|
|
iput-object p3, p0, Lkotlin/jvm/internal/CallableReference;->name:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Lkotlin/jvm/internal/CallableReference;->signature:Ljava/lang/String;
|
|
|
|
iput-boolean p5, p0, Lkotlin/jvm/internal/CallableReference;->isTopLevel:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public varargs call([Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 161
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0, p1}, Lkotlin/reflect/KCallable;->call([Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public callBy(Ljava/util/Map;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 166
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0, p1}, Lkotlin/reflect/KCallable;->callBy(Ljava/util/Map;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public compute()Lkotlin/reflect/KCallable;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/jvm/internal/CallableReference;->reflected:Lkotlin/reflect/KCallable;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 88
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->computeReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lkotlin/jvm/internal/CallableReference;->reflected:Lkotlin/reflect/KCallable;
|
|
|
|
:cond_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public abstract computeReflected()Lkotlin/reflect/KCallable;
|
|
.end method
|
|
|
|
.method public getAnnotations()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/annotation/Annotation;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 150
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KAnnotatedElement;->getAnnotations()Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getBoundReceiver()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/jvm/internal/CallableReference;->receiver:Ljava/lang/Object;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getName()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/jvm/internal/CallableReference;->name:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getOwner()Lkotlin/reflect/KDeclarationContainer;
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lkotlin/jvm/internal/CallableReference;->owner:Ljava/lang/Class;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-boolean v1, p0, Lkotlin/jvm/internal/CallableReference;->isTopLevel:Z
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 112
|
|
invoke-static {v0}, Lkotlin/jvm/internal/Reflection;->getOrCreateKotlinPackage(Ljava/lang/Class;)Lkotlin/reflect/KDeclarationContainer;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
invoke-static {v0}, Lkotlin/jvm/internal/Reflection;->getOrCreateKotlinClass(Ljava/lang/Class;)Lkotlin/reflect/KClass;
|
|
|
|
move-result-object v0
|
|
|
|
:goto_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getParameters()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 140
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->getParameters()Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getReflected()Lkotlin/reflect/KCallable;
|
|
.locals 1
|
|
|
|
.line 96
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->compute()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
if-eq v0, p0, :cond_0
|
|
|
|
return-object v0
|
|
|
|
.line 98
|
|
:cond_0
|
|
new-instance v0, Lkotlin/jvm/KotlinReflectionNotSupportedError;
|
|
|
|
invoke-direct {v0}, Lkotlin/jvm/KotlinReflectionNotSupportedError;-><init>()V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public getReturnType()Lkotlin/reflect/KType;
|
|
.locals 1
|
|
|
|
.line 145
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->getReturnType()Lkotlin/reflect/KType;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getSignature()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/jvm/internal/CallableReference;->signature:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getTypeParameters()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Lkotlin/reflect/KTypeParameter;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 156
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->getTypeParameters()Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getVisibility()Lkotlin/reflect/KVisibility;
|
|
.locals 1
|
|
|
|
.line 172
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->getVisibility()Lkotlin/reflect/KVisibility;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public isAbstract()Z
|
|
.locals 1
|
|
|
|
.line 190
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->isAbstract()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isFinal()Z
|
|
.locals 1
|
|
|
|
.line 178
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->isFinal()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isOpen()Z
|
|
.locals 1
|
|
|
|
.line 184
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->isOpen()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isSuspend()Z
|
|
.locals 1
|
|
|
|
.line 196
|
|
invoke-virtual {p0}, Lkotlin/jvm/internal/CallableReference;->getReflected()Lkotlin/reflect/KCallable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lkotlin/reflect/KCallable;->isSuspend()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|