class org.objectweb.asm.MethodWriter extends org.objectweb.asm.MethodVisitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.objectweb.asm.MethodWriter
super_class: org.objectweb.asm.MethodVisitor
{
static final int ACC_CONSTRUCTOR;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 524288
static final int SAME_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 0
static final int SAME_LOCALS_1_STACK_ITEM_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 64
static final int RESERVED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 128
static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 247
static final int CHOP_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 248
static final int SAME_FRAME_EXTENDED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 251
static final int APPEND_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 252
static final int FULL_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 255
private static final int FRAMES;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int MAXS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int NOTHING;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
final org.objectweb.asm.ClassWriter cw;
descriptor: Lorg/objectweb/asm/ClassWriter;
flags: (0x0010) ACC_FINAL
private int access;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final int name;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int desc;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String descriptor;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
java.lang.String signature;
descriptor: Ljava/lang/String;
flags: (0x0000)
int classReaderOffset;
descriptor: I
flags: (0x0000)
int classReaderLength;
descriptor: I
flags: (0x0000)
int exceptionCount;
descriptor: I
flags: (0x0000)
int[] exceptions;
descriptor: [I
flags: (0x0000)
private org.objectweb.asm.ByteVector annd;
descriptor: Lorg/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter anns;
descriptor: Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter ianns;
descriptor: Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter[] panns;
descriptor: [Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter[] ipanns;
descriptor: [Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private int synthetics;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Attribute attrs;
descriptor: Lorg/objectweb/asm/Attribute;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.ByteVector code;
descriptor: Lorg/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int maxStack;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxLocals;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int currentLocals;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int frameCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.ByteVector stackMap;
descriptor: Lorg/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int previousFrameOffset;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int[] previousFrame;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int[] frame;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int handlerCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Handler firstHandler;
descriptor: Lorg/objectweb/asm/Handler;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Handler lastHandler;
descriptor: Lorg/objectweb/asm/Handler;
flags: (0x0002) ACC_PRIVATE
private int localVarCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.ByteVector localVar;
descriptor: Lorg/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int localVarTypeCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.ByteVector localVarType;
descriptor: Lorg/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int lineNumberCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.ByteVector lineNumber;
descriptor: Lorg/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Attribute cattrs;
descriptor: Lorg/objectweb/asm/Attribute;
flags: (0x0002) ACC_PRIVATE
private boolean resize;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int subroutines;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final int compute;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private org.objectweb.asm.Label labels;
descriptor: Lorg/objectweb/asm/Label;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Label previousBlock;
descriptor: Lorg/objectweb/asm/Label;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Label currentBlock;
descriptor: Lorg/objectweb/asm/Label;
flags: (0x0002) ACC_PRIVATE
private int stackSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxStackSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(org.objectweb.asm.ClassWriter, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], boolean, boolean);
descriptor: (Lorg/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;ZZ)V
flags: (0x0000)
Code:
stack=5, locals=10, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
ldc 262144
invokespecial org.objectweb.asm.MethodVisitor.<init>:(I)V
1: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
2: aload 1
getfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
ifnonnull 5
3: aload 1
aload 0
putfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
4: goto 6
5: StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int int
StackMap stack:
aload 1
getfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
aload 0
putfield org.objectweb.asm.MethodWriter.mv:Lorg/objectweb/asm/MethodVisitor;
6: StackMap locals:
StackMap stack:
aload 1
aload 0
putfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
7: aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
8: aload 0
iload 2
putfield org.objectweb.asm.MethodWriter.access:I
9: ldc "<init>"
aload 3
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 11
10: aload 0
dup
getfield org.objectweb.asm.MethodWriter.access:I
ldc 524288
ior
putfield org.objectweb.asm.MethodWriter.access:I
11: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 3
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield org.objectweb.asm.MethodWriter.name:I
12: aload 0
aload 1
aload 4
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield org.objectweb.asm.MethodWriter.desc:I
13: aload 0
aload 4
putfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
14: aload 0
aload 5
putfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
15: aload 6
ifnull 23
aload 6
arraylength
ifle 23
16: aload 0
aload 6
arraylength
putfield org.objectweb.asm.MethodWriter.exceptionCount:I
17: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
newarray 10
putfield org.objectweb.asm.MethodWriter.exceptions:[I
18: iconst_0
istore 9
start local 9 19: goto 22
20: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.exceptions:[I
iload 9
aload 1
aload 6
iload 9
aaload
invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
iastore
21: iinc 9 1
StackMap locals:
StackMap stack:
22: iload 9
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
if_icmplt 20
end local 9 23: StackMap locals:
StackMap stack:
aload 0
iload 8
ifeq 24
iconst_0
goto 26
StackMap locals:
StackMap stack: org.objectweb.asm.MethodWriter
24: iload 7
ifeq 25
iconst_1
goto 26
StackMap locals:
StackMap stack: org.objectweb.asm.MethodWriter
25: iconst_2
StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int int
StackMap stack: org.objectweb.asm.MethodWriter int
26: putfield org.objectweb.asm.MethodWriter.compute:I
27: iload 7
ifne 28
iload 8
ifeq 36
28: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
iconst_2
ishr
istore 9
start local 9 29: iload 2
bipush 8
iand
ifeq 31
30: iinc 9 -1
31: StackMap locals: int
StackMap stack:
aload 0
iload 9
putfield org.objectweb.asm.MethodWriter.maxLocals:I
32: aload 0
iload 9
putfield org.objectweb.asm.MethodWriter.currentLocals:I
33: aload 0
new org.objectweb.asm.Label
dup
invokespecial org.objectweb.asm.Label.<init>:()V
putfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
34: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
bipush 8
ior
putfield org.objectweb.asm.Label.status:I
35: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
end local 9 36: StackMap locals:
StackMap stack:
return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Lorg/objectweb/asm/MethodWriter;
0 37 1 cw Lorg/objectweb/asm/ClassWriter;
0 37 2 access I
0 37 3 name Ljava/lang/String;
0 37 4 desc Ljava/lang/String;
0 37 5 signature Ljava/lang/String;
0 37 6 exceptions [Ljava/lang/String;
0 37 7 computeMaxs Z
0 37 8 computeFrames Z
19 23 9 i I
29 36 9 size I
MethodParameters:
Name Flags
cw final
access final
name final
desc final
signature final
exceptions final
computeMaxs final
computeFrames final
public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
descriptor: ()Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
1: new org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
aconst_null
iconst_0
invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/objectweb/asm/MethodWriter;
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 start local 1 start local 2 0: new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
astore 3
start local 3 1: aload 3
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
2: new org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_1
aload 3
aload 3
iconst_2
invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
astore 4
start local 4 3: iload 2
ifeq 7
4: aload 4
aload 0
getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
5: aload 0
aload 4
putfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
6: goto 9
7: StackMap locals: org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 4
aload 0
getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
8: aload 0
aload 4
putfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
9: StackMap locals:
StackMap stack:
aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/objectweb/asm/MethodWriter;
0 10 1 desc Ljava/lang/String;
0 10 2 visible Z
1 10 3 bv Lorg/objectweb/asm/ByteVector;
3 10 4 aw Lorg/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
desc final
visible final
public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
descriptor: (ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
astore 4
start local 4 1: ldc "Ljava/lang/Synthetic;"
aload 2
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
2: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
iload 1
iconst_1
iadd
invokestatic java.lang.Math.max:(II)I
putfield org.objectweb.asm.MethodWriter.synthetics:I
3: new org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_0
aload 4
aconst_null
iconst_0
invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
areturn
4: StackMap locals: org.objectweb.asm.ByteVector
StackMap stack:
aload 4
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 2
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
5: new org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_1
aload 4
aload 4
iconst_2
invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
astore 5
start local 5 6: iload 3
ifeq 12
7: aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
ifnonnull 9
8: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
arraylength
anewarray org.objectweb.asm.AnnotationWriter
putfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
9: StackMap locals: org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 5
aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
iload 1
aaload
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
10: aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
iload 1
aload 5
aastore
11: goto 16
12: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
ifnonnull 14
13: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
arraylength
anewarray org.objectweb.asm.AnnotationWriter
putfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
14: StackMap locals:
StackMap stack:
aload 5
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
iload 1
aaload
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
15: aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
iload 1
aload 5
aastore
16: StackMap locals:
StackMap stack:
aload 5
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/objectweb/asm/MethodWriter;
0 17 1 parameter I
0 17 2 desc Ljava/lang/String;
0 17 3 visible Z
1 17 4 bv Lorg/objectweb/asm/ByteVector;
6 17 5 aw Lorg/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
parameter final
desc final
visible final
public void visitAttribute(org.objectweb.asm.Attribute);
descriptor: (Lorg/objectweb/asm/Attribute;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.objectweb.asm.Attribute.isCodeAttribute:()Z
ifeq 4
1: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
putfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
2: aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
3: goto 6
4: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
putfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
5: aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/objectweb/asm/MethodWriter;
0 7 1 attr Lorg/objectweb/asm/Attribute;
MethodParameters:
Name Flags
attr final
public void visitCode();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/objectweb/asm/MethodWriter;
public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 2
1: return
2: StackMap locals:
StackMap stack:
iload 1
iconst_m1
if_icmpne 43
3: aload 0
getfield org.objectweb.asm.MethodWriter.previousFrame:[I
ifnonnull 5
4: aload 0
invokevirtual org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
5: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield org.objectweb.asm.MethodWriter.currentLocals:I
6: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iload 2
iload 4
invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 6
start local 6 7: iconst_0
istore 7
start local 7 8: goto 23
9: StackMap locals: int int
StackMap stack:
aload 3
iload 7
aaload
instanceof java.lang.String
ifeq 14
10: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 24117248
11: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 3
iload 7
aaload
checkcast java.lang.String
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
12: iastore
13: goto 22
StackMap locals:
StackMap stack:
14: aload 3
iload 7
aaload
instanceof java.lang.Integer
ifeq 17
15: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
aload 3
iload 7
aaload
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
iastore
16: goto 22
17: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 25165824
18: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc ""
19: aload 3
iload 7
aaload
checkcast org.objectweb.asm.Label
getfield org.objectweb.asm.Label.position:I
20: invokevirtual org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
ior
21: iastore
22: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
23: iload 7
iload 2
if_icmplt 9
end local 7 24: iconst_0
istore 7
start local 7 25: goto 40
26: StackMap locals:
StackMap stack:
aload 5
iload 7
aaload
instanceof java.lang.String
ifeq 31
27: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 24117248
28: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 5
iload 7
aaload
checkcast java.lang.String
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
29: iastore
30: goto 39
StackMap locals:
StackMap stack:
31: aload 5
iload 7
aaload
instanceof java.lang.Integer
ifeq 34
32: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
aload 5
iload 7
aaload
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
iastore
33: goto 39
34: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 25165824
35: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc ""
36: aload 5
iload 7
aaload
checkcast org.objectweb.asm.Label
getfield org.objectweb.asm.Label.position:I
37: invokevirtual org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
ior
38: iastore
39: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
40: iload 7
iload 4
if_icmplt 26
end local 7 41: aload 0
invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
end local 6 42: goto 91
43: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
ifnonnull 47
44: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
45: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
istore 6
start local 6 46: goto 52
end local 6 47: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.previousFrameOffset:I
isub
iconst_1
isub
istore 6
start local 6 48: iload 6
ifge 52
49: iload 1
iconst_3
if_icmpne 51
50: return
51: StackMap locals: int
StackMap stack:
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
52: StackMap locals:
StackMap stack:
iload 1
tableswitch { // 0 - 4
0: 53
1: 67
2: 75
3: 78
4: 83
default: 89
}
53: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield org.objectweb.asm.MethodWriter.currentLocals:I
54: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 255
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iload 2
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
55: iconst_0
istore 7
start local 7 56: goto 59
57: StackMap locals: int
StackMap stack:
aload 0
aload 3
iload 7
aaload
invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
58: iinc 7 1
StackMap locals:
StackMap stack:
59: iload 7
iload 2
if_icmplt 57
end local 7 60: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
iload 4
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
61: iconst_0
istore 7
start local 7 62: goto 65
63: StackMap locals:
StackMap stack:
aload 0
aload 5
iload 7
aaload
invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
64: iinc 7 1
StackMap locals:
StackMap stack:
65: iload 7
iload 4
if_icmplt 63
end local 7 66: goto 89
67: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.currentLocals:I
iload 2
iadd
putfield org.objectweb.asm.MethodWriter.currentLocals:I
68: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 251
iload 2
iadd
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
69: iconst_0
istore 7
start local 7 70: goto 73
71: StackMap locals: int
StackMap stack:
aload 0
aload 3
iload 7
aaload
invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
72: iinc 7 1
StackMap locals:
StackMap stack:
73: iload 7
iload 2
if_icmplt 71
end local 7 74: goto 89
75: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.currentLocals:I
iload 2
isub
putfield org.objectweb.asm.MethodWriter.currentLocals:I
76: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 251
iload 2
isub
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
77: goto 89
78: StackMap locals:
StackMap stack:
iload 6
bipush 64
if_icmpge 81
79: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
80: goto 89
81: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 251
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
82: goto 89
83: StackMap locals:
StackMap stack:
iload 6
bipush 64
if_icmpge 86
84: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 64
iload 6
iadd
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
85: goto 88
86: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 247
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
87: iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
88: StackMap locals:
StackMap stack:
aload 0
aload 5
iconst_0
aaload
invokevirtual org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
89: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
putfield org.objectweb.asm.MethodWriter.previousFrameOffset:I
90: aload 0
dup
getfield org.objectweb.asm.MethodWriter.frameCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.frameCount:I
end local 6 91: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.maxStack:I
iload 4
invokestatic java.lang.Math.max:(II)I
putfield org.objectweb.asm.MethodWriter.maxStack:I
92: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
aload 0
getfield org.objectweb.asm.MethodWriter.currentLocals:I
invokestatic java.lang.Math.max:(II)I
putfield org.objectweb.asm.MethodWriter.maxLocals:I
93: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 94 0 this Lorg/objectweb/asm/MethodWriter;
0 94 1 type I
0 94 2 nLocal I
0 94 3 local [Ljava/lang/Object;
0 94 4 nStack I
0 94 5 stack [Ljava/lang/Object;
7 42 6 frameIndex I
8 24 7 i I
25 41 7 i I
46 47 6 delta I
48 91 6 delta I
56 60 7 i I
62 66 7 i I
70 74 7 i I
MethodParameters:
Name Flags
type final
nLocal final
local final
nStack final
stack final
public void visitInsn(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
1: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 12
2: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 5
3: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
iconst_0
aconst_null
aconst_null
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
4: goto 9
5: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
getstatic org.objectweb.asm.Frame.SIZE:[I
iload 1
iaload
iadd
istore 2
start local 2 6: iload 2
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 8
7: aload 0
iload 2
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
8: StackMap locals: int
StackMap stack:
aload 0
iload 2
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 2 9: StackMap locals:
StackMap stack:
iload 1
sipush 172
if_icmplt 10
iload 1
sipush 177
if_icmple 11
10: StackMap locals:
StackMap stack:
iload 1
sipush 191
if_icmpne 12
11: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
12: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/objectweb/asm/MethodWriter;
0 13 1 opcode I
6 9 2 size I
MethodParameters:
Name Flags
opcode final
public void visitIntInsn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 9
1: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 4
2: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
iload 2
aconst_null
aconst_null
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
3: goto 9
StackMap locals:
StackMap stack:
4: iload 1
sipush 188
if_icmpeq 9
5: aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
istore 3
start local 3 6: iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 8
7: aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
8: StackMap locals: int
StackMap stack:
aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 3 9: StackMap locals:
StackMap stack:
iload 1
bipush 17
if_icmpne 12
10: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
11: goto 13
12: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
pop
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/objectweb/asm/MethodWriter;
0 14 1 opcode I
0 14 2 operand I
6 9 3 size I
MethodParameters:
Name Flags
opcode final
operand final
public void visitVarInsn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 13
1: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 4
2: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
iload 2
aconst_null
aconst_null
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
3: goto 13
4: StackMap locals:
StackMap stack:
iload 1
sipush 169
if_icmpne 9
5: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
sipush 256
ior
putfield org.objectweb.asm.Label.status:I
6: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
putfield org.objectweb.asm.Label.inputStackTop:I
7: aload 0
invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
8: goto 13
9: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
getstatic org.objectweb.asm.Frame.SIZE:[I
iload 1
iaload
iadd
istore 3
start local 3 10: iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 12
11: aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
12: StackMap locals: int
StackMap stack:
aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 3 13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
iconst_2
if_icmpeq 21
14: iload 1
bipush 22
if_icmpeq 16
iload 1
bipush 24
if_icmpeq 16
15: iload 1
bipush 55
if_icmpeq 16
iload 1
bipush 57
if_icmpne 18
16: StackMap locals:
StackMap stack:
iload 2
iconst_2
iadd
istore 3
start local 3 17: goto 19
end local 3 18: StackMap locals:
StackMap stack:
iload 2
iconst_1
iadd
istore 3
start local 3 19: StackMap locals: int
StackMap stack:
iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
if_icmple 21
20: aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.maxLocals:I
end local 3 21: StackMap locals:
StackMap stack:
iload 2
iconst_4
if_icmpge 28
iload 1
sipush 169
if_icmpeq 28
22: iload 1
bipush 54
if_icmpge 25
23: bipush 26
iload 1
bipush 21
isub
iconst_2
ishl
iadd
iload 2
iadd
istore 3
start local 3 24: goto 26
end local 3 25: StackMap locals:
StackMap stack:
bipush 59
iload 1
bipush 54
isub
iconst_2
ishl
iadd
iload 2
iadd
istore 3
start local 3 26: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 3
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
end local 3 27: goto 32
StackMap locals:
StackMap stack:
28: iload 2
sipush 256
if_icmplt 31
29: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 196
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
30: goto 32
31: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
pop
32: StackMap locals:
StackMap stack:
iload 1
bipush 54
if_icmplt 34
aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 34
aload 0
getfield org.objectweb.asm.MethodWriter.handlerCount:I
ifle 34
33: aload 0
new org.objectweb.asm.Label
dup
invokespecial org.objectweb.asm.Label.<init>:()V
invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
34: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lorg/objectweb/asm/MethodWriter;
0 35 1 opcode I
0 35 2 var I
10 13 3 size I
17 18 3 n I
19 21 3 n I
24 25 3 opt I
26 27 3 opt I
MethodParameters:
Name Flags
opcode final
var final
public void visitTypeInsn(int, java.lang.String);
descriptor: (ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 2
invokevirtual org.objectweb.asm.ClassWriter.newClassItem:(Ljava/lang/String;)Lorg/objectweb/asm/Item;
astore 3
start local 3 1: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 10
2: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 5
3: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 3
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
4: goto 10
StackMap locals: org.objectweb.asm.Item
StackMap stack:
5: iload 1
sipush 187
if_icmpne 10
6: aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
istore 4
start local 4 7: iload 4
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 9
8: aload 0
iload 4
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
9: StackMap locals: int
StackMap stack:
aload 0
iload 4
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 4 10: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
aload 3
getfield org.objectweb.asm.Item.index:I
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
11: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/objectweb/asm/MethodWriter;
0 12 1 opcode I
0 12 2 type Ljava/lang/String;
1 12 3 i Lorg/objectweb/asm/Item;
7 10 4 size I
MethodParameters:
Name Flags
opcode final
type final
public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 2
aload 3
aload 4
invokevirtual org.objectweb.asm.ClassWriter.newFieldItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/Item;
astore 5
start local 5 1: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 29
2: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 5
3: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 5
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
4: goto 29
5: StackMap locals: org.objectweb.asm.Item
StackMap stack:
aload 4
iconst_0
invokevirtual java.lang.String.charAt:(I)C
istore 7
start local 7 6: iload 1
tableswitch { // 178 - 180
178: 7
179: 12
180: 17
default: 22
}
7: StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 8
iload 7
bipush 74
if_icmpne 9
StackMap locals:
StackMap stack: int
8: iconst_2
goto 10
StackMap locals:
StackMap stack: int
9: iconst_1
StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
StackMap stack: int int
10: iadd
istore 6
start local 6 11: goto 26
end local 6 12: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 13
iload 7
bipush 74
if_icmpne 14
StackMap locals:
StackMap stack: int
13: bipush -2
goto 15
StackMap locals:
StackMap stack: int
14: iconst_m1
StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
StackMap stack: int int
15: iadd
istore 6
start local 6 16: goto 26
end local 6 17: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 18
iload 7
bipush 74
if_icmpne 19
StackMap locals:
StackMap stack: int
18: iconst_1
goto 20
StackMap locals:
StackMap stack: int
19: iconst_0
StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
StackMap stack: int int
20: iadd
istore 6
start local 6 21: goto 26
end local 6 22: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 23
iload 7
bipush 74
if_icmpne 24
StackMap locals:
StackMap stack: int
23: bipush -3
goto 25
StackMap locals:
StackMap stack: int
24: bipush -2
StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item top int
StackMap stack: int int
25: iadd
istore 6
start local 6 26: StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Item int int
StackMap stack:
iload 6
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 28
27: aload 0
iload 6
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
28: StackMap locals:
StackMap stack:
aload 0
iload 6
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 7 end local 6 29: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
aload 5
getfield org.objectweb.asm.Item.index:I
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
30: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lorg/objectweb/asm/MethodWriter;
0 31 1 opcode I
0 31 2 owner Ljava/lang/String;
0 31 3 name Ljava/lang/String;
0 31 4 desc Ljava/lang/String;
1 31 5 i Lorg/objectweb/asm/Item;
11 12 6 size I
16 17 6 size I
21 22 6 size I
26 29 6 size I
6 29 7 c C
MethodParameters:
Name Flags
opcode final
owner final
name final
desc final
public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 1
sipush 185
if_icmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 5
start local 5 3: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 2
aload 3
aload 4
iload 5
invokevirtual org.objectweb.asm.ClassWriter.newMethodItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/objectweb/asm/Item;
astore 6
start local 6 4: aload 6
getfield org.objectweb.asm.Item.intVal:I
istore 7
start local 7 5: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 19
6: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 9
7: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 6
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
8: goto 19
9: StackMap locals: int org.objectweb.asm.Item int
StackMap stack:
iload 7
ifne 12
10: aload 4
invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
istore 7
11: aload 6
iload 7
putfield org.objectweb.asm.Item.intVal:I
12: StackMap locals:
StackMap stack:
iload 1
sipush 184
if_icmpne 15
13: aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 7
iconst_2
ishr
isub
iload 7
iconst_3
iand
iadd
iconst_1
iadd
istore 8
start local 8 14: goto 16
end local 8 15: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 7
iconst_2
ishr
isub
iload 7
iconst_3
iand
iadd
istore 8
start local 8 16: StackMap locals: int
StackMap stack:
iload 8
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 18
17: aload 0
iload 8
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
18: StackMap locals:
StackMap stack:
aload 0
iload 8
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 8 19: StackMap locals:
StackMap stack:
iload 5
ifeq 25
20: iload 7
ifne 23
21: aload 4
invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
istore 7
22: aload 6
iload 7
putfield org.objectweb.asm.Item.intVal:I
23: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 185
aload 6
getfield org.objectweb.asm.Item.index:I
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
iload 7
iconst_2
ishr
iconst_0
invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
pop
24: goto 26
25: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
aload 6
getfield org.objectweb.asm.Item.index:I
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
26: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lorg/objectweb/asm/MethodWriter;
0 27 1 opcode I
0 27 2 owner Ljava/lang/String;
0 27 3 name Ljava/lang/String;
0 27 4 desc Ljava/lang/String;
3 27 5 itf Z
4 27 6 i Lorg/objectweb/asm/Item;
5 27 7 argSize I
14 15 8 size I
16 19 8 size I
MethodParameters:
Name Flags
opcode final
owner final
name final
desc final
public void visitInvokeDynamicInsn(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=5, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
aload 2
aload 3
aload 4
invokevirtual org.objectweb.asm.ClassWriter.newInvokeDynamicItem:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)Lorg/objectweb/asm/Item;
astore 5
start local 5 1: aload 5
getfield org.objectweb.asm.Item.intVal:I
istore 6
start local 6 2: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 13
3: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 6
4: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
sipush 186
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 5
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
5: goto 13
6: StackMap locals: org.objectweb.asm.Item int
StackMap stack:
iload 6
ifne 9
7: aload 2
invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
istore 6
8: aload 5
iload 6
putfield org.objectweb.asm.Item.intVal:I
9: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iload 6
iconst_2
ishr
isub
iload 6
iconst_3
iand
iadd
iconst_1
iadd
istore 7
start local 7 10: iload 7
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 12
11: aload 0
iload 7
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
12: StackMap locals: int
StackMap stack:
aload 0
iload 7
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 7 13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 186
aload 5
getfield org.objectweb.asm.Item.index:I
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
14: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
15: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/objectweb/asm/MethodWriter;
0 16 1 name Ljava/lang/String;
0 16 2 desc Ljava/lang/String;
0 16 3 bsm Lorg/objectweb/asm/Handle;
0 16 4 bsmArgs [Ljava/lang/Object;
1 16 5 i Lorg/objectweb/asm/Item;
2 16 6 argSize I
10 13 7 size I
MethodParameters:
Name Flags
name final
desc final
bsm final
bsmArgs final
public void visitJumpInsn(int, org.objectweb.asm.Label);
descriptor: (ILorg/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 19
2: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 9
3: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
iload 1
iconst_0
aconst_null
aconst_null
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
4: aload 2
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
bipush 16
ior
putfield org.objectweb.asm.Label.status:I
5: aload 0
iconst_0
aload 2
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
6: iload 1
sipush 167
if_icmpeq 19
7: new org.objectweb.asm.Label
dup
invokespecial org.objectweb.asm.Label.<init>:()V
astore 3
8: goto 19
9: StackMap locals: org.objectweb.asm.Label
StackMap stack:
iload 1
sipush 168
if_icmpne 17
10: aload 2
getfield org.objectweb.asm.Label.status:I
sipush 512
iand
ifne 13
11: aload 2
dup
getfield org.objectweb.asm.Label.status:I
sipush 512
ior
putfield org.objectweb.asm.Label.status:I
12: aload 0
dup
getfield org.objectweb.asm.MethodWriter.subroutines:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.subroutines:I
13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
sipush 128
ior
putfield org.objectweb.asm.Label.status:I
14: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
aload 2
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
15: new org.objectweb.asm.Label
dup
invokespecial org.objectweb.asm.Label.<init>:()V
astore 3
16: goto 19
17: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.stackSize:I
getstatic org.objectweb.asm.Frame.SIZE:[I
iload 1
iaload
iadd
putfield org.objectweb.asm.MethodWriter.stackSize:I
18: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
aload 2
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
19: StackMap locals:
StackMap stack:
aload 2
getfield org.objectweb.asm.Label.status:I
iconst_2
iand
ifeq 36
20: aload 2
getfield org.objectweb.asm.Label.position:I
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
isub
sipush -32768
if_icmpge 36
21: iload 1
sipush 167
if_icmpne 24
22: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 200
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
23: goto 34
StackMap locals:
StackMap stack:
24: iload 1
sipush 168
if_icmpne 27
25: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 201
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
26: goto 34
27: StackMap locals:
StackMap stack:
aload 3
ifnull 29
28: aload 3
dup
getfield org.objectweb.asm.Label.status:I
bipush 16
ior
putfield org.objectweb.asm.Label.status:I
29: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
sipush 166
if_icmpgt 30
iload 1
iconst_1
iadd
iconst_1
ixor
iconst_1
isub
goto 31
30: StackMap locals:
StackMap stack: org.objectweb.asm.ByteVector
iload 1
iconst_1
ixor
31: StackMap locals: org.objectweb.asm.MethodWriter int org.objectweb.asm.Label org.objectweb.asm.Label
StackMap stack: org.objectweb.asm.ByteVector int
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
32: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
bipush 8
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
33: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 200
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
34: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_1
isub
iconst_1
invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
35: goto 38
36: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
37: aload 2
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_1
isub
iconst_0
invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
38: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 43
39: aload 3
ifnull 41
40: aload 0
aload 3
invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
41: StackMap locals:
StackMap stack:
iload 1
sipush 167
if_icmpne 43
42: aload 0
invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
43: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 44 0 this Lorg/objectweb/asm/MethodWriter;
0 44 1 opcode I
0 44 2 label Lorg/objectweb/asm/Label;
1 44 3 nextInsn Lorg/objectweb/asm/Label;
MethodParameters:
Name Flags
opcode final
label final
public void visitLabel(org.objectweb.asm.Label);
descriptor: (Lorg/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield org.objectweb.asm.MethodWriter.resize:Z
aload 1
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
invokevirtual org.objectweb.asm.Label.resolve:(Lorg/objectweb/asm/MethodWriter;I[B)Z
ior
putfield org.objectweb.asm.MethodWriter.resize:Z
1: aload 1
getfield org.objectweb.asm.Label.status:I
iconst_1
iand
ifeq 3
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 23
4: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 10
5: aload 1
getfield org.objectweb.asm.Label.position:I
aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.position:I
if_icmpne 9
6: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
aload 1
getfield org.objectweb.asm.Label.status:I
bipush 16
iand
ior
putfield org.objectweb.asm.Label.status:I
7: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
8: return
9: StackMap locals:
StackMap stack:
aload 0
iconst_0
aload 1
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
10: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
11: aload 1
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
ifnonnull 14
12: aload 1
new org.objectweb.asm.Frame
dup
invokespecial org.objectweb.asm.Frame.<init>:()V
putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
13: aload 1
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
aload 1
putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
14: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
ifnull 21
15: aload 1
getfield org.objectweb.asm.Label.position:I
aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.position:I
if_icmpne 20
16: aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
aload 1
getfield org.objectweb.asm.Label.status:I
bipush 16
iand
ior
putfield org.objectweb.asm.Label.status:I
17: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
18: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
19: return
20: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
aload 1
putfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
21: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
22: goto 33
StackMap locals:
StackMap stack:
23: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 33
24: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 27
25: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
putfield org.objectweb.asm.Label.outputStackMax:I
26: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
aload 1
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
27: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
28: aload 0
iconst_0
putfield org.objectweb.asm.MethodWriter.stackSize:I
29: aload 0
iconst_0
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
30: aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
ifnull 32
31: aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
aload 1
putfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
32: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
33: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Lorg/objectweb/asm/MethodWriter;
0 34 1 label Lorg/objectweb/asm/Label;
MethodParameters:
Name Flags
label final
public void visitLdcInsn(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
invokevirtual org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Lorg/objectweb/asm/Item;
astore 2
start local 2 1: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 12
2: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 5
3: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
bipush 18
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 2
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
4: goto 12
5: StackMap locals: org.objectweb.asm.Item
StackMap stack:
aload 2
getfield org.objectweb.asm.Item.type:I
iconst_5
if_icmpeq 6
aload 2
getfield org.objectweb.asm.Item.type:I
bipush 6
if_icmpne 8
6: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_2
iadd
istore 3
start local 3 7: goto 9
end local 3 8: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
istore 3
start local 3 9: StackMap locals: int
StackMap stack:
iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 11
10: aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.maxStackSize:I
11: StackMap locals:
StackMap stack:
aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.stackSize:I
end local 3 12: StackMap locals:
StackMap stack:
aload 2
getfield org.objectweb.asm.Item.index:I
istore 3
start local 3 13: aload 2
getfield org.objectweb.asm.Item.type:I
iconst_5
if_icmpeq 14
aload 2
getfield org.objectweb.asm.Item.type:I
bipush 6
if_icmpne 16
14: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
bipush 20
iload 3
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
15: goto 20
StackMap locals:
StackMap stack:
16: iload 3
sipush 256
if_icmplt 19
17: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
bipush 19
iload 3
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
pop
18: goto 20
19: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
bipush 18
iload 3
invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
pop
20: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/objectweb/asm/MethodWriter;
0 21 1 cst Ljava/lang/Object;
1 21 2 i Lorg/objectweb/asm/Item;
7 8 3 size I
9 12 3 size I
13 21 3 index I
MethodParameters:
Name Flags
cst final
public void visitIincInsn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 3
1: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 3
2: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
sipush 132
iload 1
aconst_null
aconst_null
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
3: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
iconst_2
if_icmpeq 7
4: iload 1
iconst_1
iadd
istore 3
start local 3 5: iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
if_icmple 7
6: aload 0
iload 3
putfield org.objectweb.asm.MethodWriter.maxLocals:I
end local 3 7: StackMap locals:
StackMap stack:
iload 1
sipush 255
if_icmpgt 8
iload 2
bipush 127
if_icmpgt 8
iload 2
bipush -128
if_icmpge 11
8: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 196
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
sipush 132
iload 1
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
9: iload 2
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
10: goto 12
11: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 132
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
pop
12: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/objectweb/asm/MethodWriter;
0 13 1 var I
0 13 2 increment I
5 7 3 n I
MethodParameters:
Name Flags
var final
increment final
public void visitTableSwitchInsn(int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]);
descriptor: (IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=6, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
istore 5
start local 5 1: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 170
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
2: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
aconst_null
iconst_0
iconst_4
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_4
irem
isub
iconst_4
irem
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
3: aload 3
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 5
iconst_1
invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
4: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 1
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
iload 2
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
5: iconst_0
istore 6
start local 6 6: goto 9
7: StackMap locals: int int
StackMap stack:
aload 4
iload 6
aaload
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 5
iconst_1
invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
8: iinc 6 1
StackMap locals:
StackMap stack:
9: iload 6
aload 4
arraylength
if_icmplt 7
end local 6 10: aload 0
aload 3
aload 4
invokevirtual org.objectweb.asm.MethodWriter.visitSwitchInsn:(Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
11: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/objectweb/asm/MethodWriter;
0 12 1 min I
0 12 2 max I
0 12 3 dflt Lorg/objectweb/asm/Label;
0 12 4 labels [Lorg/objectweb/asm/Label;
1 12 5 source I
6 10 6 i I
MethodParameters:
Name Flags
min final
max final
dflt final
labels final
public void visitLookupSwitchInsn(org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]);
descriptor: (Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
istore 4
start local 4 1: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 171
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
2: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
aconst_null
iconst_0
iconst_4
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_4
irem
isub
iconst_4
irem
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
3: aload 1
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 4
iconst_1
invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
4: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
aload 3
arraylength
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
5: iconst_0
istore 5
start local 5 6: goto 10
7: StackMap locals: int int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
aload 2
iload 5
iaload
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
8: aload 3
iload 5
aaload
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
iload 4
iconst_1
invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/MethodWriter;Lorg/objectweb/asm/ByteVector;IZ)V
9: iinc 5 1
StackMap locals:
StackMap stack:
10: iload 5
aload 3
arraylength
if_icmplt 7
end local 5 11: aload 0
aload 1
aload 3
invokevirtual org.objectweb.asm.MethodWriter.visitSwitchInsn:(Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
12: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/objectweb/asm/MethodWriter;
0 13 1 dflt Lorg/objectweb/asm/Label;
0 13 2 keys [I
0 13 3 labels [Lorg/objectweb/asm/Label;
1 13 4 source I
6 11 5 i I
MethodParameters:
Name Flags
dflt final
keys final
labels final
private void visitSwitchInsn(org.objectweb.asm.Label, org.objectweb.asm.Label[]);
descriptor: (Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 20
1: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 12
2: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
sipush 171
iconst_0
aconst_null
aconst_null
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
3: aload 0
iconst_0
aload 1
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
4: aload 1
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
bipush 16
ior
putfield org.objectweb.asm.Label.status:I
5: iconst_0
istore 3
start local 3 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
iconst_0
aload 2
iload 3
aaload
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
8: aload 2
iload 3
aaload
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
dup
getfield org.objectweb.asm.Label.status:I
bipush 16
ior
putfield org.objectweb.asm.Label.status:I
9: iinc 3 1
StackMap locals:
StackMap stack:
10: iload 3
aload 2
arraylength
if_icmplt 7
end local 3 11: goto 19
12: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
isub
putfield org.objectweb.asm.MethodWriter.stackSize:I
13: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
aload 1
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
14: iconst_0
istore 3
start local 3 15: goto 18
16: StackMap locals: int
StackMap stack:
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.stackSize:I
aload 2
iload 3
aaload
invokevirtual org.objectweb.asm.MethodWriter.addSuccessor:(ILorg/objectweb/asm/Label;)V
17: iinc 3 1
StackMap locals:
StackMap stack:
18: iload 3
aload 2
arraylength
if_icmplt 16
end local 3 19: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.objectweb.asm.MethodWriter.noSuccessor:()V
20: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/objectweb/asm/MethodWriter;
0 21 1 dflt Lorg/objectweb/asm/Label;
0 21 2 labels [Lorg/objectweb/asm/Label;
6 11 3 i I
15 19 3 i I
MethodParameters:
Name Flags
dflt final
labels final
public void visitMultiANewArrayInsn(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
invokevirtual org.objectweb.asm.ClassWriter.newClassItem:(Ljava/lang/String;)Lorg/objectweb/asm/Item;
astore 3
start local 3 1: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
ifnull 6
2: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 5
3: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
sipush 197
iload 2
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 3
invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Item;)V
4: goto 6
5: StackMap locals: org.objectweb.asm.Item
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iload 2
isub
iadd
putfield org.objectweb.asm.MethodWriter.stackSize:I
6: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
sipush 197
aload 3
getfield org.objectweb.asm.Item.index:I
invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
iload 2
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/objectweb/asm/MethodWriter;
0 8 1 desc Ljava/lang/String;
0 8 2 dims I
1 8 3 i Lorg/objectweb/asm/Item;
MethodParameters:
Name Flags
desc final
dims final
public void visitTryCatchBlock(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String);
descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
dup
getfield org.objectweb.asm.MethodWriter.handlerCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.handlerCount:I
1: new org.objectweb.asm.Handler
dup
invokespecial org.objectweb.asm.Handler.<init>:()V
astore 5
start local 5 2: aload 5
aload 1
putfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
3: aload 5
aload 2
putfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
4: aload 5
aload 3
putfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
5: aload 5
aload 4
putfield org.objectweb.asm.Handler.desc:Ljava/lang/String;
6: aload 5
aload 4
ifnull 7
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 4
invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
goto 8
StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label java.lang.String org.objectweb.asm.Handler
StackMap stack: org.objectweb.asm.Handler
7: iconst_0
StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label java.lang.String org.objectweb.asm.Handler
StackMap stack: org.objectweb.asm.Handler int
8: putfield org.objectweb.asm.Handler.type:I
9: aload 0
getfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
ifnonnull 12
10: aload 0
aload 5
putfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
11: goto 13
12: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
aload 5
putfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
13: StackMap locals:
StackMap stack:
aload 0
aload 5
putfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
14: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/objectweb/asm/MethodWriter;
0 15 1 start Lorg/objectweb/asm/Label;
0 15 2 end Lorg/objectweb/asm/Label;
0 15 3 handler Lorg/objectweb/asm/Label;
0 15 4 type Ljava/lang/String;
2 15 5 h Lorg/objectweb/asm/Handler;
MethodParameters:
Name Flags
start final
end final
handler final
type final
public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 3
ifnull 8
1: aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
ifnonnull 3
2: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
3: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.localVarTypeCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.localVarTypeCount:I
4: aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
aload 4
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
5: aload 5
getfield org.objectweb.asm.Label.position:I
aload 4
getfield org.objectweb.asm.Label.position:I
isub
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
6: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 3
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
7: iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
8: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
ifnonnull 10
9: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
10: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.localVarCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.localVarCount:I
11: aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
aload 4
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
12: aload 5
getfield org.objectweb.asm.Label.position:I
aload 4
getfield org.objectweb.asm.Label.position:I
isub
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
13: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 2
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
14: iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
15: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
iconst_2
if_icmpeq 23
16: aload 2
iconst_0
invokevirtual java.lang.String.charAt:(I)C
istore 7
start local 7 17: iload 6
iload 7
bipush 74
if_icmpeq 18
iload 7
bipush 68
if_icmpne 19
StackMap locals: org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String org.objectweb.asm.Label org.objectweb.asm.Label int int
StackMap stack: int
18: iconst_2
goto 20
StackMap locals:
StackMap stack: int
19: iconst_1
StackMap locals: org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String org.objectweb.asm.Label org.objectweb.asm.Label int int
StackMap stack: int int
20: iadd
istore 8
start local 8 21: iload 8
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
if_icmple 23
22: aload 0
iload 8
putfield org.objectweb.asm.MethodWriter.maxLocals:I
end local 8 end local 7 23: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/objectweb/asm/MethodWriter;
0 24 1 name Ljava/lang/String;
0 24 2 desc Ljava/lang/String;
0 24 3 signature Ljava/lang/String;
0 24 4 start Lorg/objectweb/asm/Label;
0 24 5 end Lorg/objectweb/asm/Label;
0 24 6 index I
17 23 7 c C
21 23 8 n I
MethodParameters:
Name Flags
name final
desc final
signature final
start final
end final
index final
public void visitLineNumber(int, org.objectweb.asm.Label);
descriptor: (ILorg/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
ifnonnull 2
1: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.lineNumberCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.lineNumberCount:I
3: aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
aload 2
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
4: aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
iload 1
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/objectweb/asm/MethodWriter;
0 6 1 line I
0 6 2 start Lorg/objectweb/asm/Label;
MethodParameters:
Name Flags
line final
start final
public void visitMaxs(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=13, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 83
1: aload 0
getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
astore 3
start local 3 2: goto 20
3: StackMap locals: org.objectweb.asm.Handler
StackMap stack:
aload 3
getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
astore 4
start local 4 4: aload 3
getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
astore 5
start local 5 5: aload 3
getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
astore 6
start local 6 6: aload 3
getfield org.objectweb.asm.Handler.desc:Ljava/lang/String;
ifnonnull 7
ldc "java/lang/Throwable"
goto 8
7: StackMap locals: org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
StackMap stack:
aload 3
getfield org.objectweb.asm.Handler.desc:Ljava/lang/String;
8: StackMap locals:
StackMap stack: java.lang.String
astore 7
start local 7 9: ldc 24117248
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 7
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
istore 8
start local 8 10: aload 5
dup
getfield org.objectweb.asm.Label.status:I
bipush 16
ior
putfield org.objectweb.asm.Label.status:I
11: goto 18
12: StackMap locals: java.lang.String int
StackMap stack:
new org.objectweb.asm.Edge
dup
invokespecial org.objectweb.asm.Edge.<init>:()V
astore 9
start local 9 13: aload 9
iload 8
putfield org.objectweb.asm.Edge.info:I
14: aload 9
aload 5
putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
15: aload 9
aload 4
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
16: aload 4
aload 9
putfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
17: aload 4
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 4
end local 9 18: StackMap locals:
StackMap stack:
aload 4
aload 6
if_acmpne 12
19: aload 3
getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
astore 3
end local 8 end local 7 end local 6 end local 5 end local 4 20: StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler
StackMap stack:
aload 3
ifnonnull 3
21: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
astore 4
start local 4 22: aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
astore 5
start local 5 23: aload 4
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
aload 5
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
invokevirtual org.objectweb.asm.Frame.initInputFrame:(Lorg/objectweb/asm/ClassWriter;I[Lorg/objectweb/asm/Type;I)V
24: aload 0
aload 4
invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
25: iconst_0
istore 6
start local 6 26: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 7
start local 7 27: goto 47
28: StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler org.objectweb.asm.Frame org.objectweb.asm.Type[] int org.objectweb.asm.Label
StackMap stack:
aload 7
astore 8
start local 8 29: aload 7
getfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
astore 7
30: aload 8
aconst_null
putfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
31: aload 8
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
astore 4
32: aload 8
getfield org.objectweb.asm.Label.status:I
bipush 16
iand
ifeq 34
33: aload 8
dup
getfield org.objectweb.asm.Label.status:I
bipush 32
ior
putfield org.objectweb.asm.Label.status:I
34: StackMap locals: org.objectweb.asm.Label
StackMap stack:
aload 8
dup
getfield org.objectweb.asm.Label.status:I
bipush 64
ior
putfield org.objectweb.asm.Label.status:I
35: aload 4
getfield org.objectweb.asm.Frame.inputStack:[I
arraylength
aload 8
getfield org.objectweb.asm.Label.outputStackMax:I
iadd
istore 9
start local 9 36: iload 9
iload 6
if_icmple 38
37: iload 9
istore 6
38: StackMap locals: int
StackMap stack:
aload 8
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
astore 10
start local 10 39: goto 46
40: StackMap locals: org.objectweb.asm.Edge
StackMap stack:
aload 10
getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
invokevirtual org.objectweb.asm.Label.getFirst:()Lorg/objectweb/asm/Label;
astore 11
start local 11 41: aload 4
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 11
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
aload 10
getfield org.objectweb.asm.Edge.info:I
invokevirtual org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/Frame;I)Z
istore 12
start local 12 42: iload 12
ifeq 45
aload 11
getfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
ifnonnull 45
43: aload 11
aload 7
putfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
44: aload 11
astore 7
45: StackMap locals: org.objectweb.asm.Label int
StackMap stack:
aload 10
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
astore 10
end local 12 end local 11 46: StackMap locals:
StackMap stack:
aload 10
ifnonnull 40
end local 10 end local 9 end local 8 47: StackMap locals:
StackMap stack:
aload 7
ifnonnull 28
48: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 8
start local 8 49: goto 74
50: StackMap locals: org.objectweb.asm.Label
StackMap stack:
aload 8
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
astore 4
51: aload 8
getfield org.objectweb.asm.Label.status:I
bipush 32
iand
ifeq 53
52: aload 0
aload 4
invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
53: StackMap locals:
StackMap stack:
aload 8
getfield org.objectweb.asm.Label.status:I
bipush 64
iand
ifne 73
54: aload 8
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 9
start local 9 55: aload 8
getfield org.objectweb.asm.Label.position:I
istore 10
start local 10 56: aload 9
ifnonnull 57
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
goto 58
StackMap locals: org.objectweb.asm.Label int
StackMap stack:
57: aload 9
getfield org.objectweb.asm.Label.position:I
StackMap locals:
StackMap stack: int
58: iconst_1
isub
istore 11
start local 11 59: iload 11
iload 10
if_icmplt 73
60: iload 6
iconst_1
invokestatic java.lang.Math.max:(II)I
istore 6
61: iload 10
istore 12
start local 12 62: goto 65
63: StackMap locals: int int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iload 12
iconst_0
bastore
64: iinc 12 1
StackMap locals:
StackMap stack:
65: iload 12
iload 11
if_icmplt 63
end local 12 66: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iload 11
bipush -65
bastore
67: aload 0
iload 10
iconst_0
iconst_1
invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 12
start local 12 68: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 12
ldc 24117248
69: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "java/lang/Throwable"
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
70: iastore
71: aload 0
invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
72: aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
aload 8
aload 9
invokestatic org.objectweb.asm.Handler.remove:(Lorg/objectweb/asm/Handler;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Handler;
putfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
end local 12 end local 11 end local 10 end local 9 73: StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler org.objectweb.asm.Frame org.objectweb.asm.Type[] int org.objectweb.asm.Label org.objectweb.asm.Label
StackMap stack:
aload 8
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 8
74: StackMap locals:
StackMap stack:
aload 8
ifnonnull 50
75: aload 0
getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
astore 3
76: aload 0
iconst_0
putfield org.objectweb.asm.MethodWriter.handlerCount:I
77: goto 80
78: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.objectweb.asm.MethodWriter.handlerCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.handlerCount:I
79: aload 3
getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
astore 3
80: StackMap locals:
StackMap stack:
aload 3
ifnonnull 78
81: aload 0
iload 6
putfield org.objectweb.asm.MethodWriter.maxStack:I
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 82: goto 158
StackMap locals: org.objectweb.asm.MethodWriter int int
StackMap stack:
83: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 156
84: aload 0
getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
astore 3
start local 3 85: goto 102
86: StackMap locals: org.objectweb.asm.Handler
StackMap stack:
aload 3
getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
astore 4
start local 4 87: aload 3
getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
astore 5
start local 5 88: aload 3
getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
astore 6
start local 6 89: goto 100
90: StackMap locals: org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
StackMap stack:
new org.objectweb.asm.Edge
dup
invokespecial org.objectweb.asm.Edge.<init>:()V
astore 7
start local 7 91: aload 7
ldc 2147483647
putfield org.objectweb.asm.Edge.info:I
92: aload 7
aload 5
putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
93: aload 4
getfield org.objectweb.asm.Label.status:I
sipush 128
iand
ifne 97
94: aload 7
aload 4
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
95: aload 4
aload 7
putfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
96: goto 99
97: StackMap locals: org.objectweb.asm.Edge
StackMap stack:
aload 7
aload 4
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
98: aload 4
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
aload 7
putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
99: StackMap locals:
StackMap stack:
aload 4
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 4
end local 7 100: StackMap locals:
StackMap stack:
aload 4
aload 6
if_acmpne 90
101: aload 3
getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
astore 3
end local 6 end local 5 end local 4 102: StackMap locals:
StackMap stack:
aload 3
ifnonnull 86
103: aload 0
getfield org.objectweb.asm.MethodWriter.subroutines:I
ifle 129
104: iconst_0
istore 4
start local 4 105: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
aconst_null
lconst_1
aload 0
getfield org.objectweb.asm.MethodWriter.subroutines:I
invokevirtual org.objectweb.asm.Label.visitSubroutine:(Lorg/objectweb/asm/Label;JI)V
106: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 5
start local 5 107: goto 116
108: StackMap locals: int org.objectweb.asm.Label
StackMap stack:
aload 5
getfield org.objectweb.asm.Label.status:I
sipush 128
iand
ifeq 115
109: aload 5
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
astore 6
start local 6 110: aload 6
getfield org.objectweb.asm.Label.status:I
sipush 1024
iand
ifne 115
111: iinc 4 1
112: aload 6
aconst_null
iload 4
i2l
ldc 32
ldiv
bipush 32
lshl
113: lconst_1
iload 4
bipush 32
irem
lshl
lor
aload 0
getfield org.objectweb.asm.MethodWriter.subroutines:I
114: invokevirtual org.objectweb.asm.Label.visitSubroutine:(Lorg/objectweb/asm/Label;JI)V
end local 6 115: StackMap locals:
StackMap stack:
aload 5
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 5
116: StackMap locals:
StackMap stack:
aload 5
ifnonnull 108
117: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 5
118: goto 128
119: StackMap locals:
StackMap stack:
aload 5
getfield org.objectweb.asm.Label.status:I
sipush 128
iand
ifeq 127
120: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 6
start local 6 121: goto 124
122: StackMap locals: org.objectweb.asm.Label
StackMap stack:
aload 6
dup
getfield org.objectweb.asm.Label.status:I
sipush -2049
iand
putfield org.objectweb.asm.Label.status:I
123: aload 6
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 6
124: StackMap locals:
StackMap stack:
aload 6
ifnonnull 122
125: aload 5
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
astore 7
start local 7 126: aload 7
aload 5
lconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.subroutines:I
invokevirtual org.objectweb.asm.Label.visitSubroutine:(Lorg/objectweb/asm/Label;JI)V
end local 7 end local 6 127: StackMap locals:
StackMap stack:
aload 5
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 5
128: StackMap locals:
StackMap stack:
aload 5
ifnonnull 119
end local 5 end local 4 129: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 130: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 5
start local 5 131: goto 153
132: StackMap locals: int org.objectweb.asm.Label
StackMap stack:
aload 5
astore 6
start local 6 133: aload 5
getfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
astore 5
134: aload 6
getfield org.objectweb.asm.Label.inputStackTop:I
istore 7
start local 7 135: iload 7
aload 6
getfield org.objectweb.asm.Label.outputStackMax:I
iadd
istore 8
start local 8 136: iload 8
iload 4
if_icmple 138
137: iload 8
istore 4
138: StackMap locals: org.objectweb.asm.Label int int
StackMap stack:
aload 6
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
astore 9
start local 9 139: aload 6
getfield org.objectweb.asm.Label.status:I
sipush 128
iand
ifeq 152
140: aload 9
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
astore 9
141: goto 152
142: StackMap locals: org.objectweb.asm.Edge
StackMap stack:
aload 9
getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
astore 6
143: aload 6
getfield org.objectweb.asm.Label.status:I
bipush 8
iand
ifne 151
144: aload 6
aload 9
getfield org.objectweb.asm.Edge.info:I
ldc 2147483647
if_icmpne 145
iconst_1
goto 147
StackMap locals:
StackMap stack: org.objectweb.asm.Label
145: iload 7
146: aload 9
getfield org.objectweb.asm.Edge.info:I
iadd
147: StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler int org.objectweb.asm.Label org.objectweb.asm.Label int int org.objectweb.asm.Edge
StackMap stack: org.objectweb.asm.Label int
putfield org.objectweb.asm.Label.inputStackTop:I
148: aload 6
dup
getfield org.objectweb.asm.Label.status:I
bipush 8
ior
putfield org.objectweb.asm.Label.status:I
149: aload 6
aload 5
putfield org.objectweb.asm.Label.next:Lorg/objectweb/asm/Label;
150: aload 6
astore 5
151: StackMap locals:
StackMap stack:
aload 9
getfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
astore 9
152: StackMap locals:
StackMap stack:
aload 9
ifnonnull 142
end local 9 end local 8 end local 7 end local 6 153: StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Handler int org.objectweb.asm.Label
StackMap stack:
aload 5
ifnonnull 132
154: aload 0
iload 1
iload 4
invokestatic java.lang.Math.max:(II)I
putfield org.objectweb.asm.MethodWriter.maxStack:I
end local 5 end local 4 end local 3 155: goto 158
156: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield org.objectweb.asm.MethodWriter.maxStack:I
157: aload 0
iload 2
putfield org.objectweb.asm.MethodWriter.maxLocals:I
158: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 159 0 this Lorg/objectweb/asm/MethodWriter;
0 159 1 maxStack I
0 159 2 maxLocals I
2 82 3 handler Lorg/objectweb/asm/Handler;
4 20 4 l Lorg/objectweb/asm/Label;
5 20 5 h Lorg/objectweb/asm/Label;
6 20 6 e Lorg/objectweb/asm/Label;
9 20 7 t Ljava/lang/String;
10 20 8 kind I
13 18 9 b Lorg/objectweb/asm/Edge;
22 82 4 f Lorg/objectweb/asm/Frame;
23 82 5 args [Lorg/objectweb/asm/Type;
26 82 6 max I
27 82 7 changed Lorg/objectweb/asm/Label;
29 47 8 l Lorg/objectweb/asm/Label;
36 47 9 blockMax I
39 47 10 e Lorg/objectweb/asm/Edge;
41 46 11 n Lorg/objectweb/asm/Label;
42 46 12 change Z
49 82 8 l Lorg/objectweb/asm/Label;
55 73 9 k Lorg/objectweb/asm/Label;
56 73 10 start I
59 73 11 end I
62 66 12 i I
68 73 12 frameIndex I
85 155 3 handler Lorg/objectweb/asm/Handler;
87 102 4 l Lorg/objectweb/asm/Label;
88 102 5 h Lorg/objectweb/asm/Label;
89 102 6 e Lorg/objectweb/asm/Label;
91 100 7 b Lorg/objectweb/asm/Edge;
105 129 4 id I
107 129 5 l Lorg/objectweb/asm/Label;
110 115 6 subroutine Lorg/objectweb/asm/Label;
121 127 6 L Lorg/objectweb/asm/Label;
126 127 7 subroutine Lorg/objectweb/asm/Label;
130 155 4 max I
131 155 5 stack Lorg/objectweb/asm/Label;
133 153 6 l Lorg/objectweb/asm/Label;
135 153 7 start I
136 153 8 blockMax I
139 153 9 b Lorg/objectweb/asm/Edge;
MethodParameters:
Name Flags
maxStack final
maxLocals final
public void visitEnd();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/objectweb/asm/MethodWriter;
private void addSuccessor(int, org.objectweb.asm.Label);
descriptor: (ILorg/objectweb/asm/Label;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new org.objectweb.asm.Edge
dup
invokespecial org.objectweb.asm.Edge.<init>:()V
astore 3
start local 3 1: aload 3
iload 1
putfield org.objectweb.asm.Edge.info:I
2: aload 3
aload 2
putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
3: aload 3
aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
putfield org.objectweb.asm.Edge.next:Lorg/objectweb/asm/Edge;
4: aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
aload 3
putfield org.objectweb.asm.Label.successors:Lorg/objectweb/asm/Edge;
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/objectweb/asm/MethodWriter;
0 6 1 info I
0 6 2 successor Lorg/objectweb/asm/Label;
1 6 3 b Lorg/objectweb/asm/Edge;
MethodParameters:
Name Flags
info final
successor final
private void noSuccessor();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 8
1: new org.objectweb.asm.Label
dup
invokespecial org.objectweb.asm.Label.<init>:()V
astore 1
start local 1 2: aload 1
new org.objectweb.asm.Frame
dup
invokespecial org.objectweb.asm.Frame.<init>:()V
putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
3: aload 1
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
aload 1
putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
4: aload 1
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
invokevirtual org.objectweb.asm.Label.resolve:(Lorg/objectweb/asm/MethodWriter;I[B)Z
pop
5: aload 0
getfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
aload 1
putfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
6: aload 0
aload 1
putfield org.objectweb.asm.MethodWriter.previousBlock:Lorg/objectweb/asm/Label;
end local 1 7: goto 9
8: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
aload 0
getfield org.objectweb.asm.MethodWriter.maxStackSize:I
putfield org.objectweb.asm.Label.outputStackMax:I
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.objectweb.asm.MethodWriter.currentBlock:Lorg/objectweb/asm/Label;
10: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/objectweb/asm/MethodWriter;
2 7 1 l Lorg/objectweb/asm/Label;
private void visitFrame(org.objectweb.asm.Frame);
descriptor: (Lorg/objectweb/asm/Frame;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=10, args_size=2
start local 0 start local 1 0: iconst_0
istore 4
start local 4 1: iconst_0
istore 5
start local 5 2: iconst_0
istore 6
start local 6 3: aload 1
getfield org.objectweb.asm.Frame.inputLocals:[I
astore 7
start local 7 4: aload 1
getfield org.objectweb.asm.Frame.inputStack:[I
astore 8
start local 8 5: iconst_0
istore 2
start local 2 6: goto 16
7: StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[]
StackMap stack:
aload 7
iload 2
iaload
istore 3
start local 3 8: iload 3
ldc 16777216
if_icmpne 11
9: iinc 4 1
10: goto 13
11: StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[]
StackMap stack:
iload 5
iload 4
iconst_1
iadd
iadd
istore 5
12: iconst_0
istore 4
13: StackMap locals:
StackMap stack:
iload 3
ldc 16777220
if_icmpeq 14
iload 3
ldc 16777219
if_icmpne 15
14: StackMap locals:
StackMap stack:
iinc 2 1
15: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[]
StackMap stack:
16: iload 2
aload 7
arraylength
if_icmplt 7
17: iconst_0
istore 2
goto 23
18: StackMap locals:
StackMap stack:
aload 8
iload 2
iaload
istore 3
start local 3 19: iinc 6 1
20: iload 3
ldc 16777220
if_icmpeq 21
iload 3
ldc 16777219
if_icmpne 22
21: StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[]
StackMap stack:
iinc 2 1
22: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[]
StackMap stack:
23: iload 2
aload 8
arraylength
if_icmplt 18
24: aload 0
aload 1
getfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.position:I
iload 5
iload 6
invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 9
start local 9 25: iconst_0
istore 2
goto 31
26: StackMap locals: int
StackMap stack:
aload 7
iload 2
iaload
istore 3
start local 3 27: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 9
iinc 9 1
iload 3
iastore
28: iload 3
ldc 16777220
if_icmpeq 29
iload 3
ldc 16777219
if_icmpne 30
29: StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[] int
StackMap stack:
iinc 2 1
30: StackMap locals:
StackMap stack:
iinc 2 1
iinc 5 -1
end local 3 StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[] int
StackMap stack:
31: iload 5
ifgt 26
32: iconst_0
istore 2
goto 38
33: StackMap locals:
StackMap stack:
aload 8
iload 2
iaload
istore 3
start local 3 34: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 9
iinc 9 1
iload 3
iastore
35: iload 3
ldc 16777220
if_icmpeq 36
iload 3
ldc 16777219
if_icmpne 37
36: StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int int int int int int[] int[] int
StackMap stack:
iinc 2 1
37: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Frame int top int int int int[] int[] int
StackMap stack:
38: iload 2
aload 8
arraylength
if_icmplt 33
39: aload 0
invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
40: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 41 0 this Lorg/objectweb/asm/MethodWriter;
0 41 1 f Lorg/objectweb/asm/Frame;
6 41 2 i I
8 16 3 t I
19 23 3 t I
27 31 3 t I
34 38 3 t I
1 41 4 nTop I
2 41 5 nLocal I
3 41 6 nStack I
4 41 7 locals [I
5 41 8 stacks [I
25 41 9 frameIndex I
MethodParameters:
Name Flags
f final
private void visitImplicitFirstFrame();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=4, args_size=1
start local 0 0: aload 0
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iconst_1
iadd
iconst_0
invokevirtual org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 1
start local 1 1: aload 0
getfield org.objectweb.asm.MethodWriter.access:I
bipush 8
iand
ifne 6
2: aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 524288
iand
ifne 5
3: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 24117248
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
iastore
4: goto 6
5: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
bipush 6
iastore
6: StackMap locals:
StackMap stack:
iconst_1
istore 2
start local 2 7: StackMap locals: int
StackMap stack:
iload 2
istore 3
start local 3 8: aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
iinc 2 1
invokevirtual java.lang.String.charAt:(I)C
lookupswitch { // 10
66: 9
67: 9
68: 15
70: 11
73: 9
74: 13
76: 29
83: 9
90: 9
91: 17
default: 36
}
9: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
iconst_1
iastore
10: goto 7
11: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
iconst_2
iastore
12: goto 7
13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
iconst_4
iastore
14: goto 7
15: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
iconst_3
iastore
16: goto 7
17: StackMap locals:
StackMap stack:
goto 19
18: StackMap locals:
StackMap stack:
iinc 2 1
19: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 91
if_icmpeq 18
20: aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 76
if_icmpne 25
21: iinc 2 1
22: goto 24
23: StackMap locals:
StackMap stack:
iinc 2 1
24: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 59
if_icmpne 23
25: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 24117248
26: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 3
iinc 2 1
iload 2
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
27: iastore
28: goto 7
29: StackMap locals:
StackMap stack:
goto 31
30: StackMap locals:
StackMap stack:
iinc 2 1
31: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 59
if_icmpne 30
32: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 24117248
33: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 3
iconst_1
iadd
iload 2
iinc 2 1
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
34: iastore
35: goto 7
end local 3 36: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_1
iload 1
iconst_3
isub
iastore
37: aload 0
invokevirtual org.objectweb.asm.MethodWriter.endFrame:()V
38: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Lorg/objectweb/asm/MethodWriter;
1 39 1 frameIndex I
7 39 2 i I
8 36 3 j I
private int startFrame(int, int, int);
descriptor: (III)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_3
iload 2
iadd
iload 3
iadd
istore 4
start local 4 1: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
ifnull 2
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
arraylength
iload 4
if_icmpge 3
2: StackMap locals: int
StackMap stack:
aload 0
iload 4
newarray 10
putfield org.objectweb.asm.MethodWriter.frame:[I
3: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iload 1
iastore
4: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_1
iload 2
iastore
5: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_2
iload 3
iastore
6: iconst_3
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/objectweb/asm/MethodWriter;
0 7 1 offset I
0 7 2 nLocal I
0 7 3 nStack I
1 7 4 n I
MethodParameters:
Name Flags
offset final
nLocal final
nStack final
private void endFrame();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.objectweb.asm.MethodWriter.previousFrame:[I
ifnull 5
1: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
ifnonnull 3
2: aload 0
new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
putfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.objectweb.asm.MethodWriter.writeFrame:()V
4: aload 0
dup
getfield org.objectweb.asm.MethodWriter.frameCount:I
iconst_1
iadd
putfield org.objectweb.asm.MethodWriter.frameCount:I
5: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
putfield org.objectweb.asm.MethodWriter.previousFrame:[I
6: aload 0
aconst_null
putfield org.objectweb.asm.MethodWriter.frame:[I
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/objectweb/asm/MethodWriter;
private void writeFrame();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=9, args_size=1
start local 0 0: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_1
iaload
istore 1
start local 1 1: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_2
iaload
istore 2
start local 2 2: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 50
if_icmpge 8
3: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iaload
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iload 1
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
4: aload 0
iconst_3
iconst_3
iload 1
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
5: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
iload 2
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
6: aload 0
iconst_3
iload 1
iadd
iconst_3
iload 1
iadd
iload 2
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
7: return
8: StackMap locals: int int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.previousFrame:[I
iconst_1
iaload
istore 3
start local 3 9: sipush 255
istore 4
start local 4 10: iconst_0
istore 5
start local 5 11: aload 0
getfield org.objectweb.asm.MethodWriter.frameCount:I
ifne 14
12: aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iaload
istore 6
start local 6 13: goto 15
end local 6 14: StackMap locals: int int int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iaload
aload 0
getfield org.objectweb.asm.MethodWriter.previousFrame:[I
iconst_0
iaload
isub
iconst_1
isub
istore 6
start local 6 15: StackMap locals: int
StackMap stack:
iload 2
ifne 27
16: iload 1
iload 3
isub
istore 5
17: iload 5
tableswitch { // -3 - 3
-3: 18
-2: 18
-1: 18
0: 21
1: 25
2: 25
3: 25
default: 26
}
18: StackMap locals:
StackMap stack:
sipush 248
istore 4
19: iload 1
istore 3
20: goto 31
21: StackMap locals:
StackMap stack:
iload 6
bipush 64
if_icmpge 22
iconst_0
goto 23
StackMap locals:
StackMap stack:
22: sipush 251
StackMap locals:
StackMap stack: int
23: istore 4
24: goto 31
25: StackMap locals:
StackMap stack:
sipush 252
istore 4
26: StackMap locals:
StackMap stack:
goto 31
StackMap locals:
StackMap stack:
27: iload 1
iload 3
if_icmpne 31
iload 2
iconst_1
if_icmpne 31
28: iload 6
bipush 63
if_icmpge 29
bipush 64
goto 30
29: StackMap locals:
StackMap stack:
sipush 247
30: StackMap locals:
StackMap stack: int
istore 4
31: StackMap locals:
StackMap stack:
iload 4
sipush 255
if_icmpeq 41
32: iconst_3
istore 7
start local 7 33: iconst_0
istore 8
start local 8 34: goto 40
35: StackMap locals: int int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 7
iaload
aload 0
getfield org.objectweb.asm.MethodWriter.previousFrame:[I
iload 7
iaload
if_icmpeq 38
36: sipush 255
istore 4
37: goto 41
38: StackMap locals:
StackMap stack:
iinc 7 1
39: iinc 8 1
StackMap locals:
StackMap stack:
40: iload 8
iload 3
if_icmplt 35
end local 8 end local 7 41: StackMap locals:
StackMap stack:
iload 4
lookupswitch { // 6
0: 42
64: 44
247: 47
248: 54
251: 52
252: 56
default: 59
}
42: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
43: goto 63
44: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 64
iload 6
iadd
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
45: aload 0
iconst_3
iload 1
iadd
iconst_4
iload 1
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
46: goto 63
47: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 247
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
48: iload 6
49: invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
50: aload 0
iconst_3
iload 1
iadd
iconst_4
iload 1
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
51: goto 63
52: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 251
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
53: goto 63
54: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 251
iload 5
iadd
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
55: goto 63
56: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 251
iload 5
iadd
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
57: aload 0
iconst_3
iload 3
iadd
iconst_3
iload 1
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
58: goto 63
59: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
sipush 255
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iload 1
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
60: aload 0
iconst_3
iconst_3
iload 1
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
61: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
iload 2
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
62: aload 0
iconst_3
iload 1
iadd
iconst_3
iload 1
iadd
iload 2
iadd
invokevirtual org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
63: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 64 0 this Lorg/objectweb/asm/MethodWriter;
1 64 1 clocalsSize I
2 64 2 cstackSize I
9 64 3 localsSize I
10 64 4 type I
11 64 5 k I
13 14 6 delta I
15 64 6 delta I
33 41 7 l I
34 41 8 j I
private void writeFrameTypes(int, int);
descriptor: (II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: iload 1
istore 3
start local 3 1: goto 43
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.frame:[I
iload 3
iaload
istore 4
start local 4 3: iload 4
ldc -268435456
iand
istore 5
start local 5 4: iload 5
ifne 15
5: iload 4
ldc 1048575
iand
istore 6
start local 6 6: iload 4
ldc 267386880
iand
lookupswitch { // 2
24117248: 7
25165824: 11
default: 13
}
7: StackMap locals: int int int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 7
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
8: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
iload 6
aaload
getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
9: invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
10: goto 42
11: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 8
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
iload 6
aaload
getfield org.objectweb.asm.Item.intVal:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
12: goto 42
13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
iload 6
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
end local 6 14: goto 42
15: StackMap locals:
StackMap stack:
new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 6
start local 6 16: iload 5
bipush 28
ishr
istore 5
17: goto 19
18: StackMap locals: java.lang.StringBuffer
StackMap stack:
aload 6
bipush 91
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
19: StackMap locals:
StackMap stack:
iload 5
iinc 5 -1
ifgt 18
20: iload 4
ldc 267386880
iand
ldc 24117248
if_icmpne 25
21: aload 6
bipush 76
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
22: aload 6
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.typeTable:[Lorg/objectweb/asm/Item;
iload 4
ldc 1048575
iand
aaload
getfield org.objectweb.asm.Item.strVal1:Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
23: aload 6
bipush 59
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
24: goto 41
25: StackMap locals:
StackMap stack:
iload 4
bipush 15
iand
tableswitch { // 1 - 12
1: 26
2: 28
3: 30
4: 40
5: 40
6: 40
7: 40
8: 40
9: 32
10: 34
11: 36
12: 38
default: 40
}
26: StackMap locals:
StackMap stack:
aload 6
bipush 73
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
27: goto 41
28: StackMap locals:
StackMap stack:
aload 6
bipush 70
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
29: goto 41
30: StackMap locals:
StackMap stack:
aload 6
bipush 68
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
31: goto 41
32: StackMap locals:
StackMap stack:
aload 6
bipush 90
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
33: goto 41
34: StackMap locals:
StackMap stack:
aload 6
bipush 66
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
35: goto 41
36: StackMap locals:
StackMap stack:
aload 6
bipush 67
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
37: goto 41
38: StackMap locals:
StackMap stack:
aload 6
bipush 83
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
39: goto 41
40: StackMap locals:
StackMap stack:
aload 6
bipush 74
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
41: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 7
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 6
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
end local 6 end local 5 end local 4 42: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
43: iload 3
iload 2
if_icmplt 2
end local 3 44: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Lorg/objectweb/asm/MethodWriter;
0 45 1 start I
0 45 2 end I
1 44 3 i I
3 42 4 t I
4 42 5 d I
6 14 6 v I
16 42 6 buf Ljava/lang/StringBuffer;
MethodParameters:
Name Flags
start final
end final
private void writeFrameType(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.lang.String
ifeq 3
1: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 7
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
checkcast java.lang.String
invokevirtual org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
2: goto 7
StackMap locals:
StackMap stack:
3: aload 1
instanceof java.lang.Integer
ifeq 6
4: aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
aload 1
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
bipush 8
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
aload 1
checkcast org.objectweb.asm.Label
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/objectweb/asm/MethodWriter;
0 8 1 type Ljava/lang/Object;
MethodParameters:
Name Flags
type final
final int getSize();
descriptor: ()I
flags: (0x0010) ACC_FINAL
Code:
stack=7, locals=3, args_size=1
start local 0 0: aload 0
getfield org.objectweb.asm.MethodWriter.classReaderOffset:I
ifeq 2
1: bipush 6
aload 0
getfield org.objectweb.asm.MethodWriter.classReaderLength:I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.resize:Z
ifeq 4
3: aload 0
invokevirtual org.objectweb.asm.MethodWriter.resizeInstructions:()V
4: StackMap locals:
StackMap stack:
bipush 8
istore 1
start local 1 5: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
ifle 31
6: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
ldc 65536
if_icmple 8
7: new java.lang.RuntimeException
dup
ldc "Method code too large!"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Code"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
9: iload 1
bipush 18
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.handlerCount:I
imul
iadd
iadd
istore 1
10: aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
ifnull 13
11: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "LocalVariableTable"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
12: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
ifnull 16
14: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "LocalVariableTypeTable"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
15: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
16: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
ifnull 19
17: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "LineNumberTable"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
18: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
19: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
ifnull 27
20: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 50
if_icmplt 21
iconst_1
goto 22
StackMap locals:
StackMap stack:
21: iconst_0
StackMap locals:
StackMap stack: int
22: istore 2
start local 2 23: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iload 2
ifeq 24
ldc "StackMapTable"
goto 25
StackMap locals: org.objectweb.asm.MethodWriter int int
StackMap stack: org.objectweb.asm.ClassWriter
24: ldc "StackMap"
StackMap locals: org.objectweb.asm.MethodWriter int int
StackMap stack: org.objectweb.asm.ClassWriter java.lang.String
25: invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
26: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
end local 2 27: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
ifnull 31
28: iload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.maxStack:I
29: aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
30: invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 1
31: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
ifle 34
32: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Exceptions"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
33: iload 1
bipush 8
iconst_2
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
imul
iadd
iadd
istore 1
34: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
sipush 4096
iand
ifeq 39
35: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 37
36: aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
ifeq 39
37: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Synthetic"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
38: iinc 1 6
39: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 131072
iand
ifeq 42
40: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Deprecated"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
41: iinc 1 6
42: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
ifnull 46
43: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Signature"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
44: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
45: iinc 1 8
46: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
ifnull 49
47: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "AnnotationDefault"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
48: iload 1
bipush 6
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
49: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 52
50: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
51: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
52: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 55
53: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
54: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
55: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
ifnull 65
56: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleParameterAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
57: iload 1
bipush 7
iconst_2
aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
arraylength
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
isub
imul
iadd
iadd
istore 1
58: aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
arraylength
iconst_1
isub
istore 2
start local 2 59: goto 64
60: StackMap locals: int
StackMap stack:
iload 1
aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
iload 2
aaload
ifnonnull 61
iconst_0
goto 62
StackMap locals:
StackMap stack: int
61: aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
iload 2
aaload
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
StackMap locals: org.objectweb.asm.MethodWriter int int
StackMap stack: int int
62: iadd
istore 1
63: iinc 2 -1
StackMap locals:
StackMap stack:
64: iload 2
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
if_icmpge 60
end local 2 65: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
ifnull 75
66: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleParameterAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
67: iload 1
bipush 7
iconst_2
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
arraylength
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
isub
imul
iadd
iadd
istore 1
68: aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
arraylength
iconst_1
isub
istore 2
start local 2 69: goto 74
70: StackMap locals: int
StackMap stack:
iload 1
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
iload 2
aaload
ifnonnull 71
iconst_0
goto 72
StackMap locals:
StackMap stack: int
71: aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
iload 2
aaload
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
StackMap locals: org.objectweb.asm.MethodWriter int int
StackMap stack: int int
72: iadd
istore 1
73: iinc 2 -1
StackMap locals:
StackMap stack:
74: iload 2
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
if_icmpge 70
end local 2 75: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
ifnull 77
76: iload 1
aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aconst_null
iconst_0
iconst_m1
iconst_m1
invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 1
77: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 78 0 this Lorg/objectweb/asm/MethodWriter;
5 78 1 size I
23 27 2 zip Z
59 65 2 i I
69 75 2 i I
final void put(org.objectweb.asm.ByteVector);
descriptor: (Lorg/objectweb/asm/ByteVector;)V
flags: (0x0010) ACC_FINAL
Code:
stack=7, locals=6, args_size=2
start local 0 start local 1 0: ldc 917504
1: aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
bipush 64
idiv
2: ior
istore 2
start local 2 3: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
iload 2
iconst_m1
ixor
iand
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.name:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.desc:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
4: aload 0
getfield org.objectweb.asm.MethodWriter.classReaderOffset:I
ifeq 7
5: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.cr:Lorg/objectweb/asm/ClassReader;
getfield org.objectweb.asm.ClassReader.b:[B
aload 0
getfield org.objectweb.asm.MethodWriter.classReaderOffset:I
aload 0
getfield org.objectweb.asm.MethodWriter.classReaderLength:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
6: return
7: StackMap locals: int
StackMap stack:
iconst_0
istore 3
start local 3 8: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
ifle 10
9: iinc 3 1
10: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
ifle 12
11: iinc 3 1
12: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
sipush 4096
iand
ifeq 16
13: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 15
14: aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
ifeq 16
15: StackMap locals:
StackMap stack:
iinc 3 1
16: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 131072
iand
ifeq 18
17: iinc 3 1
18: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
ifnull 20
19: iinc 3 1
20: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
ifnull 22
21: iinc 3 1
22: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 24
23: iinc 3 1
24: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 26
25: iinc 3 1
26: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
ifnull 28
27: iinc 3 1
28: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
ifnull 30
29: iinc 3 1
30: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
ifnull 32
31: iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
invokevirtual org.objectweb.asm.Attribute.getCount:()I
iadd
istore 3
32: StackMap locals:
StackMap stack:
aload 1
iload 3
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
33: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
ifle 93
34: bipush 12
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.handlerCount:I
imul
iadd
istore 4
start local 4 35: aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
ifnull 37
36: iload 4
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
37: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
ifnull 39
38: iload 4
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
39: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
ifnull 41
40: iload 4
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
41: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
ifnull 43
42: iload 4
bipush 8
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
43: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
ifnull 47
44: iload 4
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.maxStack:I
45: aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
46: invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 4
47: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Code"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iload 4
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
48: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.maxStack:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
49: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
50: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.handlerCount:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
51: aload 0
getfield org.objectweb.asm.MethodWriter.handlerCount:I
ifle 58
52: aload 0
getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
astore 5
start local 5 53: goto 57
54: StackMap locals: org.objectweb.asm.Handler
StackMap stack:
aload 1
aload 5
getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 5
getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
55: aload 5
getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
getfield org.objectweb.asm.Label.position:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 5
getfield org.objectweb.asm.Handler.type:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
56: aload 5
getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
astore 5
57: StackMap locals:
StackMap stack:
aload 5
ifnonnull 54
end local 5 58: StackMap locals:
StackMap stack:
iconst_0
istore 3
59: aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
ifnull 61
60: iinc 3 1
61: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
ifnull 63
62: iinc 3 1
63: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
ifnull 65
64: iinc 3 1
65: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
ifnull 67
66: iinc 3 1
67: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
ifnull 69
68: iload 3
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
invokevirtual org.objectweb.asm.Attribute.getCount:()I
iadd
istore 3
69: StackMap locals:
StackMap stack:
aload 1
iload 3
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
70: aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
ifnull 74
71: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "LocalVariableTable"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
72: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.localVarCount:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
73: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
74: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
ifnull 78
75: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "LocalVariableTypeTable"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
76: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.localVarTypeCount:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
77: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
78: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
ifnull 82
79: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "LineNumberTable"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
80: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumberCount:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
81: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
82: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
ifnull 91
83: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 50
if_icmplt 84
iconst_1
goto 85
StackMap locals:
StackMap stack:
84: iconst_0
StackMap locals:
StackMap stack: int
85: istore 5
start local 5 86: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iload 5
ifeq 87
ldc "StackMapTable"
goto 88
StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int int
StackMap stack: org.objectweb.asm.ByteVector org.objectweb.asm.ClassWriter
87: ldc "StackMap"
StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int int
StackMap stack: org.objectweb.asm.ByteVector org.objectweb.asm.ClassWriter java.lang.String
88: invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
89: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.MethodWriter.frameCount:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
90: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
end local 5 91: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
ifnull 93
92: aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
aload 0
getfield org.objectweb.asm.MethodWriter.maxStack:I
aload 1
invokevirtual org.objectweb.asm.Attribute.put:(Lorg/objectweb/asm/ClassWriter;[BIIILorg/objectweb/asm/ByteVector;)V
end local 4 93: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
ifle 103
94: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Exceptions"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
95: iconst_2
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
imul
iconst_2
iadd
96: invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
97: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
98: iconst_0
istore 4
start local 4 99: goto 102
100: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.exceptions:[I
iload 4
iaload
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
101: iinc 4 1
StackMap locals:
StackMap stack:
102: iload 4
aload 0
getfield org.objectweb.asm.MethodWriter.exceptionCount:I
if_icmplt 100
end local 4 103: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
sipush 4096
iand
ifeq 107
104: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 106
105: aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
ifeq 107
106: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Synthetic"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
107: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
ldc 131072
iand
ifeq 109
108: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Deprecated"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
109: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
ifnull 112
110: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Signature"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_2
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
111: aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
112: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
ifnull 116
113: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "AnnotationDefault"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
114: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
115: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 0
getfield org.objectweb.asm.MethodWriter.annd:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
116: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 119
117: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
118: aload 0
getfield org.objectweb.asm.MethodWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
119: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 122
120: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
121: aload 0
getfield org.objectweb.asm.MethodWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
122: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
ifnull 125
123: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleParameterAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
124: aload 0
getfield org.objectweb.asm.MethodWriter.panns:[Lorg/objectweb/asm/AnnotationWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
aload 1
invokestatic org.objectweb.asm.AnnotationWriter.put:([Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
125: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
ifnull 128
126: aload 1
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleParameterAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
127: aload 0
getfield org.objectweb.asm.MethodWriter.ipanns:[Lorg/objectweb/asm/AnnotationWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.synthetics:I
aload 1
invokestatic org.objectweb.asm.AnnotationWriter.put:([Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
128: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
ifnull 130
129: aload 0
getfield org.objectweb.asm.MethodWriter.attrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aconst_null
iconst_0
iconst_m1
iconst_m1
aload 1
invokevirtual org.objectweb.asm.Attribute.put:(Lorg/objectweb/asm/ClassWriter;[BIIILorg/objectweb/asm/ByteVector;)V
130: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 131 0 this Lorg/objectweb/asm/MethodWriter;
0 131 1 out Lorg/objectweb/asm/ByteVector;
3 131 2 mask I
8 131 3 attributeCount I
35 93 4 size I
53 58 5 h Lorg/objectweb/asm/Handler;
86 91 5 zip Z
99 103 4 i I
MethodParameters:
Name Flags
out final
private void resizeInstructions();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=16, args_size=1
start local 0 0: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
astore 1
start local 1 1: iconst_0
newarray 10
astore 7
start local 7 2: iconst_0
newarray 10
astore 8
start local 8 3: aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
newarray 4
astore 9
start local 9 4: iconst_3
istore 11
start local 11 5: StackMap locals: org.objectweb.asm.MethodWriter byte[] top top top top top int[] int[] boolean[] top int
StackMap stack:
iload 11
iconst_3
if_icmpne 7
6: iconst_2
istore 11
7: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 8: goto 80
9: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int
StackMap stack:
aload 1
iload 2
baload
sipush 255
iand
istore 12
start local 12 10: iconst_0
istore 13
start local 13 11: getstatic org.objectweb.asm.ClassWriter.TYPE:[B
iload 12
baload
tableswitch { // 0 - 17
0: 12
1: 60
2: 62
3: 60
4: 12
5: 62
6: 62
7: 64
8: 64
9: 14
10: 32
11: 60
12: 62
13: 62
14: 34
15: 44
16: 66
17: 54
default: 66
}
12: StackMap locals: int int
StackMap stack:
iinc 2 1
13: goto 67
14: StackMap locals:
StackMap stack:
iload 12
sipush 201
if_icmple 20
15: iload 12
sipush 218
if_icmpge 16
iload 12
bipush 49
isub
goto 17
StackMap locals:
StackMap stack:
16: iload 12
bipush 20
isub
StackMap locals:
StackMap stack: int
17: istore 12
18: iload 2
aload 1
iload 2
iconst_1
iadd
invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
iadd
istore 4
start local 4 19: goto 21
end local 4 20: StackMap locals:
StackMap stack:
iload 2
aload 1
iload 2
iconst_1
iadd
invokestatic org.objectweb.asm.MethodWriter.readShort:([BI)S
iadd
istore 4
start local 4 21: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] top int int int
StackMap stack:
aload 7
aload 8
iload 2
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 22: iload 10
sipush -32768
if_icmplt 24
23: iload 10
sipush 32767
if_icmple 30
24: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int int int
StackMap stack:
aload 9
iload 2
baload
ifne 30
25: iload 12
sipush 167
if_icmpeq 26
iload 12
sipush 168
if_icmpne 28
26: StackMap locals:
StackMap stack:
iconst_2
istore 13
27: goto 29
28: StackMap locals:
StackMap stack:
iconst_5
istore 13
29: StackMap locals:
StackMap stack:
aload 9
iload 2
iconst_1
bastore
30: StackMap locals:
StackMap stack:
iinc 2 3
31: goto 67
end local 10 end local 4 32: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int int int
StackMap stack:
iinc 2 5
33: goto 67
34: StackMap locals:
StackMap stack:
iload 11
iconst_1
if_icmpne 38
35: aload 7
aload 8
iconst_0
iload 2
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 36: iload 10
iconst_3
iand
ineg
istore 13
37: goto 41
end local 10 StackMap locals:
StackMap stack:
38: aload 9
iload 2
baload
ifne 41
39: iload 2
iconst_3
iand
istore 13
40: aload 9
iload 2
iconst_1
bastore
41: StackMap locals:
StackMap stack:
iload 2
iconst_4
iadd
iload 2
iconst_3
iand
isub
istore 2
42: iload 2
iconst_4
aload 1
iload 2
bipush 8
iadd
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
aload 1
iload 2
iconst_4
iadd
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
isub
iconst_1
iadd
imul
bipush 12
iadd
iadd
istore 2
43: goto 67
44: StackMap locals:
StackMap stack:
iload 11
iconst_1
if_icmpne 48
45: aload 7
aload 8
iconst_0
iload 2
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 46: iload 10
iconst_3
iand
ineg
istore 13
47: goto 51
end local 10 StackMap locals:
StackMap stack:
48: aload 9
iload 2
baload
ifne 51
49: iload 2
iconst_3
iand
istore 13
50: aload 9
iload 2
iconst_1
bastore
51: StackMap locals:
StackMap stack:
iload 2
iconst_4
iadd
iload 2
iconst_3
iand
isub
istore 2
52: iload 2
bipush 8
aload 1
iload 2
iconst_4
iadd
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
imul
bipush 8
iadd
iadd
istore 2
53: goto 67
54: StackMap locals:
StackMap stack:
aload 1
iload 2
iconst_1
iadd
baload
sipush 255
iand
istore 12
55: iload 12
sipush 132
if_icmpne 58
56: iinc 2 6
57: goto 67
58: StackMap locals:
StackMap stack:
iinc 2 4
59: goto 67
60: StackMap locals:
StackMap stack:
iinc 2 2
61: goto 67
62: StackMap locals:
StackMap stack:
iinc 2 3
63: goto 67
64: StackMap locals:
StackMap stack:
iinc 2 5
65: goto 67
66: StackMap locals:
StackMap stack:
iinc 2 4
67: StackMap locals:
StackMap stack:
iload 13
ifeq 80
68: aload 7
arraylength
iconst_1
iadd
newarray 10
astore 14
start local 14 69: aload 8
arraylength
iconst_1
iadd
newarray 10
astore 15
start local 15 70: aload 7
iconst_0
aload 14
iconst_0
71: aload 7
arraylength
72: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
73: aload 8
iconst_0
aload 15
iconst_0
aload 8
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
74: aload 14
aload 7
arraylength
iload 2
iastore
75: aload 15
aload 8
arraylength
iload 13
iastore
76: aload 14
astore 7
77: aload 15
astore 8
78: iload 13
ifle 80
79: iconst_3
istore 11
end local 15 end local 14 end local 13 end local 12 80: StackMap locals:
StackMap stack:
iload 2
aload 1
arraylength
if_icmplt 9
81: iload 11
iconst_3
if_icmpge 83
82: iinc 11 -1
83: StackMap locals:
StackMap stack:
iload 11
ifne 5
84: new org.objectweb.asm.ByteVector
dup
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
invokespecial org.objectweb.asm.ByteVector.<init>:(I)V
astore 12
start local 12 85: iconst_0
istore 2
86: goto 187
87: StackMap locals: org.objectweb.asm.ByteVector
StackMap stack:
aload 1
iload 2
baload
sipush 255
iand
istore 13
start local 13 88: getstatic org.objectweb.asm.ClassWriter.TYPE:[B
iload 13
baload
tableswitch { // 0 - 17
0: 89
1: 176
2: 179
3: 176
4: 89
5: 179
6: 179
7: 182
8: 182
9: 92
10: 119
11: 176
12: 179
13: 179
14: 125
15: 147
16: 185
17: 168
default: 185
}
89: StackMap locals: int
StackMap stack:
aload 12
iload 13
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
90: iinc 2 1
91: goto 187
92: StackMap locals:
StackMap stack:
iload 13
sipush 201
if_icmple 98
93: iload 13
sipush 218
if_icmpge 94
iload 13
bipush 49
isub
goto 95
StackMap locals:
StackMap stack:
94: iload 13
bipush 20
isub
StackMap locals:
StackMap stack: int
95: istore 13
96: iload 2
aload 1
iload 2
iconst_1
iadd
invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
iadd
istore 4
start local 4 97: goto 99
end local 4 98: StackMap locals:
StackMap stack:
iload 2
aload 1
iload 2
iconst_1
iadd
invokestatic org.objectweb.asm.MethodWriter.readShort:([BI)S
iadd
istore 4
start local 4 99: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
StackMap stack:
aload 7
aload 8
iload 2
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 100: aload 9
iload 2
baload
ifeq 115
101: iload 13
sipush 167
if_icmpne 104
102: aload 12
sipush 200
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
103: goto 113
StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
StackMap stack:
104: iload 13
sipush 168
if_icmpne 107
105: aload 12
sipush 201
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
106: goto 113
107: StackMap locals:
StackMap stack:
aload 12
iload 13
sipush 166
if_icmpgt 108
iload 13
iconst_1
iadd
iconst_1
ixor
iconst_1
isub
goto 109
108: StackMap locals:
StackMap stack: org.objectweb.asm.ByteVector
iload 13
iconst_1
ixor
109: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
StackMap stack: org.objectweb.asm.ByteVector int
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
110: aload 12
bipush 8
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
111: aload 12
sipush 200
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
112: iinc 10 -3
113: StackMap locals:
StackMap stack:
aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
114: goto 117
115: StackMap locals:
StackMap stack:
aload 12
iload 13
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
116: aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
117: StackMap locals:
StackMap stack:
iinc 2 3
118: goto 187
end local 10 end local 4 119: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
StackMap stack:
iload 2
aload 1
iload 2
iconst_1
iadd
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
iadd
istore 4
start local 4 120: aload 7
aload 8
iload 2
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 121: aload 12
iload 13
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
122: aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
123: iinc 2 5
124: goto 187
end local 10 end local 4 125: StackMap locals:
StackMap stack:
iload 2
istore 3
start local 3 126: iload 2
iconst_4
iadd
iload 3
iconst_3
iand
isub
istore 2
127: aload 12
sipush 170
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
128: aload 12
aconst_null
iconst_0
iconst_4
aload 12
getfield org.objectweb.asm.ByteVector.length:I
iconst_4
irem
isub
iconst_4
irem
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
129: iload 3
aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
iadd
istore 4
start local 4 130: iinc 2 4
131: aload 7
aload 8
iload 3
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 132: aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
133: aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
istore 6
start local 6 134: iinc 2 4
135: aload 12
iload 6
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
136: aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
iload 6
isub
iconst_1
iadd
istore 6
137: iinc 2 4
138: aload 12
aload 1
iload 2
iconst_4
isub
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
139: goto 145
140: StackMap locals: org.objectweb.asm.MethodWriter byte[] int int int top int int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
StackMap stack:
iload 3
aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
iadd
istore 4
141: iinc 2 4
142: aload 7
aload 8
iload 3
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
143: aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
144: iinc 6 -1
StackMap locals:
StackMap stack:
145: iload 6
ifgt 140
146: goto 187
end local 10 end local 6 end local 4 end local 3 147: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
StackMap stack:
iload 2
istore 3
start local 3 148: iload 2
iconst_4
iadd
iload 3
iconst_3
iand
isub
istore 2
149: aload 12
sipush 171
invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
pop
150: aload 12
aconst_null
iconst_0
iconst_4
aload 12
getfield org.objectweb.asm.ByteVector.length:I
iconst_4
irem
isub
iconst_4
irem
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
151: iload 3
aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
iadd
istore 4
start local 4 152: iinc 2 4
153: aload 7
aload 8
iload 3
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 154: aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
155: aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
istore 6
start local 6 156: iinc 2 4
157: aload 12
iload 6
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
158: goto 166
159: StackMap locals: org.objectweb.asm.MethodWriter byte[] int int int top int int[] int[] boolean[] int int org.objectweb.asm.ByteVector int
StackMap stack:
aload 12
aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
160: iinc 2 4
161: iload 3
aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readInt:([BI)I
iadd
istore 4
162: iinc 2 4
163: aload 7
aload 8
iload 3
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
164: aload 12
iload 10
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
165: iinc 6 -1
StackMap locals:
StackMap stack:
166: iload 6
ifgt 159
167: goto 187
end local 10 end local 6 end local 4 end local 3 168: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int org.objectweb.asm.ByteVector int
StackMap stack:
aload 1
iload 2
iconst_1
iadd
baload
sipush 255
iand
istore 13
169: iload 13
sipush 132
if_icmpne 173
170: aload 12
aload 1
iload 2
bipush 6
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
171: iinc 2 6
172: goto 187
173: StackMap locals:
StackMap stack:
aload 12
aload 1
iload 2
iconst_4
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
174: iinc 2 4
175: goto 187
176: StackMap locals:
StackMap stack:
aload 12
aload 1
iload 2
iconst_2
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
177: iinc 2 2
178: goto 187
179: StackMap locals:
StackMap stack:
aload 12
aload 1
iload 2
iconst_3
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
180: iinc 2 3
181: goto 187
182: StackMap locals:
StackMap stack:
aload 12
aload 1
iload 2
iconst_5
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
183: iinc 2 5
184: goto 187
185: StackMap locals:
StackMap stack:
aload 12
aload 1
iload 2
iconst_4
invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
pop
186: iinc 2 4
end local 13 187: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
if_icmplt 87
188: aload 0
getfield org.objectweb.asm.MethodWriter.frameCount:I
ifle 209
189: aload 0
getfield org.objectweb.asm.MethodWriter.compute:I
ifne 208
190: aload 0
iconst_0
putfield org.objectweb.asm.MethodWriter.frameCount:I
191: aload 0
aconst_null
putfield org.objectweb.asm.MethodWriter.stackMap:Lorg/objectweb/asm/ByteVector;
192: aload 0
aconst_null
putfield org.objectweb.asm.MethodWriter.previousFrame:[I
193: aload 0
aconst_null
putfield org.objectweb.asm.MethodWriter.frame:[I
194: new org.objectweb.asm.Frame
dup
invokespecial org.objectweb.asm.Frame.<init>:()V
astore 13
start local 13 195: aload 13
aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
196: aload 0
getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
astore 14
start local 14 197: aload 13
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 0
getfield org.objectweb.asm.MethodWriter.access:I
aload 14
aload 0
getfield org.objectweb.asm.MethodWriter.maxLocals:I
invokevirtual org.objectweb.asm.Frame.initInputFrame:(Lorg/objectweb/asm/ClassWriter;I[Lorg/objectweb/asm/Type;I)V
198: aload 0
aload 13
invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
199: aload 0
getfield org.objectweb.asm.MethodWriter.labels:Lorg/objectweb/asm/Label;
astore 15
start local 15 200: goto 206
201: StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.Type[] org.objectweb.asm.Label
StackMap stack:
aload 15
getfield org.objectweb.asm.Label.position:I
iconst_3
isub
istore 2
202: aload 15
getfield org.objectweb.asm.Label.status:I
bipush 32
iand
ifne 203
iload 2
iflt 205
aload 9
iload 2
baload
ifeq 205
203: StackMap locals:
StackMap stack:
aload 7
aload 8
aload 15
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
204: aload 0
aload 15
getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
invokevirtual org.objectweb.asm.MethodWriter.visitFrame:(Lorg/objectweb/asm/Frame;)V
205: StackMap locals:
StackMap stack:
aload 15
getfield org.objectweb.asm.Label.successor:Lorg/objectweb/asm/Label;
astore 15
206: StackMap locals:
StackMap stack:
aload 15
ifnonnull 201
end local 15 end local 14 end local 13 207: goto 209
208: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_1
putfield org.objectweb.asm.ClassWriter.invalidFrames:Z
209: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
astore 13
start local 13 210: goto 215
211: StackMap locals: org.objectweb.asm.Handler
StackMap stack:
aload 7
aload 8
aload 13
getfield org.objectweb.asm.Handler.start:Lorg/objectweb/asm/Label;
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
212: aload 7
aload 8
aload 13
getfield org.objectweb.asm.Handler.end:Lorg/objectweb/asm/Label;
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
213: aload 7
aload 8
aload 13
getfield org.objectweb.asm.Handler.handler:Lorg/objectweb/asm/Label;
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
214: aload 13
getfield org.objectweb.asm.Handler.next:Lorg/objectweb/asm/Handler;
astore 13
215: StackMap locals:
StackMap stack:
aload 13
ifnonnull 211
216: iconst_0
istore 5
start local 5 217: goto 236
218: StackMap locals: org.objectweb.asm.MethodWriter byte[] int top top int top int[] int[] boolean[] top int org.objectweb.asm.ByteVector org.objectweb.asm.Handler
StackMap stack:
iload 5
ifne 219
aload 0
getfield org.objectweb.asm.MethodWriter.localVar:Lorg/objectweb/asm/ByteVector;
goto 220
StackMap locals:
StackMap stack:
219: aload 0
getfield org.objectweb.asm.MethodWriter.localVarType:Lorg/objectweb/asm/ByteVector;
StackMap locals:
StackMap stack: org.objectweb.asm.ByteVector
220: astore 14
start local 14 221: aload 14
ifnull 235
222: aload 14
getfield org.objectweb.asm.ByteVector.data:[B
astore 1
223: iconst_0
istore 2
224: goto 234
225: StackMap locals: org.objectweb.asm.ByteVector
StackMap stack:
aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
istore 4
start local 4 226: aload 7
aload 8
iconst_0
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
istore 10
start local 10 227: aload 1
iload 2
iload 10
invokestatic org.objectweb.asm.MethodWriter.writeShort:([BII)V
228: iload 4
aload 1
iload 2
iconst_2
iadd
invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
iadd
istore 4
229: aload 7
aload 8
iconst_0
iload 4
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
230: iload 10
231: isub
istore 10
232: aload 1
iload 2
iconst_2
iadd
iload 10
invokestatic org.objectweb.asm.MethodWriter.writeShort:([BII)V
233: iinc 2 10
end local 10 end local 4 234: StackMap locals:
StackMap stack:
iload 2
aload 14
getfield org.objectweb.asm.ByteVector.length:I
if_icmplt 225
end local 14 235: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
236: iload 5
iconst_2
if_icmplt 218
237: aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
ifnull 249
238: aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.data:[B
astore 1
239: iconst_0
istore 2
240: goto 248
241: StackMap locals:
StackMap stack:
aload 1
242: iload 2
243: aload 7
aload 8
iconst_0
244: aload 1
iload 2
invokestatic org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
245: invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
246: invokestatic org.objectweb.asm.MethodWriter.writeShort:([BII)V
247: iinc 2 4
248: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield org.objectweb.asm.MethodWriter.lineNumber:Lorg/objectweb/asm/ByteVector;
getfield org.objectweb.asm.ByteVector.length:I
if_icmplt 241
249: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.MethodWriter.cattrs:Lorg/objectweb/asm/Attribute;
astore 14
start local 14 250: goto 258
251: StackMap locals: org.objectweb.asm.Attribute
StackMap stack:
aload 14
invokevirtual org.objectweb.asm.Attribute.getLabels:()[Lorg/objectweb/asm/Label;
astore 15
start local 15 252: aload 15
ifnull 257
253: aload 15
arraylength
iconst_1
isub
istore 5
goto 256
254: StackMap locals: org.objectweb.asm.Label[]
StackMap stack:
aload 7
aload 8
aload 15
iload 5
aaload
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[ILorg/objectweb/asm/Label;)V
255: iinc 5 -1
StackMap locals:
StackMap stack:
256: iload 5
ifge 254
257: StackMap locals:
StackMap stack:
aload 14
getfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
astore 14
end local 15 258: StackMap locals:
StackMap stack:
aload 14
ifnonnull 251
259: aload 0
aload 12
putfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
260: return
end local 14 end local 13 end local 12 end local 11 end local 9 end local 8 end local 7 end local 5 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 261 0 this Lorg/objectweb/asm/MethodWriter;
1 261 1 b [B
8 261 2 u I
126 147 3 v I
148 168 3 v I
19 20 4 label I
21 32 4 label I
97 98 4 label I
99 119 4 label I
120 125 4 label I
130 147 4 label I
152 168 4 label I
226 234 4 label I
217 261 5 i I
134 147 6 j I
156 168 6 j I
2 261 7 allIndexes [I
3 261 8 allSizes [I
4 261 9 resize [Z
22 32 10 newOffset I
36 38 10 newOffset I
46 48 10 newOffset I
100 119 10 newOffset I
121 125 10 newOffset I
132 147 10 newOffset I
154 168 10 newOffset I
227 234 10 newOffset I
5 261 11 state I
10 80 12 opcode I
11 80 13 insert I
69 80 14 newIndexes [I
70 80 15 newSizes [I
85 261 12 newCode Lorg/objectweb/asm/ByteVector;
88 187 13 opcode I
195 207 13 f Lorg/objectweb/asm/Frame;
197 207 14 args [Lorg/objectweb/asm/Type;
200 207 15 l Lorg/objectweb/asm/Label;
210 261 13 h Lorg/objectweb/asm/Handler;
221 235 14 bv Lorg/objectweb/asm/ByteVector;
250 261 14 attr Lorg/objectweb/asm/Attribute;
252 258 15 labels [Lorg/objectweb/asm/Label;
static int readUnsignedShort(byte[], int);
descriptor: ([BI)I
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
baload
sipush 255
iand
bipush 8
ishl
aload 0
iload 1
iconst_1
iadd
baload
sipush 255
iand
ior
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 b [B
0 1 1 index I
MethodParameters:
Name Flags
b final
index final
static short readShort(byte[], int);
descriptor: ([BI)S
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
baload
sipush 255
iand
bipush 8
ishl
aload 0
iload 1
iconst_1
iadd
baload
sipush 255
iand
ior
i2s
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 b [B
0 1 1 index I
MethodParameters:
Name Flags
b final
index final
static int readInt(byte[], int);
descriptor: ([BI)I
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
baload
sipush 255
iand
bipush 24
ishl
aload 0
iload 1
iconst_1
iadd
baload
sipush 255
iand
bipush 16
ishl
ior
1: aload 0
iload 1
iconst_2
iadd
baload
sipush 255
iand
bipush 8
ishl
2: ior
3: aload 0
iload 1
iconst_3
iadd
baload
sipush 255
iand
4: ior
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 b [B
0 5 1 index I
MethodParameters:
Name Flags
b final
index final
static void writeShort(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
bipush 8
iushr
i2b
bastore
1: aload 0
iload 1
iconst_1
iadd
iload 2
i2b
bastore
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 b [B
0 3 1 index I
0 3 2 s I
MethodParameters:
Name Flags
b final
index final
s final
static int getNewOffset(int[], int[], int, int);
descriptor: ([I[III)I
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
iload 2
isub
istore 4
start local 4 1: iconst_0
istore 5
start local 5 2: goto 9
3: StackMap locals: int int
StackMap stack:
iload 2
aload 0
iload 5
iaload
if_icmpge 6
aload 0
iload 5
iaload
iload 3
if_icmpgt 6
4: iload 4
aload 1
iload 5
iaload
iadd
istore 4
5: goto 8
StackMap locals:
StackMap stack:
6: iload 3
aload 0
iload 5
iaload
if_icmpge 8
aload 0
iload 5
iaload
iload 2
if_icmpgt 8
7: iload 4
aload 1
iload 5
iaload
isub
istore 4
8: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
9: iload 5
aload 0
arraylength
if_icmplt 3
end local 5 10: iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 indexes [I
0 11 1 sizes [I
0 11 2 begin I
0 11 3 end I
1 11 4 offset I
2 10 5 i I
MethodParameters:
Name Flags
indexes final
sizes final
begin final
end final
static void getNewOffset(int[], int[], org.objectweb.asm.Label);
descriptor: ([I[ILorg/objectweb/asm/Label;)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
getfield org.objectweb.asm.Label.status:I
iconst_4
iand
ifne 3
1: aload 2
aload 0
aload 1
iconst_0
aload 2
getfield org.objectweb.asm.Label.position:I
invokestatic org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
putfield org.objectweb.asm.Label.position:I
2: aload 2
dup
getfield org.objectweb.asm.Label.status:I
iconst_4
ior
putfield org.objectweb.asm.Label.status:I
3: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 indexes [I
0 4 1 sizes [I
0 4 2 label Lorg/objectweb/asm/Label;
MethodParameters:
Name Flags
indexes final
sizes final
label final
}
SourceFile: "MethodWriter.java"