public final class com.ctc.wstx.util.ElementIdMap
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.util.ElementIdMap
  super_class: java.lang.Object
{
  protected static final int DEFAULT_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  protected static final int MIN_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  protected static final int FILL_PCT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 80

  protected com.ctc.wstx.util.ElementId[] mTable;
    descriptor: [Lcom/ctc/wstx/util/ElementId;
    flags: (0x0004) ACC_PROTECTED

  protected int mSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mSizeThreshold;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mIndexMask;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.ctc.wstx.util.ElementId mHead;
    descriptor: Lcom/ctc/wstx/util/ElementId;
    flags: (0x0004) ACC_PROTECTED

  protected com.ctc.wstx.util.ElementId mTail;
    descriptor: Lcom/ctc/wstx/util/ElementId;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementIdMap this
         0: .line 102
            aload 0 /* this */
            sipush 128
            invokespecial com.ctc.wstx.util.ElementIdMap.<init>:(I)V
         1: .line 103
            return
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/ctc/wstx/util/ElementIdMap;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.ctc.wstx.util.ElementIdMap this
        start local 1 // int initialSize
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            bipush 16
            istore 2 /* actual */
        start local 2 // int actual
         2: .line 112
            goto 4
         3: .line 113
      StackMap locals: com.ctc.wstx.util.ElementIdMap int int
      StackMap stack:
            iload 2 /* actual */
            iload 2 /* actual */
            iadd
            istore 2 /* actual */
         4: .line 112
      StackMap locals:
      StackMap stack:
            iload 2 /* actual */
            iload 1 /* initialSize */
            if_icmplt 3
         5: .line 115
            aload 0 /* this */
            iload 2 /* actual */
            anewarray com.ctc.wstx.util.ElementId
            putfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
         6: .line 117
            aload 0 /* this */
            iload 2 /* actual */
            iconst_1
            isub
            putfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
         7: .line 118
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.ElementIdMap.mSize:I
         8: .line 119
            aload 0 /* this */
            iload 2 /* actual */
            bipush 80
            imul
            bipush 100
            idiv
            putfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
         9: .line 120
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
            putfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
        10: .line 121
            return
        end local 2 // int actual
        end local 1 // int initialSize
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/ctc/wstx/util/ElementIdMap;
            0   11     1  initialSize  I
            2   11     2       actual  I
    MethodParameters:
             Name  Flags
      initialSize  

  public com.ctc.wstx.util.ElementId getFirstUndefined();
    descriptor: ()Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementIdMap this
         0: .line 135
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            areturn
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementIdMap;

  public com.ctc.wstx.util.ElementId addReferenced(char[], int, int, int, javax.xml.stream.Location, com.ctc.wstx.util.PrefixedName, com.ctc.wstx.util.PrefixedName);
    descriptor: ([CIIILjavax/xml/stream/Location;Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=8
        start local 0 // com.ctc.wstx.util.ElementIdMap this
        start local 1 // char[] buffer
        start local 2 // int start
        start local 3 // int len
        start local 4 // int hash
        start local 5 // javax.xml.stream.Location loc
        start local 6 // com.ctc.wstx.util.PrefixedName elemName
        start local 7 // com.ctc.wstx.util.PrefixedName attrName
         0: .line 146
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 8 /* index */
        start local 8 // int index
         1: .line 147
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 8 /* index */
            aaload
            astore 9 /* id */
        start local 9 // com.ctc.wstx.util.ElementId id
         2: .line 149
            goto 6
         3: .line 150
      StackMap locals: int com.ctc.wstx.util.ElementId
      StackMap stack:
            aload 9 /* id */
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.ElementId.idMatches:([CII)Z
            ifeq 5
         4: .line 151
            aload 9 /* id */
            areturn
         5: .line 153
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.nextColliding:()Lcom/ctc/wstx/util/ElementId;
            astore 9 /* id */
         6: .line 149
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            ifnonnull 3
         7: .line 159
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
            if_icmplt 10
         8: .line 160
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.ElementIdMap.rehash:()V
         9: .line 162
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 8 /* index */
        10: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.ElementIdMap.mSize:I
        11: .line 167
            new java.lang.String
            dup
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial java.lang.String.<init>:([CII)V
            astore 10 /* idStr */
        start local 10 // java.lang.String idStr
        12: .line 168
            new com.ctc.wstx.util.ElementId
            dup
            aload 10 /* idStr */
            aload 5 /* loc */
            iconst_0
            aload 6 /* elemName */
            aload 7 /* attrName */
            invokespecial com.ctc.wstx.util.ElementId.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;ZLcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)V
            astore 9 /* id */
        13: .line 171
            aload 9 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 8 /* index */
            aaload
            invokevirtual com.ctc.wstx.util.ElementId.setNextColliding:(Lcom/ctc/wstx/util/ElementId;)V
        14: .line 172
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 8 /* index */
            aload 9 /* id */
            aastore
        15: .line 175
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            ifnonnull 18
        16: .line 176
            aload 0 /* this */
            aload 0 /* this */
            aload 9 /* id */
            dup_x1
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
            putfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
        17: .line 177
            goto 20
        18: .line 178
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
            aload 9 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.linkUndefined:(Lcom/ctc/wstx/util/ElementId;)V
        19: .line 179
            aload 0 /* this */
            aload 9 /* id */
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
        20: .line 181
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            areturn
        end local 10 // java.lang.String idStr
        end local 9 // com.ctc.wstx.util.ElementId id
        end local 8 // int index
        end local 7 // com.ctc.wstx.util.PrefixedName attrName
        end local 6 // com.ctc.wstx.util.PrefixedName elemName
        end local 5 // javax.xml.stream.Location loc
        end local 4 // int hash
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buffer
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lcom/ctc/wstx/util/ElementIdMap;
            0   21     1    buffer  [C
            0   21     2     start  I
            0   21     3       len  I
            0   21     4      hash  I
            0   21     5       loc  Ljavax/xml/stream/Location;
            0   21     6  elemName  Lcom/ctc/wstx/util/PrefixedName;
            0   21     7  attrName  Lcom/ctc/wstx/util/PrefixedName;
            1   21     8     index  I
            2   21     9        id  Lcom/ctc/wstx/util/ElementId;
           12   21    10     idStr  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      buffer    
      start     
      len       
      hash      
      loc       
      elemName  
      attrName  

  public com.ctc.wstx.util.ElementId addReferenced(java.lang.String, javax.xml.stream.Location, com.ctc.wstx.util.PrefixedName, com.ctc.wstx.util.PrefixedName);
    descriptor: (Ljava/lang/String;Ljavax/xml/stream/Location;Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // com.ctc.wstx.util.ElementIdMap this
        start local 1 // java.lang.String idStr
        start local 2 // javax.xml.stream.Location loc
        start local 3 // com.ctc.wstx.util.PrefixedName elemName
        start local 4 // com.ctc.wstx.util.PrefixedName attrName
         0: .line 187
            aload 1 /* idStr */
            invokestatic com.ctc.wstx.util.ElementIdMap.calcHash:(Ljava/lang/String;)I
            istore 5 /* hash */
        start local 5 // int hash
         1: .line 188
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 6 /* index */
        start local 6 // int index
         2: .line 189
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 6 /* index */
            aaload
            astore 7 /* id */
        start local 7 // com.ctc.wstx.util.ElementId id
         3: .line 191
            goto 7
         4: .line 192
      StackMap locals: int int com.ctc.wstx.util.ElementId
      StackMap stack:
            aload 7 /* id */
            aload 1 /* idStr */
            invokevirtual com.ctc.wstx.util.ElementId.idMatches:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 193
            aload 7 /* id */
            areturn
         6: .line 195
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.nextColliding:()Lcom/ctc/wstx/util/ElementId;
            astore 7 /* id */
         7: .line 191
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            ifnonnull 4
         8: .line 201
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
            if_icmplt 11
         9: .line 202
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.ElementIdMap.rehash:()V
        10: .line 204
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 6 /* index */
        11: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.ElementIdMap.mSize:I
        12: .line 209
            new com.ctc.wstx.util.ElementId
            dup
            aload 1 /* idStr */
            aload 2 /* loc */
            iconst_0
            aload 3 /* elemName */
            aload 4 /* attrName */
            invokespecial com.ctc.wstx.util.ElementId.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;ZLcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)V
            astore 7 /* id */
        13: .line 212
            aload 7 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 6 /* index */
            aaload
            invokevirtual com.ctc.wstx.util.ElementId.setNextColliding:(Lcom/ctc/wstx/util/ElementId;)V
        14: .line 213
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 6 /* index */
            aload 7 /* id */
            aastore
        15: .line 216
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            ifnonnull 18
        16: .line 217
            aload 0 /* this */
            aload 0 /* this */
            aload 7 /* id */
            dup_x1
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
            putfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
        17: .line 218
            goto 20
        18: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
            aload 7 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.linkUndefined:(Lcom/ctc/wstx/util/ElementId;)V
        19: .line 220
            aload 0 /* this */
            aload 7 /* id */
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
        20: .line 222
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            areturn
        end local 7 // com.ctc.wstx.util.ElementId id
        end local 6 // int index
        end local 5 // int hash
        end local 4 // com.ctc.wstx.util.PrefixedName attrName
        end local 3 // com.ctc.wstx.util.PrefixedName elemName
        end local 2 // javax.xml.stream.Location loc
        end local 1 // java.lang.String idStr
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lcom/ctc/wstx/util/ElementIdMap;
            0   21     1     idStr  Ljava/lang/String;
            0   21     2       loc  Ljavax/xml/stream/Location;
            0   21     3  elemName  Lcom/ctc/wstx/util/PrefixedName;
            0   21     4  attrName  Lcom/ctc/wstx/util/PrefixedName;
            1   21     5      hash  I
            2   21     6     index  I
            3   21     7        id  Lcom/ctc/wstx/util/ElementId;
    MethodParameters:
          Name  Flags
      idStr     
      loc       
      elemName  
      attrName  

  public com.ctc.wstx.util.ElementId addDefined(char[], int, int, int, javax.xml.stream.Location, com.ctc.wstx.util.PrefixedName, com.ctc.wstx.util.PrefixedName);
    descriptor: ([CIIILjavax/xml/stream/Location;Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=8
        start local 0 // com.ctc.wstx.util.ElementIdMap this
        start local 1 // char[] buffer
        start local 2 // int start
        start local 3 // int len
        start local 4 // int hash
        start local 5 // javax.xml.stream.Location loc
        start local 6 // com.ctc.wstx.util.PrefixedName elemName
        start local 7 // com.ctc.wstx.util.PrefixedName attrName
         0: .line 236
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 8 /* index */
        start local 8 // int index
         1: .line 237
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 8 /* index */
            aaload
            astore 9 /* id */
        start local 9 // com.ctc.wstx.util.ElementId id
         2: .line 239
            goto 6
         3: .line 240
      StackMap locals: int com.ctc.wstx.util.ElementId
      StackMap stack:
            aload 9 /* id */
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.ElementId.idMatches:([CII)Z
            ifeq 5
         4: .line 241
            goto 7
         5: .line 243
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.nextColliding:()Lcom/ctc/wstx/util/ElementId;
            astore 9 /* id */
         6: .line 239
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            ifnonnull 3
         7: .line 249
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            ifnonnull 17
         8: .line 251
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
            if_icmplt 11
         9: .line 252
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.ElementIdMap.rehash:()V
        10: .line 253
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 8 /* index */
        11: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.ElementIdMap.mSize:I
        12: .line 256
            new java.lang.String
            dup
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial java.lang.String.<init>:([CII)V
            astore 10 /* idStr */
        start local 10 // java.lang.String idStr
        13: .line 257
            new com.ctc.wstx.util.ElementId
            dup
            aload 10 /* idStr */
            aload 5 /* loc */
            iconst_1
            aload 6 /* elemName */
            aload 7 /* attrName */
            invokespecial com.ctc.wstx.util.ElementId.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;ZLcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)V
            astore 9 /* id */
        14: .line 258
            aload 9 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 8 /* index */
            aaload
            invokevirtual com.ctc.wstx.util.ElementId.setNextColliding:(Lcom/ctc/wstx/util/ElementId;)V
        15: .line 259
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 8 /* index */
            aload 9 /* id */
            aastore
        end local 10 // java.lang.String idStr
        16: .line 260
            goto 25
        17: .line 265
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.isDefined:()Z
            ifeq 19
        18: .line 267
            goto 25
        19: .line 271
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            aload 5 /* loc */
            invokevirtual com.ctc.wstx.util.ElementId.markDefined:(Ljavax/xml/stream/Location;)V
        20: .line 276
            aload 9 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            if_acmpne 25
        21: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            invokevirtual com.ctc.wstx.util.ElementId.nextUndefined:()Lcom/ctc/wstx/util/ElementId;
            putfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
        22: .line 279
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            ifnull 23
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            invokevirtual com.ctc.wstx.util.ElementId.isDefined:()Z
            ifne 21
        23: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            ifnonnull 25
        24: .line 283
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
        25: .line 289
      StackMap locals:
      StackMap stack:
            aload 9 /* id */
            areturn
        end local 9 // com.ctc.wstx.util.ElementId id
        end local 8 // int index
        end local 7 // com.ctc.wstx.util.PrefixedName attrName
        end local 6 // com.ctc.wstx.util.PrefixedName elemName
        end local 5 // javax.xml.stream.Location loc
        end local 4 // int hash
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buffer
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Lcom/ctc/wstx/util/ElementIdMap;
            0   26     1    buffer  [C
            0   26     2     start  I
            0   26     3       len  I
            0   26     4      hash  I
            0   26     5       loc  Ljavax/xml/stream/Location;
            0   26     6  elemName  Lcom/ctc/wstx/util/PrefixedName;
            0   26     7  attrName  Lcom/ctc/wstx/util/PrefixedName;
            1   26     8     index  I
            2   26     9        id  Lcom/ctc/wstx/util/ElementId;
           13   16    10     idStr  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      buffer    
      start     
      len       
      hash      
      loc       
      elemName  
      attrName  

  public com.ctc.wstx.util.ElementId addDefined(java.lang.String, javax.xml.stream.Location, com.ctc.wstx.util.PrefixedName, com.ctc.wstx.util.PrefixedName);
    descriptor: (Ljava/lang/String;Ljavax/xml/stream/Location;Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // com.ctc.wstx.util.ElementIdMap this
        start local 1 // java.lang.String idStr
        start local 2 // javax.xml.stream.Location loc
        start local 3 // com.ctc.wstx.util.PrefixedName elemName
        start local 4 // com.ctc.wstx.util.PrefixedName attrName
         0: .line 295
            aload 1 /* idStr */
            invokestatic com.ctc.wstx.util.ElementIdMap.calcHash:(Ljava/lang/String;)I
            istore 5 /* hash */
        start local 5 // int hash
         1: .line 296
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 6 /* index */
        start local 6 // int index
         2: .line 297
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 6 /* index */
            aaload
            astore 7 /* id */
        start local 7 // com.ctc.wstx.util.ElementId id
         3: .line 299
            goto 7
         4: .line 300
      StackMap locals: int int com.ctc.wstx.util.ElementId
      StackMap stack:
            aload 7 /* id */
            aload 1 /* idStr */
            invokevirtual com.ctc.wstx.util.ElementId.idMatches:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 301
            goto 8
         6: .line 303
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.nextColliding:()Lcom/ctc/wstx/util/ElementId;
            astore 7 /* id */
         7: .line 299
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            ifnonnull 4
         8: .line 309
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            ifnonnull 17
         9: .line 310
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
            if_icmplt 12
        10: .line 311
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.ElementIdMap.rehash:()V
        11: .line 312
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 6 /* index */
        12: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.ElementIdMap.mSize:I
        13: .line 315
            new com.ctc.wstx.util.ElementId
            dup
            aload 1 /* idStr */
            aload 2 /* loc */
            iconst_1
            aload 3 /* elemName */
            aload 4 /* attrName */
            invokespecial com.ctc.wstx.util.ElementId.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;ZLcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)V
            astore 7 /* id */
        14: .line 316
            aload 7 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 6 /* index */
            aaload
            invokevirtual com.ctc.wstx.util.ElementId.setNextColliding:(Lcom/ctc/wstx/util/ElementId;)V
        15: .line 317
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 6 /* index */
            aload 7 /* id */
            aastore
        16: .line 318
            goto 25
        17: .line 323
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.isDefined:()Z
            ifeq 19
        18: .line 325
            goto 25
        19: .line 329
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            aload 2 /* loc */
            invokevirtual com.ctc.wstx.util.ElementId.markDefined:(Ljavax/xml/stream/Location;)V
        20: .line 334
            aload 7 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            if_acmpne 25
        21: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            invokevirtual com.ctc.wstx.util.ElementId.nextUndefined:()Lcom/ctc/wstx/util/ElementId;
            putfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
        22: .line 337
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            ifnull 23
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            invokevirtual com.ctc.wstx.util.ElementId.isDefined:()Z
            ifne 21
        23: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mHead:Lcom/ctc/wstx/util/ElementId;
            ifnonnull 25
        24: .line 339
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.ElementIdMap.mTail:Lcom/ctc/wstx/util/ElementId;
        25: .line 345
      StackMap locals:
      StackMap stack:
            aload 7 /* id */
            areturn
        end local 7 // com.ctc.wstx.util.ElementId id
        end local 6 // int index
        end local 5 // int hash
        end local 4 // com.ctc.wstx.util.PrefixedName attrName
        end local 3 // com.ctc.wstx.util.PrefixedName elemName
        end local 2 // javax.xml.stream.Location loc
        end local 1 // java.lang.String idStr
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Lcom/ctc/wstx/util/ElementIdMap;
            0   26     1     idStr  Ljava/lang/String;
            0   26     2       loc  Ljavax/xml/stream/Location;
            0   26     3  elemName  Lcom/ctc/wstx/util/PrefixedName;
            0   26     4  attrName  Lcom/ctc/wstx/util/PrefixedName;
            1   26     5      hash  I
            2   26     6     index  I
            3   26     7        id  Lcom/ctc/wstx/util/ElementId;
    MethodParameters:
          Name  Flags
      idStr     
      loc       
      elemName  
      attrName  

  public static int calcHash(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // char[] buffer
        start local 1 // int start
        start local 2 // int len
         0: .line 363
            aload 0 /* buffer */
            iload 1 /* start */
            caload
            istore 3 /* hash */
        start local 3 // int hash
         1: .line 364
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 365
      StackMap locals: int int
      StackMap stack:
            iload 3 /* hash */
            bipush 31
            imul
            aload 0 /* buffer */
            iload 1 /* start */
            iload 4 /* i */
            iadd
            caload
            iadd
            istore 3 /* hash */
         4: .line 364
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 3
        end local 4 // int i
         6: .line 367
            iload 3 /* hash */
            ireturn
        end local 3 // int hash
        end local 2 // int len
        end local 1 // int start
        end local 0 // char[] buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  buffer  [C
            0    7     1   start  I
            0    7     2     len  I
            1    7     3    hash  I
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      buffer  
      start   
      len     

  public static int calcHash(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String key
         0: .line 373
            aload 0 /* key */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 374
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* key */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         3: goto 6
         4: .line 375
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* key */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iadd
            istore 1 /* hash */
         5: .line 374
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 4
        end local 3 // int len
        end local 2 // int i
         7: .line 378
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   key  Ljava/lang/String;
            1    8     1  hash  I
            2    7     2     i  I
            3    7     3   len  I
    MethodParameters:
      Name  Flags
      key   

  private void rehash();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // com.ctc.wstx.util.ElementIdMap this
         0: .line 396
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            arraylength
            istore 1 /* size */
        start local 1 // int size
         1: .line 402
            iload 1 /* size */
            iconst_2
            ishl
            istore 2 /* newSize */
        start local 2 // int newSize
         2: .line 403
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            astore 3 /* oldSyms */
        start local 3 // com.ctc.wstx.util.ElementId[] oldSyms
         3: .line 404
            aload 0 /* this */
            iload 2 /* newSize */
            anewarray com.ctc.wstx.util.ElementId
            putfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
         4: .line 407
            aload 0 /* this */
            iload 2 /* newSize */
            iconst_1
            isub
            putfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
         5: .line 408
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
            iconst_2
            ishl
            putfield com.ctc.wstx.util.ElementIdMap.mSizeThreshold:I
         6: .line 410
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         7: .line 412
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 19
         9: .line 413
      StackMap locals: com.ctc.wstx.util.ElementIdMap int int com.ctc.wstx.util.ElementId[] int int
      StackMap stack:
            aload 3 /* oldSyms */
            iload 5 /* i */
            aaload
            astore 6 /* id */
        start local 6 // com.ctc.wstx.util.ElementId id
        10: goto 17
        11: .line 414
      StackMap locals: com.ctc.wstx.util.ElementId
      StackMap stack:
            iinc 4 /* count */ 1
        12: .line 415
            aload 6 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.getId:()Ljava/lang/String;
            invokestatic com.ctc.wstx.util.ElementIdMap.calcHash:(Ljava/lang/String;)I
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mIndexMask:I
            iand
            istore 7 /* index */
        start local 7 // int index
        13: .line 416
            aload 6 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.nextColliding:()Lcom/ctc/wstx/util/ElementId;
            astore 8 /* nextIn */
        start local 8 // com.ctc.wstx.util.ElementId nextIn
        14: .line 417
            aload 6 /* id */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 7 /* index */
            aaload
            invokevirtual com.ctc.wstx.util.ElementId.setNextColliding:(Lcom/ctc/wstx/util/ElementId;)V
        15: .line 418
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mTable:[Lcom/ctc/wstx/util/ElementId;
            iload 7 /* index */
            aload 6 /* id */
            aastore
        16: .line 419
            aload 8 /* nextIn */
            astore 6 /* id */
        end local 8 // com.ctc.wstx.util.ElementId nextIn
        end local 7 // int index
        17: .line 413
      StackMap locals:
      StackMap stack:
            aload 6 /* id */
            ifnonnull 11
        end local 6 // com.ctc.wstx.util.ElementId id
        18: .line 412
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            iload 1 /* size */
            if_icmplt 9
        end local 5 // int i
        20: .line 423
            iload 4 /* count */
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            if_icmpeq 22
        21: .line 424
            new java.lang.StringBuilder
            dup
            ldc "on rehash(): had "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementIdMap.mSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " entries; now have "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* count */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.ctc.wstx.util.ExceptionUtil.throwInternal:(Ljava/lang/String;)V
        22: .line 426
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int count
        end local 3 // com.ctc.wstx.util.ElementId[] oldSyms
        end local 2 // int newSize
        end local 1 // int size
        end local 0 // com.ctc.wstx.util.ElementIdMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lcom/ctc/wstx/util/ElementIdMap;
            1   23     1     size  I
            2   23     2  newSize  I
            3   23     3  oldSyms  [Lcom/ctc/wstx/util/ElementId;
            7   23     4    count  I
            8   20     5        i  I
           10   18     6       id  Lcom/ctc/wstx/util/ElementId;
           13   17     7    index  I
           14   17     8   nextIn  Lcom/ctc/wstx/util/ElementId;
}
SourceFile: "ElementIdMap.java"