public class com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl 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.DwarfAbbrevSectionImpl
  super_class: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
{
  private static final java.lang.String TARGET_SECTION_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ".debug_frame"

  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 59
            ldc Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            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.DwarfAbbrevSectionImpl.$assertionsDisabled:Z
         3: .line 251
            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.DwarfAbbrevSectionImpl this
        start local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
         0: .line 62
            aload 0 /* this */
            aload 1 /* dwarfSections */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.<init>:(Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
         1: .line 258
            aload 0 /* this */
            iconst_2
            anewarray com.oracle.objectfile.LayoutDecision$Kind
            dup
            iconst_0
         2: .line 259
            getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            dup
            iconst_1
         3: .line 260
            getstatic com.oracle.objectfile.LayoutDecision$Kind.OFFSET:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            putfield com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
         4: .line 63
            return
        end local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            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.DwarfAbbrevSectionImpl this
         0: .line 67
            ldc ".debug_abbrev"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;

  public void createContent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
         0: .line 72
            iconst_0
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 144
            aload 0 /* this */
            aconst_null
            aconst_null
            iload 1 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeCUAbbrev1:(Lorg/graalvm/compiler/debug/DebugContext;[BI)I
            istore 1 /* pos */
         2: .line 145
            aload 0 /* this */
            aconst_null
            aconst_null
            iload 1 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeCUAbbrev2:(Lorg/graalvm/compiler/debug/DebugContext;[BI)I
            istore 1 /* pos */
         3: .line 146
            aload 0 /* this */
            aconst_null
            aconst_null
            iload 1 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeMethodAbbrev:(Lorg/graalvm/compiler/debug/DebugContext;[BI)I
            istore 1 /* pos */
         4: .line 148
            iload 1 /* pos */
            newarray 8
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         5: .line 149
            aload 0 /* this */
            aload 2 /* buffer */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.setContent:([B)V
         6: .line 150
            return
        end local 2 // byte[] buffer
        end local 1 // int pos
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            1    7     1     pos  I
            5    7     2  buffer  [B

  public void writeContent(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
         0: .line 154
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.getContent:()[B
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 155
            aload 2 /* buffer */
            arraylength
            istore 3 /* size */
        start local 3 // int size
         2: .line 156
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 158
            aload 0 /* this */
            aload 1 /* context */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.enableLog:(Lorg/graalvm/compiler/debug/DebugContext;I)V
         4: .line 160
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeCUAbbrev1:(Lorg/graalvm/compiler/debug/DebugContext;[BI)I
            istore 4 /* pos */
         5: .line 161
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeCUAbbrev2:(Lorg/graalvm/compiler/debug/DebugContext;[BI)I
            istore 4 /* pos */
         6: .line 162
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeMethodAbbrev:(Lorg/graalvm/compiler/debug/DebugContext;[BI)I
            istore 4 /* pos */
         7: .line 163
            getstatic com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.$assertionsDisabled:Z
            ifne 8
            iload 4 /* pos */
            iload 3 /* size */
            if_icmpeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 164
      StackMap locals: 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.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0    9     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            1    9     2   buffer  [B
            2    9     3     size  I
            3    9     4      pos  I
    MethodParameters:
         Name  Flags
      context  

  private int writeCUAbbrev1(org.graalvm.compiler.debug.DebugContext, byte[], int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 168
            aload 0 /* this */
            aload 1 /* context */
            iconst_1
            aload 2 /* buffer */
            iload 3 /* p */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeCUAbbrev:(Lorg/graalvm/compiler/debug/DebugContext;I[BI)I
            ireturn
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0    1     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    1     2   buffer  [B
            0    1     3        p  I
    MethodParameters:
         Name  Flags
      context  
      buffer   
      p        

  private int writeCUAbbrev2(org.graalvm.compiler.debug.DebugContext, byte[], int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 173
            aload 0 /* this */
            aload 1 /* context */
            iconst_2
            aload 2 /* buffer */
            iload 3 /* p */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeCUAbbrev:(Lorg/graalvm/compiler/debug/DebugContext;I[BI)I
            ireturn
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0    1     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    1     2   buffer  [B
            0    1     3        p  I
    MethodParameters:
         Name  Flags
      context  
      buffer   
      p        

  private int writeAttrType(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // long code
        start local 3 // byte[] buffer
        start local 4 // int pos
         0: .line 177
            aload 3 /* buffer */
            ifnonnull 2
         1: .line 178
            iload 4 /* pos */
            aload 0 /* this */
            lload 1 /* code */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.putSLEB:(J[BI)I
            iadd
            ireturn
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* code */
            aload 3 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.putSLEB:(J[BI)I
            ireturn
        end local 4 // int pos
        end local 3 // byte[] buffer
        end local 1 // long code
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0    3     1    code  J
            0    3     3  buffer  [B
            0    3     4     pos  I
    MethodParameters:
        Name  Flags
      code    
      buffer  
      pos     

  private int writeAttrForm(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // long code
        start local 3 // byte[] buffer
        start local 4 // int pos
         0: .line 185
            aload 3 /* buffer */
            ifnonnull 2
         1: .line 186
            iload 4 /* pos */
            aload 0 /* this */
            lload 1 /* code */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.putSLEB:(J[BI)I
            iadd
            ireturn
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* code */
            aload 3 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.putSLEB:(J[BI)I
            ireturn
        end local 4 // int pos
        end local 3 // byte[] buffer
        end local 1 // long code
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0    3     1    code  J
            0    3     3  buffer  [B
            0    3     4     pos  I
    MethodParameters:
        Name  Flags
      code    
      buffer  
      pos     

  private int writeCUAbbrev(org.graalvm.compiler.debug.DebugContext, int, byte[], int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;I[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // int abbrevCode
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 194
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 198
            aload 0 /* this */
            iload 2 /* abbrevCode */
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAbbrevCode:(J[BI)I
            istore 5 /* pos */
         2: .line 199
            aload 0 /* this */
            ldc 17
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeTag:(J[BI)I
            istore 5 /* pos */
         3: .line 200
            aload 0 /* this */
            iconst_1
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeFlag:(B[BI)I
            istore 5 /* pos */
         4: .line 201
            aload 0 /* this */
            ldc 19
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
         5: .line 202
            aload 0 /* this */
            ldc 11
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
         6: .line 203
            aload 0 /* this */
            ldc 3
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
         7: .line 204
            aload 0 /* this */
            ldc 14
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
         8: .line 205
            aload 0 /* this */
            ldc 27
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
         9: .line 206
            aload 0 /* this */
            ldc 14
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
        10: .line 207
            aload 0 /* this */
            ldc 17
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
        11: .line 208
            aload 0 /* this */
            lconst_1
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
        12: .line 209
            aload 0 /* this */
            ldc 18
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
        13: .line 210
            aload 0 /* this */
            lconst_1
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
        14: .line 211
            iload 2 /* abbrevCode */
            iconst_1
            if_icmpne 17
        15: .line 212
            aload 0 /* this */
            ldc 16
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
        16: .line 213
            aload 0 /* this */
            ldc 6
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
        17: .line 218
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            lconst_0
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 5 /* pos */
        18: .line 219
            aload 0 /* this */
            lconst_0
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 5 /* pos */
        19: .line 220
            iload 5 /* pos */
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // int abbrevCode
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0   20     1     context  Lorg/graalvm/compiler/debug/DebugContext;
            0   20     2  abbrevCode  I
            0   20     3      buffer  [B
            0   20     4           p  I
            1   20     5         pos  I
    MethodParameters:
            Name  Flags
      context     
      abbrevCode  
      buffer      
      p           

  private int writeMethodAbbrev(org.graalvm.compiler.debug.DebugContext, byte[], int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 225
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 229
            aload 0 /* this */
            ldc 3
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAbbrevCode:(J[BI)I
            istore 4 /* pos */
         2: .line 230
            aload 0 /* this */
            ldc 46
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeTag:(J[BI)I
            istore 4 /* pos */
         3: .line 231
            aload 0 /* this */
            iconst_0
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeFlag:(B[BI)I
            istore 4 /* pos */
         4: .line 232
            aload 0 /* this */
            ldc 3
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 4 /* pos */
         5: .line 233
            aload 0 /* this */
            ldc 14
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 4 /* pos */
         6: .line 234
            aload 0 /* this */
            ldc 17
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 4 /* pos */
         7: .line 235
            aload 0 /* this */
            lconst_1
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 4 /* pos */
         8: .line 236
            aload 0 /* this */
            ldc 18
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 4 /* pos */
         9: .line 237
            aload 0 /* this */
            lconst_1
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 4 /* pos */
        10: .line 238
            aload 0 /* this */
            ldc 63
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 4 /* pos */
        11: .line 239
            aload 0 /* this */
            ldc 12
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 4 /* pos */
        12: .line 243
            aload 0 /* this */
            lconst_0
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrType:(J[BI)I
            istore 4 /* pos */
        13: .line 244
            aload 0 /* this */
            lconst_0
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.writeAttrForm:(J[BI)I
            istore 4 /* pos */
        14: .line 245
            iload 4 /* pos */
            ireturn
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
            0   15     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0   15     2   buffer  [B
            0   15     3        p  I
            1   15     4      pos  I
    MethodParameters:
         Name  Flags
      context  
      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.DwarfAbbrevSectionImpl this
         0: .line 255
            ldc ".debug_frame"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;

  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.DwarfAbbrevSectionImpl this
         0: .line 265
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfAbbrevSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfAbbrevSectionImpl;
}
SourceFile: "DwarfAbbrevSectionImpl.java"
InnerClasses:
  public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision