class org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation extends java.util.AbstractMap<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
  super_class: java.util.AbstractMap
{
  final org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation parent;
    descriptor: Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    flags: (0x0010) ACC_FINAL

  final java.util.BitSet subroutineInsns;
    descriptor: Ljava/util/BitSet;
    flags: (0x0010) ACC_FINAL

  final java.util.Map<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode> clonedLabels;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;

  final org.objectweb.asm.tree.LabelNode returnLabel;
    descriptor: Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0010) ACC_FINAL

  final org.objectweb.asm.commons.JSRInlinerAdapter this$0;
    descriptor: Lorg/objectweb/asm/commons/JSRInlinerAdapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.objectweb.asm.commons.JSRInlinerAdapter, org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation, java.util.BitSet);
    descriptor: (Lorg/objectweb/asm/commons/JSRInlinerAdapter;Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/BitSet;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation parent
        start local 3 // java.util.BitSet subroutineInsns
         0: .line 454
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.this$0:Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            aload 0 /* this */
            invokespecial java.util.AbstractMap.<init>:()V
         1: .line 455
            aload 2 /* parent */
            astore 4 /* instantiation */
        start local 4 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
         2: .line 456
            goto 6
         3: .line 458
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.BitSet org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 4 /* instantiation */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutineInsns:Ljava/util/BitSet;
            aload 3 /* subroutineInsns */
            if_acmpne 5
         4: .line 459
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Recursive invocation of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* subroutineInsns */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 457
      StackMap locals:
      StackMap stack:
            aload 4 /* instantiation */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.parent:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 4 /* instantiation */
         6: .line 456
      StackMap locals:
      StackMap stack:
            aload 4 /* instantiation */
            ifnonnull 3
        end local 4 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
         7: .line 463
            aload 0 /* this */
            aload 2 /* parent */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.parent:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
         8: .line 464
            aload 0 /* this */
            aload 3 /* subroutineInsns */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutineInsns:Ljava/util/BitSet;
         9: .line 465
            aload 0 /* this */
            aload 2 /* parent */
            ifnonnull 10
            aconst_null
            goto 11
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.BitSet
      StackMap stack: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
        10: new org.objectweb.asm.tree.LabelNode
            dup
            invokespecial org.objectweb.asm.tree.LabelNode.<init>:()V
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.BitSet
      StackMap stack: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.tree.LabelNode
        11: putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.returnLabel:Lorg/objectweb/asm/tree/LabelNode;
        12: .line 466
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.clonedLabels:Ljava/util/Map;
        13: .line 470
            aconst_null
            astore 4 /* clonedLabelNode */
        start local 4 // org.objectweb.asm.tree.LabelNode clonedLabelNode
        14: .line 471
            iconst_0
            istore 5 /* insnIndex */
        start local 5 // int insnIndex
        15: goto 26
        16: .line 472
      StackMap locals: org.objectweb.asm.tree.LabelNode int
      StackMap stack:
            aload 1
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 5 /* insnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 6 /* insnNode */
        start local 6 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        17: .line 473
            aload 6 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 8
            if_icmpne 23
        18: .line 474
            aload 6 /* insnNode */
            checkcast org.objectweb.asm.tree.LabelNode
            astore 7 /* labelNode */
        start local 7 // org.objectweb.asm.tree.LabelNode labelNode
        19: .line 476
            aload 4 /* clonedLabelNode */
            ifnonnull 21
        20: .line 477
            new org.objectweb.asm.tree.LabelNode
            dup
            invokespecial org.objectweb.asm.tree.LabelNode.<init>:()V
            astore 4 /* clonedLabelNode */
        21: .line 479
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.LabelNode
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.clonedLabels:Ljava/util/Map;
            aload 7 /* labelNode */
            aload 4 /* clonedLabelNode */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // org.objectweb.asm.tree.LabelNode labelNode
        22: .line 480
            goto 25
      StackMap locals:
      StackMap stack:
        23: aload 0 /* this */
            iload 5 /* insnIndex */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.findOwner:(I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            aload 0 /* this */
            if_acmpne 25
        24: .line 483
            aconst_null
            astore 4 /* clonedLabelNode */
        end local 6 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        25: .line 471
      StackMap locals:
      StackMap stack:
            iinc 5 /* insnIndex */ 1
      StackMap locals:
      StackMap stack:
        26: iload 5 /* insnIndex */
            aload 1
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            if_icmplt 16
        end local 5 // int insnIndex
        27: .line 486
            return
        end local 4 // org.objectweb.asm.tree.LabelNode clonedLabelNode
        end local 3 // java.util.BitSet subroutineInsns
        end local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation parent
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   28     2           parent  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   28     3  subroutineInsns  Ljava/util/BitSet;
            2    7     4    instantiation  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
           14   28     4  clonedLabelNode  Lorg/objectweb/asm/tree/LabelNode;
           15   27     5        insnIndex  I
           17   25     6         insnNode  Lorg/objectweb/asm/tree/AbstractInsnNode;
           19   22     7        labelNode  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
                 Name  Flags
      this$0           final
      parent           final
      subroutineInsns  final

  org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation findOwner(int);
    descriptor: (I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // int insnIndex
         0: .line 507
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutineInsns:Ljava/util/BitSet;
            iload 1 /* insnIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 2
         1: .line 508
            aconst_null
            areturn
         2: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.this$0:Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.sharedSubroutineInsns:Ljava/util/BitSet;
            iload 1 /* insnIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 4
         3: .line 511
            aload 0 /* this */
            areturn
         4: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            astore 2 /* owner */
        start local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner
         5: .line 514
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.parent:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 3 /* instantiation */
        start local 3 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
         6: .line 515
            goto 10
         7: .line 517
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 3 /* instantiation */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutineInsns:Ljava/util/BitSet;
            iload 1 /* insnIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 9
         8: .line 518
            aload 3 /* instantiation */
            astore 2 /* owner */
         9: .line 516
      StackMap locals:
      StackMap stack:
            aload 3 /* instantiation */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.parent:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 3 /* instantiation */
        10: .line 515
      StackMap locals:
      StackMap stack:
            aload 3 /* instantiation */
            ifnonnull 7
        end local 3 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation
        11: .line 521
            aload 2 /* owner */
            areturn
        end local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   12     1      insnIndex  I
            5   12     2          owner  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            6   11     3  instantiation  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    MethodParameters:
           Name  Flags
      insnIndex  final

  org.objectweb.asm.tree.LabelNode getClonedLabelForJumpInsn(org.objectweb.asm.tree.LabelNode);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // org.objectweb.asm.tree.LabelNode labelNode
         0: .line 534
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.this$0:Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 1 /* labelNode */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.findOwner:(I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.clonedLabels:Ljava/util/Map;
            aload 1 /* labelNode */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            areturn
        end local 1 // org.objectweb.asm.tree.LabelNode labelNode
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    1     1  labelNode  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
           Name  Flags
      labelNode  final

  org.objectweb.asm.tree.LabelNode getClonedLabel(org.objectweb.asm.tree.LabelNode);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // org.objectweb.asm.tree.LabelNode labelNode
         0: .line 546
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.clonedLabels:Ljava/util/Map;
            aload 1 /* labelNode */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            areturn
        end local 1 // org.objectweb.asm.tree.LabelNode labelNode
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    1     1  labelNode  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
           Name  Flags
      labelNode  final

  public java.util.Set<java.util.Map$Entry<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
         0: .line 553
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;>;

  public org.objectweb.asm.tree.LabelNode get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // java.lang.Object key
         0: .line 558
            aload 0 /* this */
            aload 1 /* key */
            checkcast org.objectweb.asm.tree.LabelNode
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.getClonedLabelForJumpInsn:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // java.lang.Object other
         0: .line 563
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object other
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    1     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
         0: .line 568
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;

  public java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.get:(Ljava/lang/Object;)Lorg/objectweb/asm/tree/LabelNode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractMap<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;
SourceFile: "JSRInlinerAdapter.java"
NestHost: org.objectweb.asm.commons.JSRInlinerAdapter
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private Instantiation = org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation of org.objectweb.asm.commons.JSRInlinerAdapter