Frame.smali
.class public Lorg/objectweb/asm/tree/analysis/Frame;
.super Ljava/lang/Object;
# instance fields
.field private locals:I
.field private returnValue:Lorg/objectweb/asm/tree/analysis/Value;
.field private top:I
.field private values:[Lorg/objectweb/asm/tree/analysis/Value;
# direct methods
.method public constructor <init>(II)V
.registers 4
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
add-int v0, p1, p2
new-array v0, v0, [Lorg/objectweb/asm/tree/analysis/Value;
check-cast v0, [Lorg/objectweb/asm/tree/analysis/Value;
iput-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iput p1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
return-void
.end method
.method public constructor <init>(Lorg/objectweb/asm/tree/analysis/Frame;)V
.registers 5
iget v0, p1, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
iget-object v1, p1, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
array-length v1, v1
iget v2, p1, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
sub-int/2addr v1, v2
invoke-direct {p0, v0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;-><init>(II)V
invoke-virtual {p0, p1}, Lorg/objectweb/asm/tree/analysis/Frame;->init(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
return-void
.end method
# virtual methods
.method public clearStack()V
.registers 2
const/4 v0, 0x0
iput v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
return-void
.end method
.method public execute(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
.registers 10
const/4 v6, 0x0
const/4 v3, 0x2
const/4 v4, 0x0
const/4 v5, 0x1
invoke-virtual {p1}, Lorg/objectweb/asm/tree/AbstractInsnNode;->getOpcode()I
move-result v0
packed-switch v0, :pswitch_data_44a
:pswitch_b
new-instance v0, Ljava/lang/RuntimeException;
new-instance v1, Ljava/lang/StringBuffer;
const-string v2, "Illegal opcode "
invoke-direct {v1, v2}, Ljava/lang/StringBuffer;-><init>(Ljava/lang/String;)V
invoke-virtual {p1}, Lorg/objectweb/asm/tree/AbstractInsnNode;->getOpcode()I
move-result v2
invoke-virtual {v1, v2}, Ljava/lang/StringBuffer;->append(I)Ljava/lang/StringBuffer;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:pswitch_24
invoke-virtual {p2, p1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->newOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
:cond_2b
:goto_2b
:pswitch_2b
return-void
:pswitch_2c
move-object v0, p1
check-cast v0, Lorg/objectweb/asm/tree/VarInsnNode;
iget v0, v0, Lorg/objectweb/asm/tree/VarInsnNode;->var:I
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->getLocal(I)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto :goto_2b
:pswitch_3d
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->binaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto :goto_2b
:pswitch_4d
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
check-cast p1, Lorg/objectweb/asm/tree/VarInsnNode;
iget v1, p1, Lorg/objectweb/asm/tree/VarInsnNode;->var:I
invoke-virtual {p0, v1, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->setLocal(ILorg/objectweb/asm/tree/analysis/Value;)V
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v0
if-ne v0, v3, :cond_6b
add-int/lit8 v0, v1, 0x1
invoke-virtual {p2, v6}, Lorg/objectweb/asm/tree/analysis/Interpreter;->newValue(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-virtual {p0, v0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->setLocal(ILorg/objectweb/asm/tree/analysis/Value;)V
:cond_6b
if-lez v1, :cond_2b
add-int/lit8 v0, v1, -0x1
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->getLocal(I)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
if-eqz v0, :cond_2b
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v0
if-ne v0, v3, :cond_2b
add-int/lit8 v0, v1, -0x1
invoke-virtual {p2, v6}, Lorg/objectweb/asm/tree/analysis/Interpreter;->newValue(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p0, v0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->setLocal(ILorg/objectweb/asm/tree/analysis/Value;)V
goto :goto_2b
:pswitch_85
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-virtual {p2, p1, v2, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->ternaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto :goto_2b
:pswitch_95
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v0
if-ne v0, v3, :cond_2b
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of POP"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_a7
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v0
if-ne v0, v5, :cond_2b
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v0
if-eq v0, v5, :cond_2b
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of POP2"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_c3
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v1
if-eq v1, v5, :cond_d5
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of DUP"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:cond_d5
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_e1
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_f5
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-eq v2, v5, :cond_fd
:cond_f5
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of DUP_X1"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:cond_fd
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_10c
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v1
if-ne v1, v5, :cond_14b
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_13c
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-interface {v2}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v3
if-ne v3, v5, :cond_14b
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_13c
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_14b
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of DUP_X2"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_153
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v1
if-ne v1, v5, :cond_17d
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_189
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_17d
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_189
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of DUP2"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_191
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v1
if-ne v1, v5, :cond_1c8
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_1e1
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-interface {v2}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v3
if-ne v3, v5, :cond_1e1
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_1c8
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_1e1
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_1e1
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of DUP2_X1"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_1e9
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v1
if-ne v1, v5, :cond_246
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_27b
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-interface {v2}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v3
if-ne v3, v5, :cond_22d
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-interface {v3}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v4
if-ne v4, v5, :cond_27b
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v4
invoke-virtual {p0, v4}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v4
invoke-virtual {p0, v4}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_22d
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_246
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_26c
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-interface {v2}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v3
if-ne v3, v5, :cond_27b
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {p0, v3}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_26c
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-virtual {p0, v2}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:cond_27b
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of DUP2_X2"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_283
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-interface {v1}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-ne v2, v5, :cond_297
invoke-interface {v0}, Lorg/objectweb/asm/tree/analysis/Value;->getSize()I
move-result v2
if-eq v2, v5, :cond_29f
:cond_297
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Illegal use of SWAP"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:cond_29f
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->copyOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_2af
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->binaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_2c0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_2cd
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->binaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_2de
move-object v0, p1
check-cast v0, Lorg/objectweb/asm/tree/IincInsnNode;
iget v0, v0, Lorg/objectweb/asm/tree/IincInsnNode;->var:I
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->getLocal(I)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p0, v0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->setLocal(ILorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_2f0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_2fd
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->binaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_30e
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_317
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->binaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_324
invoke-virtual {p2, p1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->newOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_32d
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_336
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
iget-object v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->returnValue:Lorg/objectweb/asm/tree/analysis/Value;
invoke-virtual {p2, p1, v0, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->returnOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_344
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->returnValue:Lorg/objectweb/asm/tree/analysis/Value;
if-eqz v0, :cond_2b
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const-string v1, "Incompatible return type"
invoke-direct {v0, p1, v1}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:pswitch_350
invoke-virtual {p2, p1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->newOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_359
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_362
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_36f
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v1
invoke-virtual {p2, p1, v1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->binaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_37c
new-instance v1, Ljava/util/ArrayList;
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
move-object v0, p1
check-cast v0, Lorg/objectweb/asm/tree/MethodInsnNode;
iget-object v2, v0, Lorg/objectweb/asm/tree/MethodInsnNode;->desc:Ljava/lang/String;
invoke-static {v2}, Lorg/objectweb/asm/Type;->getArgumentTypes(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
move-result-object v0
array-length v0, v0
:goto_38b
if-lez v0, :cond_397
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-interface {v1, v4, v3}, Ljava/util/List;->add(ILjava/lang/Object;)V
add-int/lit8 v0, v0, -0x1
goto :goto_38b
:cond_397
invoke-virtual {p1}, Lorg/objectweb/asm/tree/AbstractInsnNode;->getOpcode()I
move-result v0
const/16 v3, 0xb8
if-eq v0, v3, :cond_3a6
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-interface {v1, v4, v0}, Ljava/util/List;->add(ILjava/lang/Object;)V
:cond_3a6
invoke-static {v2}, Lorg/objectweb/asm/Type;->getReturnType(Ljava/lang/String;)Lorg/objectweb/asm/Type;
move-result-object v0
sget-object v2, Lorg/objectweb/asm/Type;->VOID_TYPE:Lorg/objectweb/asm/Type;
if-ne v0, v2, :cond_3b3
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->naryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:cond_3b3
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->naryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_3bc
new-instance v1, Ljava/util/ArrayList;
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
move-object v0, p1
check-cast v0, Lorg/objectweb/asm/tree/InvokeDynamicInsnNode;
iget-object v2, v0, Lorg/objectweb/asm/tree/InvokeDynamicInsnNode;->desc:Ljava/lang/String;
invoke-static {v2}, Lorg/objectweb/asm/Type;->getArgumentTypes(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
move-result-object v0
array-length v0, v0
:goto_3cb
if-lez v0, :cond_3d7
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-interface {v1, v4, v3}, Ljava/util/List;->add(ILjava/lang/Object;)V
add-int/lit8 v0, v0, -0x1
goto :goto_3cb
:cond_3d7
invoke-static {v2}, Lorg/objectweb/asm/Type;->getReturnType(Ljava/lang/String;)Lorg/objectweb/asm/Type;
move-result-object v0
sget-object v2, Lorg/objectweb/asm/Type;->VOID_TYPE:Lorg/objectweb/asm/Type;
if-ne v0, v2, :cond_3e4
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->naryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:cond_3e4
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->naryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_3ed
invoke-virtual {p2, p1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->newOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_3f6
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_403
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_40c
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_419
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_422
new-instance v1, Ljava/util/ArrayList;
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
move-object v0, p1
check-cast v0, Lorg/objectweb/asm/tree/MultiANewArrayInsnNode;
iget v0, v0, Lorg/objectweb/asm/tree/MultiANewArrayInsnNode;->dims:I
:goto_42c
if-lez v0, :cond_438
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
invoke-interface {v1, v4, v2}, Ljava/util/List;->add(ILjava/lang/Object;)V
add-int/lit8 v0, v0, -0x1
goto :goto_42c
:cond_438
invoke-virtual {p2, p1, v1}, Lorg/objectweb/asm/tree/analysis/Interpreter;->naryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->push(Lorg/objectweb/asm/tree/analysis/Value;)V
goto/16 :goto_2b
:pswitch_441
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->pop()Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {p2, p1, v0}, Lorg/objectweb/asm/tree/analysis/Interpreter;->unaryOperation(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
goto/16 :goto_2b
:pswitch_data_44a
.packed-switch 0x0
:pswitch_2b
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_24
:pswitch_b
:pswitch_b
:pswitch_2c
:pswitch_2c
:pswitch_2c
:pswitch_2c
:pswitch_2c
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_3d
:pswitch_3d
:pswitch_3d
:pswitch_3d
:pswitch_3d
:pswitch_3d
:pswitch_3d
:pswitch_3d
:pswitch_4d
:pswitch_4d
:pswitch_4d
:pswitch_4d
:pswitch_4d
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_b
:pswitch_85
:pswitch_85
:pswitch_85
:pswitch_85
:pswitch_85
:pswitch_85
:pswitch_85
:pswitch_85
:pswitch_95
:pswitch_a7
:pswitch_c3
:pswitch_e1
:pswitch_10c
:pswitch_153
:pswitch_191
:pswitch_1e9
:pswitch_283
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2af
:pswitch_2c0
:pswitch_2c0
:pswitch_2c0
:pswitch_2c0
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2cd
:pswitch_2de
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2f0
:pswitch_2fd
:pswitch_2fd
:pswitch_2fd
:pswitch_2fd
:pswitch_2fd
:pswitch_30e
:pswitch_30e
:pswitch_30e
:pswitch_30e
:pswitch_30e
:pswitch_30e
:pswitch_317
:pswitch_317
:pswitch_317
:pswitch_317
:pswitch_317
:pswitch_317
:pswitch_317
:pswitch_317
:pswitch_2b
:pswitch_324
:pswitch_2b
:pswitch_32d
:pswitch_32d
:pswitch_336
:pswitch_336
:pswitch_336
:pswitch_336
:pswitch_336
:pswitch_344
:pswitch_350
:pswitch_359
:pswitch_362
:pswitch_36f
:pswitch_37c
:pswitch_37c
:pswitch_37c
:pswitch_37c
:pswitch_3bc
:pswitch_3ed
:pswitch_3f6
:pswitch_3f6
:pswitch_3f6
:pswitch_403
:pswitch_40c
:pswitch_40c
:pswitch_419
:pswitch_419
:pswitch_b
:pswitch_422
:pswitch_441
:pswitch_441
.end packed-switch
.end method
.method public getLocal(I)Lorg/objectweb/asm/tree/analysis/Value;
.registers 4
iget v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
if-lt p1, v0, :cond_c
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
const-string v1, "Trying to access an inexistant local variable"
invoke-direct {v0, v1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
throw v0
:cond_c
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v0, v0, p1
return-object v0
.end method
.method public getLocals()I
.registers 2
iget v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
return v0
.end method
.method public getMaxStackSize()I
.registers 3
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
array-length v0, v0
iget v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
sub-int/2addr v0, v1
return v0
.end method
.method public getStack(I)Lorg/objectweb/asm/tree/analysis/Value;
.registers 4
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iget v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
add-int/2addr v1, p1
aget-object v0, v0, v1
return-object v0
.end method
.method public getStackSize()I
.registers 2
iget v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
return v0
.end method
.method public init(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
.registers 6
const/4 v3, 0x0
iget-object v0, p1, Lorg/objectweb/asm/tree/analysis/Frame;->returnValue:Lorg/objectweb/asm/tree/analysis/Value;
iput-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->returnValue:Lorg/objectweb/asm/tree/analysis/Value;
iget-object v0, p1, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iget-object v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iget-object v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
array-length v2, v2
invoke-static {v0, v3, v1, v3, v2}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
iget v0, p1, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
iput v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
return-object p0
.end method
.method public merge(Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
.registers 7
const/4 v0, 0x0
iget v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
iget v2, p1, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
if-eq v1, v2, :cond_10
new-instance v0, Lorg/objectweb/asm/tree/analysis/AnalyzerException;
const/4 v1, 0x0
const-string v2, "Incompatible stack heights"
invoke-direct {v0, v1, v2}, Lorg/objectweb/asm/tree/analysis/AnalyzerException;-><init>(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
throw v0
:cond_10
move v1, v0
:goto_11
iget v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
iget v3, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
add-int/2addr v2, v3
if-ge v0, v2, :cond_36
iget-object v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v2, v2, v0
iget-object v3, p1, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v3, v3, v0
invoke-virtual {p2, v2, v3}, Lorg/objectweb/asm/tree/analysis/Interpreter;->merge(Lorg/objectweb/asm/tree/analysis/Value;Lorg/objectweb/asm/tree/analysis/Value;)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v2
iget-object v3, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v3, v3, v0
invoke-virtual {v2, v3}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v3
if-nez v3, :cond_33
iget-object v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aput-object v2, v1, v0
const/4 v1, 0x1
:cond_33
add-int/lit8 v0, v0, 0x1
goto :goto_11
:cond_36
return v1
.end method
.method public merge(Lorg/objectweb/asm/tree/analysis/Frame;[Z)Z
.registers 7
const/4 v0, 0x0
move v1, v0
:goto_2
iget v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
if-ge v0, v2, :cond_24
aget-boolean v2, p2, v0
if-nez v2, :cond_21
iget-object v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v2, v2, v0
iget-object v3, p1, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v3, v3, v0
invoke-virtual {v2, v3}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_21
iget-object v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iget-object v2, p1, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aget-object v2, v2, v0
aput-object v2, v1, v0
const/4 v1, 0x1
:cond_21
add-int/lit8 v0, v0, 0x1
goto :goto_2
:cond_24
return v1
.end method
.method public pop()Lorg/objectweb/asm/tree/analysis/Value;
.registers 4
iget v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
if-nez v0, :cond_c
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
const-string v1, "Cannot pop operand off an empty stack."
invoke-direct {v0, v1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
throw v0
:cond_c
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iget v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
add-int/lit8 v1, v1, -0x1
iput v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
iget v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
add-int/2addr v1, v2
aget-object v0, v0, v1
return-object v0
.end method
.method public push(Lorg/objectweb/asm/tree/analysis/Value;)V
.registers 5
iget v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
iget v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
add-int/2addr v0, v1
iget-object v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
array-length v1, v1
if-lt v0, v1, :cond_12
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
const-string v1, "Insufficient maximum stack size."
invoke-direct {v0, v1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
throw v0
:cond_12
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
iget v1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
add-int/lit8 v2, v1, 0x1
iput v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->top:I
iget v2, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
add-int/2addr v1, v2
aput-object p1, v0, v1
return-void
.end method
.method public setLocal(ILorg/objectweb/asm/tree/analysis/Value;)V
.registers 6
iget v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->locals:I
if-lt p1, v0, :cond_19
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
new-instance v1, Ljava/lang/StringBuffer;
const-string v2, "Trying to access an inexistant local variable "
invoke-direct {v1, v2}, Ljava/lang/StringBuffer;-><init>(Ljava/lang/String;)V
invoke-virtual {v1, p1}, Ljava/lang/StringBuffer;->append(I)Ljava/lang/StringBuffer;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
throw v0
:cond_19
iget-object v0, p0, Lorg/objectweb/asm/tree/analysis/Frame;->values:[Lorg/objectweb/asm/tree/analysis/Value;
aput-object p2, v0, p1
return-void
.end method
.method public setReturn(Lorg/objectweb/asm/tree/analysis/Value;)V
.registers 2
iput-object p1, p0, Lorg/objectweb/asm/tree/analysis/Frame;->returnValue:Lorg/objectweb/asm/tree/analysis/Value;
return-void
.end method
.method public toString()Ljava/lang/String;
.registers 5
const/4 v1, 0x0
new-instance v2, Ljava/lang/StringBuffer;
invoke-direct {v2}, Ljava/lang/StringBuffer;-><init>()V
move v0, v1
:goto_7
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->getLocals()I
move-result v3
if-ge v0, v3, :cond_17
invoke-virtual {p0, v0}, Lorg/objectweb/asm/tree/analysis/Frame;->getLocal(I)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v3
invoke-virtual {v2, v3}, Ljava/lang/StringBuffer;->append(Ljava/lang/Object;)Ljava/lang/StringBuffer;
add-int/lit8 v0, v0, 0x1
goto :goto_7
:cond_17
const/16 v0, 0x20
invoke-virtual {v2, v0}, Ljava/lang/StringBuffer;->append(C)Ljava/lang/StringBuffer;
:goto_1c
invoke-virtual {p0}, Lorg/objectweb/asm/tree/analysis/Frame;->getStackSize()I
move-result v0
if-ge v1, v0, :cond_30
invoke-virtual {p0, v1}, Lorg/objectweb/asm/tree/analysis/Frame;->getStack(I)Lorg/objectweb/asm/tree/analysis/Value;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String;
move-result-object v0
invoke-virtual {v2, v0}, Ljava/lang/StringBuffer;->append(Ljava/lang/String;)Ljava/lang/StringBuffer;
add-int/lit8 v1, v1, 0x1
goto :goto_1c
:cond_30
invoke-virtual {v2}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method