public abstract class com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl extends com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl
  super_class: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
{
  private static final int PADDING_NOPS_ALIGNMENT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

  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 56
            ldc Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            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.DwarfFrameSectionImpl.$assertionsDisabled:Z
         3: .line 391
            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.DwarfFrameSectionImpl this
        start local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
         0: .line 61
            aload 0 /* this */
            aload 1 /* dwarfSections */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.<init>:(Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
         1: .line 398
            aload 0 /* this */
            iconst_2
            anewarray com.oracle.objectfile.LayoutDecision$Kind
            dup
            iconst_0
         2: .line 399
            getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            dup
            iconst_1
         3: .line 400
            getstatic com.oracle.objectfile.LayoutDecision$Kind.OFFSET:Lcom/oracle/objectfile/LayoutDecision$Kind;
            aastore
            putfield com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
         4: .line 62
            return
        end local 1 // com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            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.DwarfFrameSectionImpl this
         0: .line 66
            ldc ".debug_frame"
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;

  public void createContent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
         0: .line 71
            iconst_0
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 76
            aload 0 /* this */
            aconst_null
            iload 1 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeCIE:([BI)I
            istore 1 /* pos */
         2: .line 77
            aload 0 /* this */
            aconst_null
            iload 1 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeMethodFrames:([BI)I
            istore 1 /* pos */
         3: .line 79
            iload 1 /* pos */
            newarray 8
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         4: .line 80
            aload 0 /* this */
            aload 2 /* buffer */
            invokespecial com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.setContent:([B)V
         5: .line 81
            return
        end local 2 // byte[] buffer
        end local 1 // int pos
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            1    6     1     pos  I
            4    6     2  buffer  [B

  public void writeContent(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
         0: .line 85
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.getContent:()[B
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 86
            aload 2 /* buffer */
            arraylength
            istore 3 /* size */
        start local 3 // int size
         2: .line 87
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 89
            aload 0 /* this */
            aload 1 /* context */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.enableLog:(Lorg/graalvm/compiler/debug/DebugContext;I)V
         4: .line 96
            aload 0 /* this */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeCIE:([BI)I
            istore 4 /* pos */
         5: .line 97
            aload 0 /* this */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeMethodFrames:([BI)I
            istore 4 /* pos */
         6: .line 99
            iload 4 /* pos */
            iload 3 /* size */
            if_icmpeq 8
         7: .line 100
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "pos = 0x%x  size = 0x%x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 4 /* pos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 3 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual java.io.PrintStream.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
            pop
         8: .line 102
      StackMap locals: byte[] int int
      StackMap stack:
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.$assertionsDisabled:Z
            ifne 9
            iload 4 /* pos */
            iload 3 /* size */
            if_icmpeq 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 103
      StackMap locals:
      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.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0   10     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            1   10     2   buffer  [B
            2   10     3     size  I
            3   10     4      pos  I
    MethodParameters:
         Name  Flags
      context  

  private int writeCIE(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // byte[] buffer
        start local 2 // int p
         0: .line 130
            iload 2 /* p */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 131
            aload 1 /* buffer */
            ifnonnull 12
         2: .line 132
            iload 3 /* pos */
            aload 0 /* this */
            iconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            iadd
            istore 3 /* pos */
         3: .line 133
            iload 3 /* pos */
            aload 0 /* this */
            iconst_m1
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            iadd
            istore 3 /* pos */
         4: .line 134
            iload 3 /* pos */
            aload 0 /* this */
            iconst_1
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 3 /* pos */
         5: .line 135
            iload 3 /* pos */
            aload 0 /* this */
            ldc ""
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putAsciiStringBytes:(Ljava/lang/String;[BI)I
            iadd
            istore 3 /* pos */
         6: .line 136
            iload 3 /* pos */
            aload 0 /* this */
            lconst_1
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            iadd
            istore 3 /* pos */
         7: .line 137
            iload 3 /* pos */
            aload 0 /* this */
            ldc -8
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putSLEB:(J[BI)I
            iadd
            istore 3 /* pos */
         8: .line 138
            iload 3 /* pos */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.getReturnPCIdx:()I
            i2b
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 3 /* pos */
         9: .line 142
            aload 0 /* this */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeInitialInstructions:([BI)I
            istore 3 /* pos */
        10: .line 146
            aload 0 /* this */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writePaddingNops:([BI)I
            istore 3 /* pos */
        11: .line 150
            iload 3 /* pos */
            ireturn
        12: .line 152
      StackMap locals: int
      StackMap stack:
            iload 3 /* pos */
            istore 4 /* lengthPos */
        start local 4 // int lengthPos
        13: .line 153
            aload 0 /* this */
            iconst_0
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            istore 3 /* pos */
        14: .line 154
            aload 0 /* this */
            iconst_m1
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            istore 3 /* pos */
        15: .line 155
            aload 0 /* this */
            iconst_1
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 3 /* pos */
        16: .line 156
            aload 0 /* this */
            ldc ""
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putAsciiStringBytes:(Ljava/lang/String;[BI)I
            istore 3 /* pos */
        17: .line 157
            aload 0 /* this */
            lconst_1
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            istore 3 /* pos */
        18: .line 158
            aload 0 /* this */
            ldc -8
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putSLEB:(J[BI)I
            istore 3 /* pos */
        19: .line 159
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.getReturnPCIdx:()I
            i2b
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 3 /* pos */
        20: .line 163
            aload 0 /* this */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeInitialInstructions:([BI)I
            istore 3 /* pos */
        21: .line 167
            aload 0 /* this */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writePaddingNops:([BI)I
            istore 3 /* pos */
        22: .line 168
            aload 0 /* this */
            iload 4 /* lengthPos */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.patchLength:(I[BI)V
        23: .line 169
            iload 3 /* pos */
            ireturn
        end local 4 // int lengthPos
        end local 3 // int pos
        end local 2 // int p
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0   24     1     buffer  [B
            0   24     2          p  I
            1   24     3        pos  I
           13   24     4  lengthPos  I
    MethodParameters:
        Name  Flags
      buffer  
      p       

  private int writeMethodFrames(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=14, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // byte[] buffer
        start local 2 // int p
         0: .line 174
            iload 2 /* p */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 176
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.getPrimaryClasses:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl byte[] int int top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.ClassEntry
            astore 4 /* classEntry */
        start local 4 // com.oracle.objectfile.debugentry.ClassEntry classEntry
         3: .line 177
            aload 4 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getPrimaryEntries:()Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 7
            goto 14
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl byte[] int int com.oracle.objectfile.debugentry.ClassEntry java.util.Iterator top java.util.Iterator
      StackMap stack:
         4: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            astore 6 /* primaryEntry */
        start local 6 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
         5: .line 178
            aload 6 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            astore 8 /* range */
        start local 8 // com.oracle.objectfile.debugentry.Range range
         6: .line 179
            aload 8 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.isDeoptTarget:()Z
            ifne 14
         7: .line 180
            aload 8 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getLo:()I
            i2l
            lstore 9 /* lo */
        start local 9 // long lo
         8: .line 181
            aload 8 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getHi:()I
            i2l
            lstore 11 /* hi */
        start local 11 // long hi
         9: .line 182
            iload 3 /* pos */
            istore 13 /* lengthPos */
        start local 13 // int lengthPos
        10: .line 183
            aload 0 /* this */
            lload 9 /* lo */
            l2i
            lload 11 /* hi */
            l2i
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeFDEHeader:(II[BI)I
            istore 3 /* pos */
        11: .line 184
            aload 0 /* this */
            aload 6 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getFrameSize:()I
            aload 6 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getFrameSizeInfos:()Ljava/util/List;
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeFDEs:(ILjava/util/List;[BI)I
            istore 3 /* pos */
        12: .line 185
            aload 0 /* this */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writePaddingNops:([BI)I
            istore 3 /* pos */
        13: .line 186
            aload 0 /* this */
            iload 13 /* lengthPos */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.patchLength:(I[BI)V
        end local 13 // int lengthPos
        end local 11 // long hi
        end local 9 // long lo
        end local 8 // com.oracle.objectfile.debugentry.Range range
        end local 6 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
        14: .line 177
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 4 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        15: .line 176
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl byte[] int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        16: .line 191
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.getPrimaryClasses:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 30
      StackMap locals:
      StackMap stack:
        17: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.ClassEntry
            astore 4 /* classEntry */
        start local 4 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        18: .line 192
            aload 4 /* classEntry */
            invokevirtual com.oracle.objectfile.debugentry.ClassEntry.getPrimaryEntries:()Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 7
            goto 29
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl byte[] int int com.oracle.objectfile.debugentry.ClassEntry java.util.Iterator top java.util.Iterator
      StackMap stack:
        19: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.debugentry.PrimaryEntry
            astore 6 /* primaryEntry */
        start local 6 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
        20: .line 193
            aload 6 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getPrimary:()Lcom/oracle/objectfile/debugentry/Range;
            astore 8 /* range */
        start local 8 // com.oracle.objectfile.debugentry.Range range
        21: .line 194
            aload 8 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.isDeoptTarget:()Z
            ifeq 29
        22: .line 195
            aload 8 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getLo:()I
            i2l
            lstore 9 /* lo */
        start local 9 // long lo
        23: .line 196
            aload 8 /* range */
            invokevirtual com.oracle.objectfile.debugentry.Range.getHi:()I
            i2l
            lstore 11 /* hi */
        start local 11 // long hi
        24: .line 197
            iload 3 /* pos */
            istore 13 /* lengthPos */
        start local 13 // int lengthPos
        25: .line 198
            aload 0 /* this */
            lload 9 /* lo */
            l2i
            lload 11 /* hi */
            l2i
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeFDEHeader:(II[BI)I
            istore 3 /* pos */
        26: .line 199
            aload 0 /* this */
            aload 6 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getFrameSize:()I
            aload 6 /* primaryEntry */
            invokevirtual com.oracle.objectfile.debugentry.PrimaryEntry.getFrameSizeInfos:()Ljava/util/List;
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeFDEs:(ILjava/util/List;[BI)I
            istore 3 /* pos */
        27: .line 200
            aload 0 /* this */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writePaddingNops:([BI)I
            istore 3 /* pos */
        28: .line 201
            aload 0 /* this */
            iload 13 /* lengthPos */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.patchLength:(I[BI)V
        end local 13 // int lengthPos
        end local 11 // long hi
        end local 9 // long lo
        end local 8 // com.oracle.objectfile.debugentry.Range range
        end local 6 // com.oracle.objectfile.debugentry.PrimaryEntry primaryEntry
        29: .line 192
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        end local 4 // com.oracle.objectfile.debugentry.ClassEntry classEntry
        30: .line 191
      StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl byte[] int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        31: .line 205
            iload 3 /* pos */
            ireturn
        end local 3 // int pos
        end local 2 // int p
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0   32     1        buffer  [B
            0   32     2             p  I
            1   32     3           pos  I
            3   15     4    classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
            5   14     6  primaryEntry  Lcom/oracle/objectfile/debugentry/PrimaryEntry;
            6   14     8         range  Lcom/oracle/objectfile/debugentry/Range;
            8   14     9            lo  J
            9   14    11            hi  J
           10   14    13     lengthPos  I
           18   30     4    classEntry  Lcom/oracle/objectfile/debugentry/ClassEntry;
           20   29     6  primaryEntry  Lcom/oracle/objectfile/debugentry/PrimaryEntry;
           21   29     8         range  Lcom/oracle/objectfile/debugentry/Range;
           23   29     9            lo  J
           24   29    11            hi  J
           25   29    13     lengthPos  I
    MethodParameters:
        Name  Flags
      buffer  
      p       

  protected abstract int writeFDEs(int, java.util.List<com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange>, byte[], );
    descriptor: (ILjava/util/List;[BI)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (ILjava/util/List<Lcom/oracle/objectfile/debuginfo/DebugInfoProvider$DebugFrameSizeChange;>;[BI)I
    MethodParameters:
                Name  Flags
      frameSize       
      frameSizeInfos  
      buffer          
      pos             

  private int writeFDEHeader(int, int, byte[], int);
    descriptor: (II[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int lo
        start local 2 // int hi
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 230
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 231
            aload 3 /* buffer */
            ifnonnull 6
         2: .line 233
            iload 5 /* pos */
            aload 0 /* this */
            iconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            iadd
            istore 5 /* pos */
         3: .line 235
            iload 5 /* pos */
            aload 0 /* this */
            iconst_0
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            iadd
            istore 5 /* pos */
         4: .line 237
            iload 5 /* pos */
            aload 0 /* this */
            iload 1 /* lo */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putLong:(J[BI)I
            iadd
            istore 5 /* pos */
         5: .line 239
            iload 5 /* pos */
            aload 0 /* this */
            iload 2 /* hi */
            iload 1 /* lo */
            isub
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putLong:(J[BI)I
            iadd
            ireturn
         6: .line 242
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            istore 5 /* pos */
         7: .line 244
            aload 0 /* this */
            iconst_0
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            istore 5 /* pos */
         8: .line 246
            aload 0 /* this */
            iload 1 /* lo */
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putRelocatableCodeOffset:(J[BI)I
            istore 5 /* pos */
         9: .line 248
            aload 0 /* this */
            iload 2 /* hi */
            iload 1 /* lo */
            isub
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putLong:(J[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // int hi
        end local 1 // int lo
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0   10     1      lo  I
            0   10     2      hi  I
            0   10     3  buffer  [B
            0   10     4       p  I
            1   10     5     pos  I
    MethodParameters:
        Name  Flags
      lo      
      hi      
      buffer  
      p       

  private int writePaddingNops(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // byte[] buffer
        start local 2 // int p
         0: .line 253
            iload 2 /* p */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 254
            goto 6
         2: .line 255
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            ifnonnull 5
         3: .line 256
            iinc 3 /* pos */ 1
         4: .line 257
            goto 6
         5: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 3 /* pos */
         6: .line 254
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            bipush 7
            iand
            ifne 2
         7: .line 261
            iload 3 /* pos */
            ireturn
        end local 3 // int pos
        end local 2 // int p
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    8     1  buffer  [B
            0    8     2       p  I
            1    8     3     pos  I
    MethodParameters:
        Name  Flags
      buffer  
      p       

  protected int writeDefCFA(int, int, byte[], int);
    descriptor: (II[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int register
        start local 2 // int offset
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 265
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 266
            aload 3 /* buffer */
            ifnonnull 5
         2: .line 267
            iload 5 /* pos */
            aload 0 /* this */
            bipush 12
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 5 /* pos */
         3: .line 268
            iload 5 /* pos */
            aload 0 /* this */
            iload 1 /* register */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putSLEB:(J[BI)I
            iadd
            istore 5 /* pos */
         4: .line 269
            iload 5 /* pos */
            aload 0 /* this */
            iload 2 /* offset */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            iadd
            ireturn
         5: .line 271
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 12
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 5 /* pos */
         6: .line 272
            aload 0 /* this */
            iload 1 /* register */
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            istore 5 /* pos */
         7: .line 273
            aload 0 /* this */
            iload 2 /* offset */
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // int offset
        end local 1 // int register
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    8     1  register  I
            0    8     2    offset  I
            0    8     3    buffer  [B
            0    8     4         p  I
            1    8     5       pos  I
    MethodParameters:
          Name  Flags
      register  
      offset    
      buffer    
      p         

  protected int writeDefCFAOffset(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int offset
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 278
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 279
            aload 2 /* buffer */
            ifnonnull 4
         2: .line 280
            iload 4 /* pos */
            aload 0 /* this */
            bipush 14
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 4 /* pos */
         3: .line 281
            iload 4 /* pos */
            aload 0 /* this */
            iload 1 /* offset */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            iadd
            ireturn
         4: .line 283
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 14
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 4 /* pos */
         5: .line 284
            aload 0 /* this */
            iload 1 /* offset */
            i2l
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            ireturn
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // int offset
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    6     1  offset  I
            0    6     2  buffer  [B
            0    6     3       p  I
            1    6     4     pos  I
    MethodParameters:
        Name  Flags
      offset  
      buffer  
      p       

  protected int writeAdvanceLoc(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int offset
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 289
            iload 1 /* offset */
            bipush 63
            if_icmpgt 2
         1: .line 290
            aload 0 /* this */
            iload 1 /* offset */
            i2b
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeAdvanceLoc0:(B[BI)I
            ireturn
         2: .line 291
      StackMap locals:
      StackMap stack:
            iload 1 /* offset */
            sipush 255
            if_icmpgt 4
         3: .line 292
            aload 0 /* this */
            iload 1 /* offset */
            i2b
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeAdvanceLoc1:(B[BI)I
            ireturn
         4: .line 293
      StackMap locals:
      StackMap stack:
            iload 1 /* offset */
            ldc 65535
            if_icmpgt 6
         5: .line 294
            aload 0 /* this */
            iload 1 /* offset */
            i2s
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeAdvanceLoc2:(S[BI)I
            ireturn
         6: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.writeAdvanceLoc4:(I[BI)I
            ireturn
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // int offset
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    7     1  offset  I
            0    7     2  buffer  [B
            0    7     3     pos  I
    MethodParameters:
        Name  Flags
      offset  
      buffer  
      pos     

  protected int writeAdvanceLoc0(byte, byte[], int);
    descriptor: (B[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // byte offset
        start local 2 // byte[] buffer
        start local 3 // int pos
         0: .line 301
            iload 1 /* offset */
            invokestatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.advanceLoc0Op:(I)B
            istore 4 /* op */
        start local 4 // byte op
         1: .line 302
            aload 2 /* buffer */
            ifnonnull 3
         2: .line 303
            iload 3 /* pos */
            aload 0 /* this */
            iload 4 /* op */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            ireturn
         3: .line 305
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* op */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            ireturn
        end local 4 // byte op
        end local 3 // int pos
        end local 2 // byte[] buffer
        end local 1 // byte offset
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    4     1  offset  B
            0    4     2  buffer  [B
            0    4     3     pos  I
            1    4     4      op  B
    MethodParameters:
        Name  Flags
      offset  
      buffer  
      pos     

  protected int writeAdvanceLoc1(byte, byte[], int);
    descriptor: (B[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // byte offset
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 310
            iload 3 /* p */
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 311
            iconst_2
            istore 5 /* op */
        start local 5 // byte op
         2: .line 312
            aload 2 /* buffer */
            ifnonnull 5
         3: .line 313
            iload 4 /* pos */
            aload 0 /* this */
            iload 5 /* op */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 4 /* pos */
         4: .line 314
            iload 4 /* pos */
            aload 0 /* this */
            iload 1 /* offset */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            ireturn
         5: .line 316
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* op */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 4 /* pos */
         6: .line 317
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* buffer */
            iload 4 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            ireturn
        end local 5 // byte op
        end local 4 // int pos
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // byte offset
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    7     1  offset  B
            0    7     2  buffer  [B
            0    7     3       p  I
            1    7     4     pos  I
            2    7     5      op  B
    MethodParameters:
        Name  Flags
      offset  
      buffer  
      p       

  protected int writeAdvanceLoc2(short, byte[], int);
    descriptor: (S[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // short offset
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 322
            iconst_3
            istore 4 /* op */
        start local 4 // byte op
         1: .line 323
            iload 3 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         2: .line 324
            aload 2 /* buffer */
            ifnonnull 5
         3: .line 325
            iload 5 /* pos */
            aload 0 /* this */
            iload 4 /* op */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 5 /* pos */
         4: .line 326
            iload 5 /* pos */
            aload 0 /* this */
            iload 1 /* offset */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putShort:(S[BI)I
            iadd
            ireturn
         5: .line 328
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* op */
            aload 2 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 5 /* pos */
         6: .line 329
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putShort:(S[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // byte op
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // short offset
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    7     1  offset  S
            0    7     2  buffer  [B
            0    7     3       p  I
            1    7     4      op  B
            2    7     5     pos  I
    MethodParameters:
        Name  Flags
      offset  
      buffer  
      p       

  protected int writeAdvanceLoc4(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int offset
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 334
            iconst_4
            istore 4 /* op */
        start local 4 // byte op
         1: .line 335
            iload 3 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         2: .line 336
            aload 2 /* buffer */
            ifnonnull 5
         3: .line 337
            iload 5 /* pos */
            aload 0 /* this */
            iload 4 /* op */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 5 /* pos */
         4: .line 338
            iload 5 /* pos */
            aload 0 /* this */
            iload 1 /* offset */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            iadd
            ireturn
         5: .line 340
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* op */
            aload 2 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 5 /* pos */
         6: .line 341
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putInt:(I[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // byte op
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // int offset
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    7     1  offset  I
            0    7     2  buffer  [B
            0    7     3       p  I
            1    7     4      op  B
            2    7     5     pos  I
    MethodParameters:
        Name  Flags
      offset  
      buffer  
      p       

  protected int writeOffset(int, int, byte[], int);
    descriptor: (II[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int register
        start local 2 // int offset
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 346
            iload 1 /* register */
            invokestatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.offsetOp:(I)B
            istore 5 /* op */
        start local 5 // byte op
         1: .line 347
            iload 4 /* p */
            istore 6 /* pos */
        start local 6 // int pos
         2: .line 348
            aload 3 /* buffer */
            ifnonnull 5
         3: .line 349
            iload 6 /* pos */
            aload 0 /* this */
            iload 5 /* op */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 6 /* pos */
         4: .line 350
            iload 6 /* pos */
            aload 0 /* this */
            iload 2 /* offset */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            iadd
            ireturn
         5: .line 352
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* op */
            aload 3 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 6 /* pos */
         6: .line 353
            aload 0 /* this */
            iload 2 /* offset */
            i2l
            aload 3 /* buffer */
            iload 6 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            ireturn
        end local 6 // int pos
        end local 5 // byte op
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // int offset
        end local 1 // int register
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    7     1  register  I
            0    7     2    offset  I
            0    7     3    buffer  [B
            0    7     4         p  I
            1    7     5        op  B
            2    7     6       pos  I
    MethodParameters:
          Name  Flags
      register  
      offset    
      buffer    
      p         

  protected int writeRestore(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int register
        start local 2 // byte[] buffer
        start local 3 // int p
         0: .line 358
            iload 1 /* register */
            invokestatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.restoreOp:(I)B
            istore 4 /* op */
        start local 4 // byte op
         1: .line 359
            iload 3 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         2: .line 360
            aload 2 /* buffer */
            ifnonnull 4
         3: .line 361
            iload 5 /* pos */
            aload 0 /* this */
            iload 4 /* op */
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            ireturn
         4: .line 363
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* op */
            aload 2 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // byte op
        end local 3 // int p
        end local 2 // byte[] buffer
        end local 1 // int register
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    5     1  register  I
            0    5     2    buffer  [B
            0    5     3         p  I
            1    5     4        op  B
            2    5     5       pos  I
    MethodParameters:
          Name  Flags
      register  
      buffer    
      p         

  protected int writeRegister(int, int, byte[], int);
    descriptor: (II[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
        start local 1 // int savedReg
        start local 2 // int savedToReg
        start local 3 // byte[] buffer
        start local 4 // int p
         0: .line 369
            iload 4 /* p */
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 370
            aload 3 /* buffer */
            ifnonnull 5
         2: .line 371
            iload 5 /* pos */
            aload 0 /* this */
            bipush 9
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            iadd
            istore 5 /* pos */
         3: .line 372
            iload 5 /* pos */
            aload 0 /* this */
            iload 1 /* savedReg */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            iadd
            istore 5 /* pos */
         4: .line 373
            iload 5 /* pos */
            aload 0 /* this */
            iload 2 /* savedToReg */
            i2l
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.scratch:[B
            iconst_0
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            iadd
            ireturn
         5: .line 375
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 9
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putByte:(B[BI)I
            istore 5 /* pos */
         6: .line 376
            aload 0 /* this */
            iload 1 /* savedReg */
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            istore 5 /* pos */
         7: .line 377
            aload 0 /* this */
            iload 2 /* savedToReg */
            i2l
            aload 3 /* buffer */
            iload 5 /* pos */
            invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.putULEB:(J[BI)I
            ireturn
        end local 5 // int pos
        end local 4 // int p
        end local 3 // byte[] buffer
        end local 2 // int savedToReg
        end local 1 // int savedReg
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;
            0    8     1    savedReg  I
            0    8     2  savedToReg  I
            0    8     3      buffer  [B
            0    8     4           p  I
            1    8     5         pos  I
    MethodParameters:
            Name  Flags
      savedReg    
      savedToReg  
      buffer      
      p           

  protected abstract int getReturnPCIdx();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract int getSPIdx();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract int writeInitialInstructions(byte[], int);
    descriptor: ([BI)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      buffer  
      pos     

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

  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.DwarfFrameSectionImpl this
         0: .line 405
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.targetSectionKinds:[Lcom/oracle/objectfile/LayoutDecision$Kind;
            areturn
        end local 0 // com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImpl;

  private static byte offsetOp(int);
    descriptor: (I)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int register
         0: .line 409
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.$assertionsDisabled:Z
            ifne 1
            iload 0 /* register */
            bipush 6
            ishr
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 410
      StackMap locals:
      StackMap stack:
            sipush 128
            iload 0 /* register */
            ior
            i2b
            ireturn
        end local 0 // int register
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  register  I
    MethodParameters:
          Name  Flags
      register  

  private static byte restoreOp(int);
    descriptor: (I)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int register
         0: .line 414
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.$assertionsDisabled:Z
            ifne 1
            iload 0 /* register */
            bipush 6
            ishr
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 415
      StackMap locals:
      StackMap stack:
            sipush 192
            iload 0 /* register */
            ior
            i2b
            ireturn
        end local 0 // int register
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  register  I
    MethodParameters:
          Name  Flags
      register  

  private static byte advanceLoc0Op(int);
    descriptor: (I)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int offset
         0: .line 419
            getstatic com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.$assertionsDisabled:Z
            ifne 2
            iload 0 /* offset */
            iflt 1
            iload 0 /* offset */
            bipush 63
            if_icmple 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 420
      StackMap locals:
      StackMap stack:
            bipush 64
            iload 0 /* offset */
            ior
            i2b
            ireturn
        end local 0 // int offset
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  offset  I
    MethodParameters:
        Name  Flags
      offset  
}
SourceFile: "DwarfFrameSectionImpl.java"
InnerClasses:
  public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision
  public abstract DebugFrameSizeChange = com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange of com.oracle.objectfile.debuginfo.DebugInfoProvider