public abstract class com.oracle.objectfile.elf.dwarf.DwarfSectionImpl extends com.oracle.objectfile.BasicProgbitsSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
  super_class: com.oracle.objectfile.BasicProgbitsSectionImpl
{
  protected com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections;
    descriptor: Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
    flags: (0x0004) ACC_PROTECTED

  protected boolean debug;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected long debugTextBase;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long debugAddress;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected int debugBase;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected static final byte[] scratch;
    descriptor: [B
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, 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 48
            ldc Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            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.DwarfSectionImpl.$assertionsDisabled:Z
         3: .line 397
            bipush 10
            newarray 8
            putstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            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=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
         0: .line 55
            aload 0 /* this */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_0
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
         2: .line 51
            aload 0 /* this */
            lconst_0
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugTextBase:J
         3: .line 52
            aload 0 /* this */
            lconst_0
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugAddress:J
         4: .line 53
            aload 0 /* this */
            iconst_0
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugBase:I
         5: .line 56
            aload 0 /* this */
            aload 1 /* dwarfSections */
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
         6: .line 57
            return
        end local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    7     1  dwarfSections  Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
    MethodParameters:
               Name  Flags
      dwarfSections  

  public boolean isAArch64();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
         0: .line 60
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
            getfield com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.elfMachine:Lcom/oracle/objectfile/elf/ELFMachine;
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;

  public abstract void createContent();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void writeContent(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      debugContext  

  public boolean isLoadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
         0: .line 86
            iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;

  private java.lang.String debugSectionLogName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
         0: .line 95
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getSectionName:()Ljava/lang/String;
            ldc ".debug"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 96
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "dwarf"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getSectionName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;

  protected void enableLog(org.graalvm.compiler.debug.DebugContext, int);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // int pos
         0: .line 105
            aload 1 /* context */
            invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
            ifeq 4
         1: .line 106
            aload 0 /* this */
            iconst_1
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
         2: .line 107
            aload 0 /* this */
            iload 2 /* pos */
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugBase:I
         3: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugTextBase:J
            putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugAddress:J
         4: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int pos
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    5     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    5     2      pos  I
    MethodParameters:
         Name  Flags
      context  
      pos      

  protected void log(org.graalvm.compiler.debug.DebugContext, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] args
         0: .line 113
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
            ifeq 2
         1: .line 114
            aload 1 /* context */
            iconst_2
            aload 2 /* format */
            aload 3 /* args */
            invokevirtual org.graalvm.compiler.debug.DebugContext.logv:(ILjava/lang/String;[Ljava/lang/Object;)V
         2: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String format
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    3     2   format  Ljava/lang/String;
            0    3     3     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      format   
      args     

  protected void verboseLog(org.graalvm.compiler.debug.DebugContext, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] args
         0: .line 119
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
            ifeq 2
         1: .line 120
            aload 1 /* context */
            iconst_3
            aload 2 /* format */
            aload 3 /* args */
            invokevirtual org.graalvm.compiler.debug.DebugContext.logv:(ILjava/lang/String;[Ljava/lang/Object;)V
         2: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String format
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    3     2   format  Ljava/lang/String;
            0    3     3     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      format   
      args     

  protected boolean littleEndian();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.getByteOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;

  protected int putByte(byte, byte[], int);
    descriptor: (B[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // byte b
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 133
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 134
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* b */
            bastore
         2: .line 135
            iload 4 /* pos */
            ireturn
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // byte b
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1       b  B
            0    3     2  buffer  [B
            0    3     3       p  I
            1    3     4     pos  I
    MethodParameters:
        Name  Flags
      b       
      buffer  
      p       

  protected int putShort(short, byte[], int);
    descriptor: (S[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // short s
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 139
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 140
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.littleEndian:()Z
            ifeq 5
         2: .line 141
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* s */
            sipush 255
            iand
            i2b
            bastore
         3: .line 142
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* s */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         4: .line 143
            goto 7
         5: .line 144
      StackMap locals: int
      StackMap stack:
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* s */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         6: .line 145
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* s */
            sipush 255
            iand
            i2b
            bastore
         7: .line 147
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            ireturn
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // short s
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    8     1       s  S
            0    8     2  buffer  [B
            0    8     3       p  I
            1    8     4     pos  I
    MethodParameters:
        Name  Flags
      s       
      buffer  
      p       

  protected int putInt(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // int i
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 151
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 152
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.littleEndian:()Z
            ifeq 7
         2: .line 153
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            sipush 255
            iand
            i2b
            bastore
         3: .line 154
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         4: .line 155
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
         5: .line 156
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            bastore
         6: .line 157
            goto 11
         7: .line 158
      StackMap locals: int
      StackMap stack:
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            bastore
         8: .line 159
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
         9: .line 160
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        10: .line 161
            aload 2 /* buffer */
            iload 4 /* pos */
            iinc 4 /* pos */ 1
            iload 1 /* i */
            sipush 255
            iand
            i2b
            bastore
        11: .line 163
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            ireturn
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // int i
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0   12     1       i  I
            0   12     2  buffer  [B
            0   12     3       p  I
            1   12     4     pos  I
    MethodParameters:
        Name  Flags
      i       
      buffer  
      p       

  protected int putLong(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long l
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 167
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 168
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.littleEndian:()Z
            ifeq 11
         2: .line 169
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            ldc 255
            land
            l2i
            i2b
            bastore
         3: .line 170
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 8
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
         4: .line 171
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 16
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
         5: .line 172
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 24
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
         6: .line 173
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 32
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
         7: .line 174
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 40
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
         8: .line 175
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 48
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
         9: .line 176
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 56
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        10: .line 177
            goto 19
        11: .line 178
      StackMap locals: int
      StackMap stack:
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 56
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        12: .line 179
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 48
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        13: .line 180
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 40
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        14: .line 181
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 32
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        15: .line 182
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 16
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        16: .line 183
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 24
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        17: .line 184
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            bipush 8
            lshr
            ldc 255
            land
            l2i
            i2b
            bastore
        18: .line 185
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            lload 1 /* l */
            ldc 255
            land
            l2i
            i2b
            bastore
        19: .line 187
      StackMap locals:
      StackMap stack:
            iload 5 /* pos */
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 1 // long l
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0   20     1       l  J
            0   20     3  buffer  [B
            0   20     4       p  I
            1   20     5     pos  I
    MethodParameters:
        Name  Flags
      l       
      buffer  
      p       

  protected int putRelocatableCodeOffset(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long l
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 191
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 195
            aload 0 /* this */
            iload 5 /* pos */
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.DIRECT_8:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            ldc ".text"
            iconst_0
            lload 1 /* l */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.markRelocationSite:(ILcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
            pop
         2: .line 196
            aload 0 /* this */
            lconst_0
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putLong:(J[BI)I
            istore 5 /* pos */
         3: .line 197
            iload 5 /* pos */
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 1 // long l
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    4     1       l  J
            0    4     3  buffer  [B
            0    4     4       p  I
            1    4     5     pos  I
    MethodParameters:
        Name  Flags
      l       
      buffer  
      p       

  protected int putULEB(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long val
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 201
            lload 1 /* val */
            lstore 5 /* l */
        start local 5 // long l
         1: .line 202
            iload 4 /* p */
            istore 7 /* pos */
        start local 7 // int pos
         2: .line 203
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         3: goto 15
         4: .line 204
      StackMap locals: long int int
      StackMap stack:
            lload 5 /* l */
            ldc 127
            land
            l2i
            i2b
            istore 9 /* b */
        start local 9 // byte b
         5: .line 205
            lload 5 /* l */
            bipush 7
            lushr
            lstore 5 /* l */
         6: .line 206
            lload 5 /* l */
            lconst_0
            lcmp
            ifne 7
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 10 /* done */
        start local 10 // boolean done
         9: .line 207
            iload 10 /* done */
            ifne 11
        10: .line 208
            iload 9 /* b */
            sipush 128
            ior
            i2b
            istore 9 /* b */
        11: .line 210
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* b */
            aload 3 /* buffer */
            iload 7 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
            istore 7 /* pos */
        12: .line 211
            iload 10 /* done */
            ifeq 14
        13: .line 212
            goto 16
        end local 10 // boolean done
        end local 9 // byte b
        14: .line 203
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 8 /* i */
            bipush 9
            if_icmplt 4
        end local 8 // int i
        16: .line 215
      StackMap locals:
      StackMap stack:
            iload 7 /* pos */
            ireturn
        end local 7 // int pos
        end local 5 // long l
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 1 // long val
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0   17     1     val  J
            0   17     3  buffer  [B
            0   17     4       p  I
            1   17     5       l  J
            2   17     7     pos  I
            3   16     8       i  I
            5   14     9       b  B
            9   14    10    done  Z
    MethodParameters:
        Name  Flags
      val     
      buffer  
      p       

  protected int putSLEB(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=12, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long val
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 219
            lload 1 /* val */
            lstore 5 /* l */
        start local 5 // long l
         1: .line 220
            iload 4 /* p */
            istore 7 /* pos */
        start local 7 // int pos
         2: .line 221
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         3: goto 20
         4: .line 222
      StackMap locals: long int int
      StackMap stack:
            lload 5 /* l */
            ldc 127
            land
            l2i
            i2b
            istore 9 /* b */
        start local 9 // byte b
         5: .line 223
            lload 5 /* l */
            bipush 7
            lshr
            lstore 5 /* l */
         6: .line 224
            iload 9 /* b */
            bipush 64
            iand
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 10 /* bIsSigned */
        start local 10 // boolean bIsSigned
         9: .line 225
            iload 10 /* bIsSigned */
            ifeq 10
            lload 5 /* l */
            ldc -1
            lcmp
            ifeq 12
      StackMap locals: int
      StackMap stack:
        10: iload 10 /* bIsSigned */
            ifne 11
            lload 5 /* l */
            lconst_0
            lcmp
            ifeq 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_1
      StackMap locals:
      StackMap stack: int
        13: istore 11 /* done */
        start local 11 // boolean done
        14: .line 226
            iload 11 /* done */
            ifne 16
        15: .line 227
            iload 9 /* b */
            sipush 128
            ior
            i2b
            istore 9 /* b */
        16: .line 229
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* b */
            aload 3 /* buffer */
            iload 7 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
            istore 7 /* pos */
        17: .line 230
            iload 11 /* done */
            ifeq 19
        18: .line 231
            goto 21
        end local 11 // boolean done
        end local 10 // boolean bIsSigned
        end local 9 // byte b
        19: .line 221
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* i */
            bipush 9
            if_icmplt 4
        end local 8 // int i
        21: .line 234
      StackMap locals:
      StackMap stack:
            iload 7 /* pos */
            ireturn
        end local 7 // int pos
        end local 5 // long l
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 1 // long val
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0   22     1        val  J
            0   22     3     buffer  [B
            0   22     4          p  I
            1   22     5          l  J
            2   22     7        pos  I
            3   21     8          i  I
            5   19     9          b  B
            9   19    10  bIsSigned  Z
           14   19    11       done  Z
    MethodParameters:
        Name  Flags
      val     
      buffer  
      p       

  protected int putAsciiStringBytes(java.lang.String, byte[], int);
    descriptor: (Ljava/lang/String;[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // java.lang.String s
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 238
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putAsciiStringBytes:(Ljava/lang/String;I[BI)I
            ireturn
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // java.lang.String s
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    1     1       s  Ljava/lang/String;
            0    1     2  buffer  [B
            0    1     3     pos  I
    MethodParameters:
        Name  Flags
      s       
      buffer  
      pos     

  protected int putAsciiStringBytes(java.lang.String, int, byte[], int);
    descriptor: (Ljava/lang/String;I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // java.lang.String s
        start local 2 // int startChar
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 242
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 243
            iload 2 /* startChar */
            istore 6 /* l */
        start local 6 // int l
         2: goto 8
         3: .line 244
      StackMap locals: int int
      StackMap stack:
            aload 1 /* s */
            iload 6 /* l */
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
         4: .line 245
            iload 7 /* c */
            bipush 127
            if_icmple 6
         5: .line 246
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "oops : expected ASCII string! "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 248
      StackMap locals: int
      StackMap stack:
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            iload 7 /* c */
            i2b
            bastore
        end local 7 // char c
         7: .line 243
            iinc 6 /* l */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* l */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmplt 3
        end local 6 // int l
         9: .line 250
            aload 3 /* buffer */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            iconst_0
            bastore
        10: .line 251
            iload 5 /* pos */
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // int startChar
        end local 1 // java.lang.String s
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0   11     1          s  Ljava/lang/String;
            0   11     2  startChar  I
            0   11     3     buffer  [B
            0   11     4          p  I
            1   11     5        pos  I
            2    9     6          l  I
            4    7     7          c  C
    MethodParameters:
           Name  Flags
      s          
      startChar  
      buffer     
      p          

  protected void patchLength(int, byte[], int);
    descriptor: (I[BI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // int lengthPos
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 259
            aload 2 /* buffer */
            ifnull 3
         1: .line 260
            iload 3 /* pos */
            iload 1 /* lengthPos */
            iconst_4
            iadd
            isub
            istore 4 /* length */
        start local 4 // int length
         2: .line 261
            aload 0 /* this */
            iload 4 /* length */
            aload 2 /* buffer */
            iload 1 /* lengthPos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putInt:(I[BI)I
            pop
        end local 4 // int length
         3: .line 263
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // int lengthPos
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    4     1  lengthPos  I
            0    4     2     buffer  [B
            0    4     3        pos  I
            2    3     4     length  I
    MethodParameters:
           Name  Flags
      lengthPos  
      buffer     
      pos        

  protected int writeAbbrevCode(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long code
        start local 3 // byte[] buffer
        start local 4 // int pos
         0: .line 266
            aload 3 /* buffer */
            ifnonnull 2
         1: .line 267
            iload 4 /* pos */
            aload 0 /* this */
            lload 1 /* code */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
            iadd
            ireturn
         2: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* code */
            aload 3 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.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.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1    code  J
            0    3     3  buffer  [B
            0    3     4     pos  I
    MethodParameters:
        Name  Flags
      code    
      buffer  
      pos     

  protected int writeTag(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long code
        start local 3 // byte[] buffer
        start local 4 // int pos
         0: .line 274
            aload 3 /* buffer */
            ifnonnull 2
         1: .line 275
            iload 4 /* pos */
            aload 0 /* this */
            lload 1 /* code */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
            iadd
            ireturn
         2: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* code */
            aload 3 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.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.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1    code  J
            0    3     3  buffer  [B
            0    3     4     pos  I
    MethodParameters:
        Name  Flags
      code    
      buffer  
      pos     

  protected int writeFlag(byte, byte[], int);
    descriptor: (B[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // byte flag
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 282
            aload 2 /* buffer */
            ifnonnull 2
         1: .line 283
            iload 3 /* pos */
            aload 0 /* this */
            iload 1 /* flag */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
            iadd
            ireturn
         2: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* flag */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
            ireturn
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // byte flag
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1    flag  B
            0    3     2  buffer  [B
            0    3     3     pos  I
    MethodParameters:
        Name  Flags
      flag    
      buffer  
      pos     

  protected int writeAttrAddress(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long address
        start local 3 // byte[] buffer
        start local 4 // int pos
         0: .line 290
            aload 3 /* buffer */
            ifnonnull 2
         1: .line 291
            iload 4 /* pos */
            bipush 8
            iadd
            ireturn
         2: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* address */
            aload 3 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putRelocatableCodeOffset:(J[BI)I
            ireturn
        end local 4 // int pos
        end local 3 // byte[] buffer
        end local 1 // long address
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1  address  J
            0    3     3   buffer  [B
            0    3     4      pos  I
    MethodParameters:
         Name  Flags
      address  
      buffer   
      pos      

  protected int writeAttrData8(long, byte[], int);
    descriptor: (J[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // long value
        start local 3 // byte[] buffer
        start local 4 // int pos
         0: .line 299
            aload 3 /* buffer */
            ifnonnull 2
         1: .line 300
            iload 4 /* pos */
            aload 0 /* this */
            lload 1 /* value */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putLong:(J[BI)I
            iadd
            ireturn
         2: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* value */
            aload 3 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putLong:(J[BI)I
            ireturn
        end local 4 // int pos
        end local 3 // byte[] buffer
        end local 1 // long value
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1   value  J
            0    3     3  buffer  [B
            0    3     4     pos  I
    MethodParameters:
        Name  Flags
      value   
      buffer  
      pos     

  protected int writeAttrData4(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // int value
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 307
            aload 2 /* buffer */
            ifnonnull 2
         1: .line 308
            iload 3 /* pos */
            aload 0 /* this */
            iload 1 /* value */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putInt:(I[BI)I
            iadd
            ireturn
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putInt:(I[BI)I
            ireturn
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // int value
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1   value  I
            0    3     2  buffer  [B
            0    3     3     pos  I
    MethodParameters:
        Name  Flags
      value   
      buffer  
      pos     

  protected int writeAttrData1(byte, byte[], int);
    descriptor: (B[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // byte value
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 315
            aload 2 /* buffer */
            ifnonnull 2
         1: .line 316
            iload 3 /* pos */
            aload 0 /* this */
            iload 1 /* value */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
            iadd
            ireturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
            ireturn
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // byte value
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1   value  B
            0    3     2  buffer  [B
            0    3     3     pos  I
    MethodParameters:
        Name  Flags
      value   
      buffer  
      pos     

  protected int writeAttrNull(byte[], int);
    descriptor: ([BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // byte[] buffer
        start local 2 // int pos
         0: .line 323
            aload 1 /* buffer */
            ifnonnull 2
         1: .line 324
            iload 2 /* pos */
            aload 0 /* this */
            lconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
            iadd
            ireturn
         2: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            aload 1 /* buffer */
            iload 2 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
            ireturn
        end local 2 // int pos
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1  buffer  [B
            0    3     2     pos  I
    MethodParameters:
        Name  Flags
      buffer  
      pos     

  public abstract java.lang.String targetSectionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.oracle.objectfile.LayoutDecision$Kind[] targetSectionKinds();
    descriptor: ()[Lcom/oracle/objectfile/LayoutDecision$Kind;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getSectionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public byte[] getOrDecideContent(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>, );
    descriptor: (Ljava/util/Map;[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // byte[] contentHint
         0: .line 358
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.createContent:()V
         1: .line 366
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugSectionLogName:()Ljava/lang/String;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/objectfile/elf/dwarf/DwarfSectionImpl.writeContent(Lorg/graalvm/compiler/debug/DebugContext;)V (5)
                  (Lorg/graalvm/compiler/debug/DebugContext;)V
            invokevirtual com.oracle.objectfile.ObjectFile.debugContext:(Ljava/lang/String;Ljava/util/function/Consumer;)V
         2: .line 368
            aload 0 /* this */
            aload 1 /* alreadyDecided */
            aload 2 /* contentHint */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.getOrDecideContent:(Ljava/util/Map;[B)[B
            areturn
        end local 2 // byte[] contentHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    3     1  alreadyDecided  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
            0    3     2     contentHint  [B
    Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;[B)[B
    MethodParameters:
                Name  Flags
      alreadyDecided  
      contentHint     

  public java.util.Set<com.oracle.objectfile.BuildDependency> getDependencies(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>);
    descriptor: (Ljava/util/Map;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=13, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // java.util.Map decisions
         0: .line 373
            aload 0 /* this */
            aload 1 /* decisions */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
            astore 2 /* deps */
        start local 2 // java.util.Set deps
         1: .line 374
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.targetSectionName:()Ljava/lang/String;
            astore 3 /* targetName */
        start local 3 // java.lang.String targetName
         2: .line 375
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokevirtual com.oracle.objectfile.ObjectFile$Section.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            aload 3 /* targetName */
            invokevirtual com.oracle.objectfile.ObjectFile.elementForName:(Ljava/lang/String;)Lcom/oracle/objectfile/ObjectFile$Element;
            checkcast com.oracle.objectfile.elf.ELFObjectFile$ELFSection
            astore 4 /* targetSection */
        start local 4 // com.oracle.objectfile.elf.ELFObjectFile$ELFSection targetSection
         3: .line 376
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.LayoutDecisionMap
            getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
            astore 5 /* ourContent */
        start local 5 // com.oracle.objectfile.LayoutDecision ourContent
         4: .line 377
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.LayoutDecisionMap
            getstatic com.oracle.objectfile.LayoutDecision$Kind.SIZE:Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
            astore 6 /* ourSize */
        start local 6 // com.oracle.objectfile.LayoutDecision ourSize
         5: .line 378
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.targetSectionKinds:()[Lcom/oracle/objectfile/LayoutDecision$Kind;
            astore 7 /* targetKinds */
        start local 7 // com.oracle.objectfile.LayoutDecision$Kind[] targetKinds
         6: .line 382
            aload 7 /* targetKinds */
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 11
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl java.util.Map java.util.Set java.lang.String com.oracle.objectfile.elf.ELFObjectFile$ELFSection com.oracle.objectfile.LayoutDecision com.oracle.objectfile.LayoutDecision com.oracle.objectfile.LayoutDecision$Kind[] top int int com.oracle.objectfile.LayoutDecision$Kind[]
      StackMap stack:
         7: aload 11
            iload 9
            aaload
            astore 8 /* targetKind */
        start local 8 // com.oracle.objectfile.LayoutDecision$Kind targetKind
         8: .line 383
            aload 1 /* decisions */
            aload 4 /* targetSection */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.LayoutDecisionMap
            aload 8 /* targetKind */
            invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
            astore 12 /* targetDecision */
        start local 12 // com.oracle.objectfile.LayoutDecision targetDecision
         9: .line 384
            aload 2 /* deps */
            aload 5 /* ourContent */
            aload 12 /* targetDecision */
            invokestatic com.oracle.objectfile.BuildDependency.createOrGet:(Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)Lcom/oracle/objectfile/BuildDependency;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // com.oracle.objectfile.LayoutDecision targetDecision
        end local 8 // com.oracle.objectfile.LayoutDecision$Kind targetKind
        10: .line 382
            iinc 9 1
      StackMap locals:
      StackMap stack:
        11: iload 9
            iload 10
            if_icmplt 7
        12: .line 389
            aload 2 /* deps */
            aload 6 /* ourSize */
            aload 5 /* ourContent */
            invokestatic com.oracle.objectfile.BuildDependency.createOrGet:(Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)Lcom/oracle/objectfile/BuildDependency;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        13: .line 391
            aload 2 /* deps */
            areturn
        end local 7 // com.oracle.objectfile.LayoutDecision$Kind[] targetKinds
        end local 6 // com.oracle.objectfile.LayoutDecision ourSize
        end local 5 // com.oracle.objectfile.LayoutDecision ourContent
        end local 4 // com.oracle.objectfile.elf.ELFObjectFile$ELFSection targetSection
        end local 3 // java.lang.String targetName
        end local 2 // java.util.Set deps
        end local 1 // java.util.Map decisions
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0   14     1       decisions  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
            1   14     2            deps  Ljava/util/Set<Lcom/oracle/objectfile/BuildDependency;>;
            2   14     3      targetName  Ljava/lang/String;
            3   14     4   targetSection  Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
            4   14     5      ourContent  Lcom/oracle/objectfile/LayoutDecision;
            5   14     6         ourSize  Lcom/oracle/objectfile/LayoutDecision;
            6   14     7     targetKinds  [Lcom/oracle/objectfile/LayoutDecision$Kind;
            8   10     8      targetKind  Lcom/oracle/objectfile/LayoutDecision$Kind;
            9   10    12  targetDecision  Lcom/oracle/objectfile/LayoutDecision;
    Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;)Ljava/util/Set<Lcom/oracle/objectfile/BuildDependency;>;
    MethodParameters:
           Name  Flags
      decisions  

  protected java.lang.Iterable<? extends com.oracle.objectfile.debugentry.ClassEntry> getPrimaryClasses();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
         0: .line 400
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.getPrimaryClasses:()Ljava/util/LinkedList;
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
    Signature: ()Ljava/lang/Iterable<+Lcom/oracle/objectfile/debugentry/ClassEntry;>;

  protected int debugStringIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
        start local 1 // java.lang.String str
         0: .line 404
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
            aload 1 /* str */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.debugStringIndex:(Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.String str
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
            0    1     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public java.lang.Iterable getDependencies(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/lang/Iterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DwarfSectionImpl.java"
InnerClasses:
  public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
  public final RelocationKind = com.oracle.objectfile.ObjectFile$RelocationKind of com.oracle.objectfile.ObjectFile
  public abstract RelocationRecord = com.oracle.objectfile.ObjectFile$RelocationRecord of com.oracle.objectfile.ObjectFile
  public abstract Section = com.oracle.objectfile.ObjectFile$Section of com.oracle.objectfile.ObjectFile
  public abstract ELFSection = com.oracle.objectfile.elf.ELFObjectFile$ELFSection of com.oracle.objectfile.elf.ELFObjectFile
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles