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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
2: aload 0
new java.util.LinkedHashMap
dup
iload 1
invokespecial java.util.LinkedHashMap.<init>:(I)V
putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
3: aload 0
ldc ""
invokevirtual com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.add:(Ljava/lang/String;)I
pop
4: return
end local 1 end local 0 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 start local 1 0: new com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
dup
aload 0
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
aload 1
invokespecial com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.<init>:(ILjava/lang/String;)V
astore 2
start local 2 1: aload 0
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
aload 1
aload 2
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
start local 3 2: aload 3
ifnonnull 4
3: aload 0
dup
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
aload 1
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: StackMap locals: com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
StackMap stack:
aload 3
ifnonnull 5
aload 2
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.offset:I
goto 6
StackMap locals:
StackMap stack:
5: aload 3
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.offset:I
StackMap locals:
StackMap stack: int
6: ireturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
areturn
end local 0 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 0: aload 0
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.strings:Ljava/util/HashMap;
invokevirtual java.util.HashMap.size:()I
ireturn
end local 0 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 0: aload 0
getfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable.currentOffset:I
ireturn
end local 0 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