class jdk.internal.org.objectweb.asm.CurrentFrame extends jdk.internal.org.objectweb.asm.Frame
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.CurrentFrame
super_class: jdk.internal.org.objectweb.asm.Frame
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
0: .line 69
aload 0 /* this */
invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:()V
return
end local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/CurrentFrame;
void execute(int, int, jdk.internal.org.objectweb.asm.ClassWriter, jdk.internal.org.objectweb.asm.Item);
descriptor: (IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=5
start local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
start local 1 // int opcode
start local 2 // int arg
start local 3 // jdk.internal.org.objectweb.asm.ClassWriter cw
start local 4 // jdk.internal.org.objectweb.asm.Item item
0: .line 79
aload 0 /* this */
iload 1 /* opcode */
iload 2 /* arg */
aload 3 /* cw */
aload 4 /* item */
invokespecial jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
1: .line 80
new jdk.internal.org.objectweb.asm.Frame
dup
invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:()V
astore 5 /* successor */
start local 5 // jdk.internal.org.objectweb.asm.Frame successor
2: .line 81
aload 0 /* this */
aload 3 /* cw */
aload 5 /* successor */
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.CurrentFrame.merge:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Frame;I)Z
pop
3: .line 82
aload 0 /* this */
aload 5 /* successor */
invokevirtual jdk.internal.org.objectweb.asm.CurrentFrame.set:(Ljdk/internal/org/objectweb/asm/Frame;)V
4: .line 83
aload 0 /* this */
getfield jdk.internal.org.objectweb.asm.CurrentFrame.owner:Ljdk/internal/org/objectweb/asm/Label;
iconst_0
putfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
5: .line 84
return
end local 5 // jdk.internal.org.objectweb.asm.Frame successor
end local 4 // jdk.internal.org.objectweb.asm.Item item
end local 3 // jdk.internal.org.objectweb.asm.ClassWriter cw
end local 2 // int arg
end local 1 // int opcode
end local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/internal/org/objectweb/asm/CurrentFrame;
0 6 1 opcode I
0 6 2 arg I
0 6 3 cw Ljdk/internal/org/objectweb/asm/ClassWriter;
0 6 4 item Ljdk/internal/org/objectweb/asm/Item;
2 6 5 successor Ljdk/internal/org/objectweb/asm/Frame;
MethodParameters:
Name Flags
opcode
arg
cw
item
}
SourceFile: "CurrentFrame.java"