final class com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable
  super_class: java.lang.Object
{
  private final java.util.HashMap<java.lang.String, com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry> strings;
    descriptor: Ljava/util/HashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/HashMap<Ljava/lang/String;Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable$StringTableEntry;>;

  private int currentOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
        start local 1 // int startSize
         0: .line 158
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 156
            aload 0 /* this */
            iconst_0
            putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
         2: .line 159
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            iload 1 /* startSize */
            invokespecial java.util.LinkedHashMap.<init>:(I)V
            putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
         3: .line 161
            aload 0 /* this */
            ldc ""
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.add:(Ljava/lang/String;)I
            pop
         4: .line 162
            return
        end local 1 // int startSize
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable;
            0    5     1  startSize  I
    MethodParameters:
           Name  Flags
      startSize  

  int add(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
        start local 1 // java.lang.String s
         0: .line 165
            new com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
            dup
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
            aload 1 /* s */
            invokespecial com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.<init>:(ILjava/lang/String;)V
            astore 2 /* newEntry */
        start local 2 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry newEntry
         1: .line 166
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
            aload 1 /* s */
            aload 2 /* newEntry */
            invokevirtual java.util.HashMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
            astore 3 /* entry */
        start local 3 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry entry
         2: .line 167
            aload 3 /* entry */
            ifnonnull 4
         3: .line 168
            aload 0 /* this */
            dup
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
            aload 1 /* s */
            invokestatic com.oracle.objectfile.io.Utf8.utf8Length:(Ljava/lang/String;)I
            iconst_1
            iadd
            iadd
            putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
         4: .line 170
      StackMap locals: com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
      StackMap stack:
            aload 3 /* entry */
            ifnonnull 5
            aload 2 /* newEntry */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.offset:I
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 3 /* entry */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.offset:I
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 3 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry entry
        end local 2 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry newEntry
        end local 1 // java.lang.String s
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable;
            0    7     1         s  Ljava/lang/String;
            1    7     2  newEntry  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable$StringTableEntry;
            2    7     3     entry  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable$StringTableEntry;
    MethodParameters:
      Name  Flags
      s     

  java.util.Collection<com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
         0: .line 174
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable;
    Signature: ()Ljava/util/Collection<Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable$StringTableEntry;>;

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
         0: .line 178
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.size:()I
            ireturn
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable;

  int getCurrentOffset();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
         0: .line 182
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
            ireturn
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable;
}
SourceFile: "CVSymbolSectionImpl.java"
NestHost: com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl
InnerClasses:
  final CVStringTable = com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable of com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl
  final StringTableEntry = com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry of com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable