public class com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl 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.DwarfStrSectionImpl
  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: ".text"

  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 39
            ldc Lcom/oracle/objectfile/elf/dwarf/DwarfStrSectionImpl;
            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.DwarfStrSectionImpl.$assertionsDisabled:Z
         3: .line 84
            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.DwarfStrSectionImpl this
        start local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
         0: .line 41
            aload 0 /* this */
            aload 1 /* dwarfSections */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.<init>:(Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
         1: .line 94
            aload 0 /* this */
            iconst_3
            anewarray com.oracle.objectfile.LayoutDecision$Kind
            dup
            iconst_0
         2: .line 95
            getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            dup
            iconst_1
         3: .line 96
            getstatic com.oracle.objectfile.LayoutDecision$Kind.OFFSET:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            dup
            iconst_2
         4: .line 98
            getstatic com.oracle.objectfile.LayoutDecision$Kind.VADDR:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            putfield com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
         5: .line 42
            return
        end local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/oracle/objectfile/elf/dwarf/DwarfStrSectionImpl;
            0    6     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.DwarfStrSectionImpl this
         0: .line 46
            ldc ".debug_str"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfStrSectionImpl;

  public void createContent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
         0: .line 51
            iconst_0
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 52
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.getStringTable:()Lcom/oracle/objectfile/debugentry/StringTable;
            invokevirtual com.oracle.objectfile.debugentry.StringTable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.StringEntry
            astore 2 /* stringEntry */
        start local 2 // com.oracle.objectfile.debugentry.StringEntry stringEntry
         3: .line 53
            aload 2 /* stringEntry */
            invokevirtual com.oracle.objectfile.debugentry.StringEntry.isAddToStrSection:()Z
            ifeq 7
         4: .line 54
            aload 2 /* stringEntry */
            iload 1 /* pos */
            invokevirtual com.oracle.objectfile.debugentry.StringEntry.setOffset:(I)V
         5: .line 55
            aload 2 /* stringEntry */
            invokevirtual com.oracle.objectfile.debugentry.StringEntry.getString:()Ljava/lang/String;
            astore 4 /* string */
        start local 4 // java.lang.String string
         6: .line 56
            iload 1 /* pos */
            aload 4 /* string */
            invokevirtual java.lang.String.length:()I
            iconst_1
            iadd
            iadd
            istore 1 /* pos */
        end local 4 // java.lang.String string
        end local 2 // com.oracle.objectfile.debugentry.StringEntry stringEntry
         7: .line 52
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 59
            iload 1 /* pos */
            newarray 8
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         9: .line 60
            aload 0 /* this */
            aload 2 /* buffer */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.setContent:([B)V
        10: .line 61
            return
        end local 2 // byte[] buffer
        end local 1 // int pos
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/oracle/objectfile/elf/dwarf/DwarfStrSectionImpl;
            1   11     1          pos  I
            3    7     2  stringEntry  Lcom/oracle/objectfile/debugentry/StringEntry;
            6    7     4       string  Ljava/lang/String;
            9   11     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=8, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
         0: .line 65
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.getContent:()[B
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 66
            aload 2 /* buffer */
            arraylength
            istore 3 /* size */
        start local 3 // int size
         2: .line 67
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 69
            aload 0 /* this */
            aload 1 /* context */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.enableLog:(Lorg/graalvm/compiler/debug/DebugContext;I)V
         4: .line 71
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.getStringTable:()Lcom/oracle/objectfile/debugentry/StringTable;
            invokevirtual com.oracle.objectfile.debugentry.StringTable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int top java.util.Iterator
      StackMap stack:
         5: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.StringEntry
            astore 5 /* stringEntry */
        start local 5 // com.oracle.objectfile.debugentry.StringEntry stringEntry
         6: .line 72
            aload 5 /* stringEntry */
            invokevirtual com.oracle.objectfile.debugentry.StringEntry.isAddToStrSection:()Z
            ifeq 10
         7: .line 73
            getstatic com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.$assertionsDisabled:Z
            ifne 8
            aload 5 /* stringEntry */
            invokevirtual com.oracle.objectfile.debugentry.StringEntry.getOffset:()I
            iload 4 /* pos */
            if_icmpeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 74
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int com.oracle.objectfile.debugentry.StringEntry java.util.Iterator
      StackMap stack:
            aload 5 /* stringEntry */
            invokevirtual com.oracle.objectfile.debugentry.StringEntry.getString:()Ljava/lang/String;
            astore 7 /* string */
        start local 7 // java.lang.String string
         9: .line 75
            aload 0 /* this */
            aload 7 /* string */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.putAsciiStringBytes:(Ljava/lang/String;[BI)I
            istore 4 /* pos */
        end local 7 // java.lang.String string
        end local 5 // com.oracle.objectfile.debugentry.StringEntry stringEntry
        10: .line 71
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 78
            getstatic com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl.$assertionsDisabled:Z
            ifne 12
            iload 4 /* pos */
            iload 3 /* size */
            if_icmpeq 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 79
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl org.graalvm.compiler.debug.DebugContext byte[] int int
      StackMap stack:
            return
        end local 4 // int pos
        end local 3 // int size
        end local 2 // byte[] buffer
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/oracle/objectfile/elf/dwarf/DwarfStrSectionImpl;
            0   13     1      context  Lorg/graalvm/compiler/debug/DebugContext;
            1   13     2       buffer  [B
            2   13     3         size  I
            3   13     4          pos  I
            6   10     5  stringEntry  Lcom/oracle/objectfile/debugentry/StringEntry;
            9   10     7       string  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  

  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.DwarfStrSectionImpl this
         0: .line 88
            ldc ".text"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfStrSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfStrSectionImpl;

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