final class com.oracle.objectfile.pecoff.cv.CVSymbolSubsection extends com.oracle.objectfile.pecoff.cv.CVSymbolRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.objectfile.pecoff.cv.CVSymbolSubsection
  super_class: com.oracle.objectfile.pecoff.cv.CVSymbolRecord
{
  private static final int SUBCMD_INITIAL_CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private java.util.ArrayList<com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord> subcmds;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubrecord;>;

  void <init>(com.oracle.objectfile.pecoff.cv.CVDebugInfo);
    descriptor: (Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
        start local 1 // com.oracle.objectfile.pecoff.cv.CVDebugInfo cvDebugInfo
         0: .line 44
            aload 0 /* this */
            aload 1 /* cvDebugInfo */
            sipush 241
            invokespecial com.oracle.objectfile.pecoff.cv.CVSymbolRecord.<init>:(Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;I)V
         1: .line 41
            aload 0 /* this */
            new java.util.ArrayList
            dup
            bipush 100
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.subcmds:Ljava/util/ArrayList;
         2: .line 45
            return
        end local 1 // com.oracle.objectfile.pecoff.cv.CVDebugInfo cvDebugInfo
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubsection;
            0    3     1  cvDebugInfo  Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;
    MethodParameters:
             Name  Flags
      cvDebugInfo  

  void addRecord(com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord);
    descriptor: (Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubrecord;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
        start local 1 // com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord subcmd
         0: .line 48
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.subcmds:Ljava/util/ArrayList;
            aload 1 /* subcmd */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 49
            return
        end local 1 // com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord subcmd
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubsection;
            0    2     1  subcmd  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubrecord;
    MethodParameters:
        Name  Flags
      subcmd  

  protected int computeSize(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
        start local 1 // int initialPos
         0: .line 53
            aload 0 /* this */
            aconst_null
            iload 1 /* initialPos */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.computeContents:([BI)I
            ireturn
        end local 1 // int initialPos
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubsection;
            0    1     1  initialPos  I
    MethodParameters:
            Name  Flags
      initialPos  

  protected int computeContents(byte[], int);
    descriptor: ([BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
        start local 1 // byte[] buffer
        start local 2 // int initialPos
         0: .line 58
            iload 2 /* initialPos */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 59
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.subcmds:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: com.oracle.objectfile.pecoff.cv.CVSymbolSubsection byte[] int int top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord
            astore 4 /* subcmd */
        start local 4 // com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord subcmd
         3: .line 60
            aload 4 /* subcmd */
            aload 1 /* buffer */
            iload 3 /* pos */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord.computeFullContents:([BI)I
            istore 3 /* pos */
        end local 4 // com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord subcmd
         4: .line 59
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 62
            iload 3 /* pos */
            ireturn
        end local 3 // int pos
        end local 2 // int initialPos
        end local 1 // byte[] buffer
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubsection;
            0    6     1      buffer  [B
            0    6     2  initialPos  I
            1    6     3         pos  I
            3    4     4      subcmd  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubrecord;
    MethodParameters:
            Name  Flags
      buffer      
      initialPos  

  public void logContents(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
        start local 1 // org.graalvm.compiler.debug.DebugContext debugContext
         0: .line 67
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.cvDebugInfo:Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;
            invokevirtual com.oracle.objectfile.pecoff.cv.CVDebugInfo.getCVSymbolSection:()Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl;
            astore 2 /* section */
        start local 2 // com.oracle.objectfile.pecoff.cv.CVSectionImpl section
         1: .line 68
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.subcmds:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.oracle.objectfile.pecoff.cv.CVSymbolSubsection org.graalvm.compiler.debug.DebugContext com.oracle.objectfile.pecoff.cv.CVSectionImpl top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord
            astore 3 /* subcmd */
        start local 3 // com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord subcmd
         3: .line 69
            aload 2 /* section */
            aload 1 /* debugContext */
            ldc "     [0x%08x]  %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* subcmd */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord.getPos:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 3 /* subcmd */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord.toString:()Ljava/lang/String;
            aastore
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.log:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // com.oracle.objectfile.pecoff.cv.CVSymbolSubrecord subcmd
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 71
            return
        end local 2 // com.oracle.objectfile.pecoff.cv.CVSectionImpl section
        end local 1 // org.graalvm.compiler.debug.DebugContext debugContext
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubsection;
            0    6     1  debugContext  Lorg/graalvm/compiler/debug/DebugContext;
            1    6     2       section  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;
            3    4     3        subcmd  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubrecord;
    MethodParameters:
              Name  Flags
      debugContext  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
         0: .line 75
            ldc "DEBUG_S_SYMBOLS type=0x%04x pos=0x%05x subrecordcount=%d"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.type:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.recordStartPosition:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSubsection.subcmds:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSubsection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSubsection;
}
SourceFile: "CVSymbolSubsection.java"