public class com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl extends com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl
  super_class: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
{
  private static final int DW_DIE_HEADER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final java.lang.String TARGET_SECTION_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ".debug_abbrev"

  private final com.oracle.objectfile.LayoutDecision$Kind[] targetSectionKinds;
    descriptor: [Lcom/oracle/objectfile/LayoutDecision$Kind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            ldc Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
         3: .line 332
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.oracle.objectfile.elf.dwarf.DwarfDebugInfo);
    descriptor: (Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
         0: .line 56
            aload 0 /* this */
            aload 1 /* dwarfSections */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.<init>:(Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
         1: .line 339
            aload 0 /* this */
            iconst_2
            anewarray com.oracle.objectfile.LayoutDecision$Kind
            dup
            iconst_0
         2: .line 340
            getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            dup
            iconst_1
         3: .line 341
            getstatic com.oracle.objectfile.LayoutDecision$Kind.OFFSET:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            putfield com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
         4: .line 57
            return
        end local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0    5     1  dwarfSections  Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
    MethodParameters:
               Name  Flags
      dwarfSections  

  public java.lang.String getSectionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
         0: .line 61
            ldc ".debug_info"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;

  public void createContent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
         0: .line 116
            aconst_null
            astore 1 /* buffer */
        start local 1 // byte[] buffer
         1: .line 117
            iconst_0
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 120
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.getPrimaryClasses:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl byte[] int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.ClassEntry
            astore 3 /* classEntry */
        start local 3 // com.oracle.objectfile.debugentry.ClassEntry classEntry
         4: .line 121
            iload 2 /* pos */
            istore 5 /* lengthPos */
        start local 5 // int lengthPos
         5: .line 122
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCUHeader:([BI)I
            istore 2 /* pos */
         6: .line 123
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 7
            iload 2 /* pos */
            iload 5 /* lengthPos */
            bipush 11
            iadd
            if_icmpeq 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 124
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl byte[] int com.oracle.objectfile.debugentry.ClassEntry java.util.Iterator int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            aload 3 /* classEntry */
            iconst_0
            aload 1 /* buffer */
            iload 2 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCU:(Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/ClassEntry;Z[BI)I
            istore 2 /* pos */
        end local 5 // int lengthPos
        end local 3 // com.oracle.objectfile.debugentry.ClassEntry classEntry
         8: .line 120
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl byte[] int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 130
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.getPrimaryClasses:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 16
      StackMap locals:
      StackMap stack:
        10: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.ClassEntry
            astore 3 /* classEntry */
        start local 3 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        11: .line 131
            aload 3 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.includesDeoptTarget:()Z
            ifeq 16
        12: .line 132
            iload 2 /* pos */
            istore 5 /* lengthPos */
        start local 5 // int lengthPos
        13: .line 133
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCUHeader:([BI)I
            istore 2 /* pos */
        14: .line 134
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 15
            iload 2 /* pos */
            iload 5 /* lengthPos */
            bipush 11
            iadd
            if_icmpeq 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 135
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl byte[] int com.oracle.objectfile.debugentry.ClassEntry java.util.Iterator int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            aload 3 /* classEntry */
            iconst_1
            aload 1 /* buffer */
            iload 2 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCU:(Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/ClassEntry;Z[BI)I
            istore 2 /* pos */
        end local 5 // int lengthPos
        end local 3 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        16: .line 130
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl byte[] int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        17: .line 141
            iload 2 /* pos */
            newarray 8
            astore 1 /* buffer */
        18: .line 142
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.setContent:([B)V
        19: .line 143
            return
        end local 2 // int pos
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            1   20     1      buffer  [B
            2   20     2         pos  I
            4    8     3  classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
            5    8     5   lengthPos  I
           11   16     3  classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
           13   16     5   lengthPos  I

  public void writeContent(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
         0: .line 147
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.getContent:()[B
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 148
            aload 2 /* buffer */
            arraylength
            istore 3 /* size */
        start local 3 // int size
         2: .line 149
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 151
            aload 0 /* this */
            aload 1 /* context */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.enableLog:(Lorg/graalvm/compiler/debug/DebugContext;I)V
         4: .line 153
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x] DEBUG_INFO"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 4 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 154
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x] size = 0x%08x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 4 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 156
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.getPrimaryClasses:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 15
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int top java.util.Iterator
      StackMap stack:
         7: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.ClassEntry
            astore 5 /* classEntry */
        start local 5 // com.oracle.objectfile.debugentry.ClassEntry classEntry
         8: .line 160
            aload 5 /* classEntry */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.setCUIndex:(I)V
         9: .line 161
            iload 4 /* pos */
            istore 7 /* lengthPos */
        start local 7 // int lengthPos
        10: .line 162
            aload 0 /* this */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCUHeader:([BI)I
            istore 4 /* pos */
        11: .line 163
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x] Compilation Unit"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 4 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 164
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 13
            iload 4 /* pos */
            iload 7 /* lengthPos */
            bipush 11
            iadd
            if_icmpeq 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 165
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int com.oracle.objectfile.debugentry.ClassEntry java.util.Iterator int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 5 /* classEntry */
            iconst_0
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCU:(Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/ClassEntry;Z[BI)I
            istore 4 /* pos */
        14: .line 169
            aload 0 /* this */
            iload 7 /* lengthPos */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.patchLength:(I[BI)V
        end local 7 // int lengthPos
        end local 5 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        15: .line 156
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        16: .line 172
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.getPrimaryClasses:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 26
      StackMap locals:
      StackMap stack:
        17: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.ClassEntry
            astore 5 /* classEntry */
        start local 5 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        18: .line 173
            aload 5 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.includesDeoptTarget:()Z
            ifeq 26
        19: .line 178
            aload 5 /* classEntry */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.setDeoptCUIndex:(I)V
        20: .line 179
            iload 4 /* pos */
            istore 7 /* lengthPos */
        start local 7 // int lengthPos
        21: .line 180
            aload 0 /* this */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCUHeader:([BI)I
            istore 4 /* pos */
        22: .line 181
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x] Compilation Unit (deopt targets)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 4 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 182
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 24
            iload 4 /* pos */
            iload 7 /* lengthPos */
            bipush 11
            iadd
            if_icmpeq 24
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        24: .line 183
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int com.oracle.objectfile.debugentry.ClassEntry java.util.Iterator int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 5 /* classEntry */
            iconst_1
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeCU:(Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/ClassEntry;Z[BI)I
            istore 4 /* pos */
        25: .line 187
            aload 0 /* this */
            iload 7 /* lengthPos */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.patchLength:(I[BI)V
        end local 7 // int lengthPos
        end local 5 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        26: .line 172
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        27: .line 190
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 28
            iload 4 /* pos */
            iload 3 /* size */
            if_icmpeq 28
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        28: .line 191
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int
      StackMap stack:
            return
        end local 4 // int pos
        end local 3 // int size
        end local 2 // byte[] buffer
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0        this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0   29     1     context  Lorg/graalvm/compiler/debug/DebugContext;
            1   29     2      buffer  [B
            2   29     3        size  I
            3   29     4         pos  I
            8   15     5  classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
           10   15     7   lengthPos  I
           18   26     5  classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
           21   26     7   lengthPos  I
    MethodParameters:
         Name  Flags
      context  

  private int writeCUHeader(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // byte[] buffer
        start local 2 // int p
         0: .line 194
            iload 2 /* p */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 195
            aload 1 /* buffer */
            ifnonnull 6
         2: .line 197
            iload 3 /* pos */
            aload 0 /* this */
            iconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putInt:(I[BI)I
            iadd
            istore 3 /* pos */
         3: .line 199
            iload 3 /* pos */
            aload 0 /* this */
            iconst_2
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putShort:(S[BI)I
            iadd
            istore 3 /* pos */
         4: .line 201
            iload 3 /* pos */
            aload 0 /* this */
            iconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putInt:(I[BI)I
            iadd
            istore 3 /* pos */
         5: .line 203
            iload 3 /* pos */
            aload 0 /* this */
            bipush 8
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putByte:(B[BI)I
            iadd
            ireturn
         6: .line 206
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putInt:(I[BI)I
            istore 3 /* pos */
         7: .line 208
            aload 0 /* this */
            iconst_2
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putShort:(S[BI)I
            istore 3 /* pos */
         8: .line 210
            aload 0 /* this */
            iconst_0
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putInt:(I[BI)I
            istore 3 /* pos */
         9: .line 212
            aload 0 /* this */
            bipush 8
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putByte:(B[BI)I
            ireturn
        end local 3 // int pos
        end local 2 // int p
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0   10     1  buffer  [B
            0   10     2       p  I
            1   10     3     pos  I
    MethodParameters:
        Name  Flags
      buffer  
      p       

  private static int findLo(java.util.LinkedList<com.oracle.objectfile.debugentry.PrimaryEntry>, );
    descriptor: (Ljava/util/LinkedList;Z)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // java.util.LinkedList classPrimaryEntries
        start local 1 // boolean isDeoptTargetCU
         0: .line 217
            iload 1 /* isDeoptTargetCU */
            ifne 2
         1: .line 219
            aload 0 /* classPrimaryEntries */
            invokevirtual java.util.LinkedList.getFirst:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            invokevirtual com.oracle.objectfile.debugentry.Range.getLo:()I
            ireturn
         2: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* classPrimaryEntries */
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: java.util.LinkedList int top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            astore 2 /* primaryEntry */
        start local 2 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
         4: .line 223
            aload 2 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            astore 4 /* range */
        start local 4 // com.oracle.objectfile.debugentry.Range range
         5: .line 224
            aload 4 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.isDeoptTarget:()Z
            ifeq 7
         6: .line 225
            aload 4 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getLo:()I
            ireturn
        end local 4 // com.oracle.objectfile.debugentry.Range range
        end local 2 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
         7: .line 222
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 230
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 231
      StackMap locals: java.util.LinkedList int
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // boolean isDeoptTargetCU
        end local 0 // java.util.LinkedList classPrimaryEntries
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0  classPrimaryEntries  Ljava/util/LinkedList<Lcom/oracle/objectfile/debugentry/PrimaryEntry;>;
            0   10     1      isDeoptTargetCU  Z
            4    7     2         primaryEntry  Lcom/oracle/objectfile/debugentry/PrimaryEntry;
            5    7     4                range  Lcom/oracle/objectfile/debugentry/Range;
    Signature: (Ljava/util/LinkedList<Lcom/oracle/objectfile/debugentry/PrimaryEntry;>;Z)I
    MethodParameters:
                     Name  Flags
      classPrimaryEntries  
      isDeoptTargetCU      

  private static int findHi(java.util.LinkedList<com.oracle.objectfile.debugentry.PrimaryEntry>, boolean, );
    descriptor: (Ljava/util/LinkedList;ZZ)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // java.util.LinkedList classPrimaryEntries
        start local 1 // boolean includesDeoptTarget
        start local 2 // boolean isDeoptTargetCU
         0: .line 235
            iload 2 /* isDeoptTargetCU */
            ifne 1
            iload 1 /* includesDeoptTarget */
            ifne 2
         1: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* classPrimaryEntries */
            invokevirtual java.util.LinkedList.getLast:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            invokevirtual com.oracle.objectfile.debugentry.Range.getHi:()I
            ireturn
         2: .line 240
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* hi */
        start local 3 // int hi
         3: .line 241
            aload 0 /* classPrimaryEntries */
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 10
      StackMap locals: java.util.LinkedList int int int top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            astore 4 /* primaryEntry */
        start local 4 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
         5: .line 242
            aload 4 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            astore 6 /* range */
        start local 6 // com.oracle.objectfile.debugentry.Range range
         6: .line 243
            aload 6 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.isDeoptTarget:()Z
            ifne 9
         7: .line 244
            aload 6 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getHi:()I
            istore 3 /* hi */
         8: .line 245
            goto 10
         9: .line 246
      StackMap locals: java.util.LinkedList int int int com.oracle.objectfile.debugentry.PrimaryEntry java.util.Iterator com.oracle.objectfile.debugentry.Range
      StackMap stack:
            iload 3 /* hi */
            ireturn
        end local 6 // com.oracle.objectfile.debugentry.Range range
        end local 4 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
        10: .line 241
      StackMap locals: java.util.LinkedList int int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 3 // int hi
        11: .line 251
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.$assertionsDisabled:Z
            ifne 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 252
      StackMap locals: java.util.LinkedList int int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // boolean isDeoptTargetCU
        end local 1 // boolean includesDeoptTarget
        end local 0 // java.util.LinkedList classPrimaryEntries
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0  classPrimaryEntries  Ljava/util/LinkedList<Lcom/oracle/objectfile/debugentry/PrimaryEntry;>;
            0   13     1  includesDeoptTarget  Z
            0   13     2      isDeoptTargetCU  Z
            3   11     3                   hi  I
            5   10     4         primaryEntry  Lcom/oracle/objectfile/debugentry/PrimaryEntry;
            6   10     6                range  Lcom/oracle/objectfile/debugentry/Range;
    Signature: (Ljava/util/LinkedList<Lcom/oracle/objectfile/debugentry/PrimaryEntry;>;ZZ)I
    MethodParameters:
                     Name  Flags
      classPrimaryEntries  
      includesDeoptTarget  
      isDeoptTargetCU      

  private int writeCU(org.graalvm.compiler.debug.DebugContext, com.oracle.objectfile.debugentry.ClassEntry, boolean, byte[], int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/ClassEntry;Z[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=16, args_size=6
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        start local 3 // boolean isDeoptTargetCU
        start local 4 // byte[] buffer
        start local 5 // int p
         0: .line 256
            iload 5 /* p */
            istore 6 /* pos */
        start local 6 // int pos
         1: .line 257
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getPrimaryEntries:()Ljava/util/LinkedList;
            astore 7 /* classPrimaryEntries */
        start local 7 // java.util.LinkedList classPrimaryEntries
         2: .line 258
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getLineIndex:()I
            istore 8 /* lineIndex */
        start local 8 // int lineIndex
         3: .line 259
            iload 8 /* lineIndex */
            iflt 4
            iconst_1
            goto 5
      StackMap locals: int java.util.LinkedList int
      StackMap stack:
         4: iconst_2
      StackMap locals:
      StackMap stack: int
         5: istore 9 /* abbrevCode */
        start local 9 // int abbrevCode
         6: .line 260
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x] <0> Abbrev Number %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 9 /* abbrevCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 261
            aload 0 /* this */
            iload 9 /* abbrevCode */
            i2l
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAbbrevCode:(J[BI)I
            istore 6 /* pos */
         8: .line 262
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     language  %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            ldc "DW_LANG_Java"
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 263
            aload 0 /* this */
            bipush 11
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrData1:(B[BI)I
            istore 6 /* pos */
        10: .line 264
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     name  0x%x (%s)"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getFileName:()Ljava/lang/String;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.debugStringIndex:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getFileName:()Ljava/lang/String;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 265
            aload 0 /* this */
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getFileName:()Ljava/lang/String;
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrStrp:(Ljava/lang/String;[BI)I
            istore 6 /* pos */
        12: .line 266
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getCachePath:()Ljava/lang/String;
            astore 10 /* compilationDirectory */
        start local 10 // java.lang.String compilationDirectory
        13: .line 267
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     comp_dir  0x%x (%s)"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            aload 10 /* compilationDirectory */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.debugStringIndex:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 10 /* compilationDirectory */
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 268
            aload 0 /* this */
            aload 10 /* compilationDirectory */
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrStrp:(Ljava/lang/String;[BI)I
            istore 6 /* pos */
        15: .line 269
            aload 7 /* classPrimaryEntries */
            iload 3 /* isDeoptTargetCU */
            invokestatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.findLo:(Ljava/util/LinkedList;Z)I
            istore 11 /* lo */
        start local 11 // int lo
        16: .line 270
            aload 7 /* classPrimaryEntries */
            aload 2 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.includesDeoptTarget:()Z
            iload 3 /* isDeoptTargetCU */
            invokestatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.findHi:(Ljava/util/LinkedList;ZZ)I
            istore 12 /* hi */
        start local 12 // int hi
        17: .line 271
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     lo_pc  0x%08x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 11 /* lo */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        18: .line 272
            aload 0 /* this */
            iload 11 /* lo */
            i2l
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrAddress:(J[BI)I
            istore 6 /* pos */
        19: .line 273
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     hi_pc  0x%08x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 12 /* hi */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 274
            aload 0 /* this */
            iload 12 /* hi */
            i2l
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrAddress:(J[BI)I
            istore 6 /* pos */
        21: .line 275
            iload 9 /* abbrevCode */
            iconst_1
            if_icmpne 24
        22: .line 276
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     stmt_list  0x%08x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 8 /* lineIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 277
            aload 0 /* this */
            iload 8 /* lineIndex */
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrData4:(I[BI)I
            istore 6 /* pos */
        24: .line 279
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext com.oracle.objectfile.debugentry.ClassEntry int byte[] int int java.util.LinkedList int int java.lang.String int int
      StackMap stack:
            aload 7 /* classPrimaryEntries */
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 14
            goto 29
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl org.graalvm.compiler.debug.DebugContext com.oracle.objectfile.debugentry.ClassEntry int byte[] int int java.util.LinkedList int int java.lang.String int int top java.util.Iterator
      StackMap stack:
        25: aload 14
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            astore 13 /* primaryEntry */
        start local 13 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
        26: .line 280
            aload 13 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            astore 15 /* range */
        start local 15 // com.oracle.objectfile.debugentry.Range range
        27: .line 281
            iload 3 /* isDeoptTargetCU */
            aload 15 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.isDeoptTarget:()Z
            if_icmpne 29
        28: .line 282
            aload 0 /* this */
            aload 1 /* context */
            aload 15 /* range */
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writePrimary:(Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/Range;[BI)I
            istore 6 /* pos */
        end local 15 // com.oracle.objectfile.debugentry.Range range
        end local 13 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
        29: .line 279
      StackMap locals:
      StackMap stack:
            aload 14
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        30: .line 288
            aload 0 /* this */
            aload 4 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrNull:([BI)I
            ireturn
        end local 12 // int hi
        end local 11 // int lo
        end local 10 // java.lang.String compilationDirectory
        end local 9 // int abbrevCode
        end local 8 // int lineIndex
        end local 7 // java.util.LinkedList classPrimaryEntries
        end local 6 // int pos
        end local 5 // int p
        end local 4 // byte[] buffer
        end local 3 // boolean isDeoptTargetCU
        end local 2 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   31     0                  this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0   31     1               context  Lorg/graalvm/compiler/debug/DebugContext;
            0   31     2            classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
            0   31     3       isDeoptTargetCU  Z
            0   31     4                buffer  [B
            0   31     5                     p  I
            1   31     6                   pos  I
            2   31     7   classPrimaryEntries  Ljava/util/LinkedList<Lcom/oracle/objectfile/debugentry/PrimaryEntry;>;
            3   31     8             lineIndex  I
            6   31     9            abbrevCode  I
           13   31    10  compilationDirectory  Ljava/lang/String;
           16   31    11                    lo  I
           17   31    12                    hi  I
           26   29    13          primaryEntry  Lcom/oracle/objectfile/debugentry/PrimaryEntry;
           27   29    15                 range  Lcom/oracle/objectfile/debugentry/Range;
    MethodParameters:
                 Name  Flags
      context          
      classEntry       
      isDeoptTargetCU  
      buffer           
      p                

  private int writePrimary(org.graalvm.compiler.debug.DebugContext, com.oracle.objectfile.debugentry.Range, byte[], int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/objectfile/debugentry/Range;[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // com.oracle.objectfile.debugentry.Range range
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 293
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 294
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x] <1> Abbrev Number  %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iconst_3
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.verboseLog:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 295
            aload 0 /* this */
            ldc 3
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAbbrevCode:(J[BI)I
            istore 5 /* pos */
         3: .line 296
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     name  0x%X (%s)"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getFullMethodName:()Ljava/lang/String;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.debugStringIndex:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getFullMethodName:()Ljava/lang/String;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.verboseLog:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 297
            aload 0 /* this */
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getFullMethodName:()Ljava/lang/String;
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrStrp:(Ljava/lang/String;[BI)I
            istore 5 /* pos */
         5: .line 298
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     lo_pc  0x%08x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getLo:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.verboseLog:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 299
            aload 0 /* this */
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getLo:()I
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrAddress:(J[BI)I
            istore 5 /* pos */
         7: .line 300
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     hi_pc  0x%08x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getHi:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.verboseLog:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 301
            aload 0 /* this */
            aload 2 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getHi:()I
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeAttrAddress:(J[BI)I
            istore 5 /* pos */
         9: .line 305
            aload 0 /* this */
            aload 1 /* context */
            ldc "  [0x%08x]     external  true"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.verboseLog:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 306
            aload 0 /* this */
            iconst_1
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.writeFlag:(B[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // com.oracle.objectfile.debugentry.Range range
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0   11     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0   11     2    range  Lcom/oracle/objectfile/debugentry/Range;
            0   11     3   buffer  [B
            0   11     4        p  I
            1   11     5      pos  I
    MethodParameters:
         Name  Flags
      context  
      range    
      buffer   
      p        

  private int writeAttrStrp(java.lang.String, byte[], int);
    descriptor: (Ljava/lang/String;[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // java.lang.String value
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 310
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 311
            aload 2 /* buffer */
            ifnonnull 3
         2: .line 312
            iload 4 /* pos */
            aload 0 /* this */
            iconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putInt:(I[BI)I
            iadd
            ireturn
         3: .line 314
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.debugStringIndex:(Ljava/lang/String;)I
            istore 5 /* idx */
        start local 5 // int idx
         4: .line 315
            aload 0 /* this */
            iload 5 /* idx */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putInt:(I[BI)I
            ireturn
        end local 5 // int idx
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // java.lang.String value
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0    5     1   value  Ljava/lang/String;
            0    5     2  buffer  [B
            0    5     3       p  I
            1    5     4     pos  I
            4    5     5     idx  I
    MethodParameters:
        Name  Flags
      value   
      buffer  
      p       

  public int writeAttrString(java.lang.String, byte[], int);
    descriptor: (Ljava/lang/String;[BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
        start local 1 // java.lang.String value
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 321
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 322
            aload 2 /* buffer */
            ifnonnull 3
         2: .line 323
            iload 4 /* pos */
            aload 1 /* value */
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            iadd
            ireturn
         3: .line 325
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.putAsciiStringBytes:(Ljava/lang/String;[BI)I
            ireturn
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // java.lang.String value
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
            0    4     1   value  Ljava/lang/String;
            0    4     2  buffer  [B
            0    4     3       p  I
            1    4     4     pos  I
    MethodParameters:
        Name  Flags
      value   
      buffer  
      p       

  public java.lang.String targetSectionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
         0: .line 336
            ldc ".debug_abbrev"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;

  public com.oracle.objectfile.LayoutDecision$Kind[] targetSectionKinds();
    descriptor: ()[Lcom/oracle/objectfile/LayoutDecision$Kind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
         0: .line 346
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfInfoSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfInfoSectionImpl;
}
SourceFile: "DwarfInfoSectionImpl.java"
InnerClasses:
  public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision