public class com.fasterxml.aalto.async.AsyncByteArrayScanner extends com.fasterxml.aalto.async.AsyncByteScanner implements com.fasterxml.aalto.AsyncByteArrayFeeder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.aalto.async.AsyncByteArrayScanner
  super_class: com.fasterxml.aalto.async.AsyncByteScanner
{
  protected byte[] _inputBuffer;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

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

  public void <init>(com.fasterxml.aalto.in.ReaderConfig);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
         0: .line 61
            aload 0 /* this */
            aload 1 /* cfg */
            invokespecial com.fasterxml.aalto.async.AsyncByteScanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;)V
         1: .line 63
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         2: .line 64
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
         3: .line 65
            return
        end local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    4     1   cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
    MethodParameters:
      Name  Flags
      cfg   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 69
            new java.lang.StringBuilder
            dup
            ldc "asyncScanner; curr="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " next="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", state = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;

  protected final byte _currentByte();
    descriptor: ()B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 80
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final byte _nextByte();
    descriptor: ()B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 85
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final byte _prevByte();
    descriptor: ()B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 90
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            baload
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int parseCommentContents();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 102
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 4
         1: .line 103
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleCommentPending:()I
            istore 1 /* result */
        start local 1 // int result
         2: .line 105
            iload 1 /* result */
            ifeq 4
         3: .line 106
            iload 1 /* result */
            ireturn
        end local 1 // int result
         4: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 1 /* outputBuffer */
        start local 1 // char[] outputBuffer
         5: .line 112
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 2 /* outPtr */
        start local 2 // int outPtr
         6: .line 114
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 3 /* TYPES */
        start local 3 // int[] TYPES
         7: .line 115
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 4 /* inputBuffer */
        start local 4 // byte[] inputBuffer
         8: .line 123
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 10
         9: .line 124
            goto 82
        10: .line 126
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 13
        11: .line 127
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        12: .line 128
            iconst_0
            istore 2 /* outPtr */
        13: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 6 /* max */
        start local 6 // int max
        14: .line 132
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 1 /* outputBuffer */
            arraylength
            iload 2 /* outPtr */
            isub
            iadd
            istore 7 /* max2 */
        start local 7 // int max2
        15: .line 133
            iload 7 /* max2 */
            iload 6 /* max */
            if_icmpge 22
        16: .line 134
            iload 7 /* max2 */
            istore 6 /* max */
        end local 7 // int max2
        17: .line 137
            goto 22
        18: .line 138
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] top int
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* c */
        start local 5 // int c
        19: .line 139
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 21
        20: .line 140
            goto 24
        21: .line 142
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] int int
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        22: .line 137
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iload 6 /* max */
            if_icmplt 18
        end local 6 // int max
        23: .line 122
            goto 8
        start local 5 // int c
        24: .line 146
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] int
      StackMap stack:
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            tableswitch { // 1 - 13
                    1: 25
                    2: 26
                    3: 34
                    4: 65
                    5: 36
                    6: 41
                    7: 49
                    8: 80
                    9: 80
                   10: 80
                   11: 80
                   12: 80
                   13: 66
              default: 80
          }
        25: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        26: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 29
        27: .line 152
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        28: .line 153
            goto 82
        29: .line 155
      StackMap locals:
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 31
        30: .line 156
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        31: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        32: .line 160
            bipush 10
            istore 5 /* c */
        33: .line 161
            goto 80
        34: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        35: .line 164
            goto 80
        36: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 39
        37: .line 167
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        38: .line 168
            goto 82
        39: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 5 /* c */
        40: .line 171
            goto 80
        41: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 47
        42: .line 174
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 45
        43: .line 175
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        44: .line 176
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        45: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        46: .line 179
            goto 82
        47: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 5 /* c */
        48: .line 182
            goto 80
        49: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 58
        50: .line 185
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 56
        51: .line 186
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        52: .line 187
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        53: .line 188
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 56
        54: .line 189
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        55: .line 190
            iload 5 /* c */
            iload 6 /* d */
            bipush 16
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        56: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        57: .line 194
            goto 82
        58: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 5 /* c */
        59: .line 198
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            ldc 55296
            iload 5 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        60: .line 199
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 63
        61: .line 200
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        62: .line 201
            iconst_0
            istore 2 /* outPtr */
        63: .line 203
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 5 /* c */
            sipush 1023
            iand
            ior
            istore 5 /* c */
        64: .line 205
            goto 80
        65: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        66: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 69
        67: .line 210
            aload 0 /* this */
            bipush -20
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        68: .line 211
            goto 82
        69: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 45
            if_icmpne 80
        70: .line 214
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        71: .line 215
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 74
        72: .line 216
            aload 0 /* this */
            bipush -21
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        73: .line 217
            goto 82
        74: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 62
            if_icmpeq 76
        75: .line 220
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportDoubleHyphenInComments:()V
        76: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        77: .line 223
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        78: .line 224
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        79: .line 225
            iconst_5
            ireturn
        80: .line 233
      StackMap locals:
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        81: .line 118
            goto 8
        82: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        83: .line 237
            sipush 257
            ireturn
        end local 4 // byte[] inputBuffer
        end local 3 // int[] TYPES
        end local 2 // int outPtr
        end local 1 // char[] outputBuffer
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   84     0          this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2    4     1        result  I
            5   84     1  outputBuffer  [C
            6   84     2        outPtr  I
            7   84     3         TYPES  [I
            8   84     4   inputBuffer  [B
           19   22     5             c  I
           24   81     5             c  I
           14   23     6           max  I
           15   17     7          max2  I
           44   45     6             d  I
           52   56     6             d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handleCommentPending();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 248
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
         1: .line 249
            sipush 257
            ireturn
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -20
            if_icmpne 11
         3: .line 252
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 45
            if_icmpeq 7
         4: .line 254
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         5: .line 255
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc "-"
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(Ljava/lang/String;)V
         6: .line 256
            iconst_0
            ireturn
         7: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         8: .line 259
            aload 0 /* this */
            bipush -21
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         9: .line 260
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 11
        10: .line 261
            sipush 257
            ireturn
        11: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -21
            if_icmpne 19
        12: .line 266
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        13: .line 267
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        14: .line 268
            iload 1 /* b */
            bipush 62
            if_icmpeq 16
        15: .line 269
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportDoubleHyphenInComments:()V
        16: .line 271
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        17: .line 272
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        18: .line 273
            iconst_5
            ireturn
        end local 1 // byte b
        19: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAndAppendPending:()Z
            ifeq 20
            iconst_0
            goto 21
      StackMap locals:
      StackMap stack:
        20: sipush 257
      StackMap locals:
      StackMap stack: int
        21: ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
           14   19     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int parsePIData();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 288
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 4
         1: .line 289
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePIPending:()I
            istore 1 /* result */
        start local 1 // int result
         2: .line 291
            iload 1 /* result */
            ifeq 4
         3: .line 292
            iload 1 /* result */
            ireturn
        end local 1 // int result
         4: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 1 /* outputBuffer */
        start local 1 // char[] outputBuffer
         5: .line 298
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 2 /* outPtr */
        start local 2 // int outPtr
         6: .line 300
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 3 /* TYPES */
        start local 3 // int[] TYPES
         7: .line 301
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 4 /* inputBuffer */
        start local 4 // byte[] inputBuffer
         8: .line 309
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 10
         9: .line 310
            goto 77
        10: .line 312
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 13
        11: .line 313
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        12: .line 314
            iconst_0
            istore 2 /* outPtr */
        13: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 6 /* max */
        start local 6 // int max
        14: .line 318
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 1 /* outputBuffer */
            arraylength
            iload 2 /* outPtr */
            isub
            iadd
            istore 7 /* max2 */
        start local 7 // int max2
        15: .line 319
            iload 7 /* max2 */
            iload 6 /* max */
            if_icmpge 22
        16: .line 320
            iload 7 /* max2 */
            istore 6 /* max */
        end local 7 // int max2
        17: .line 323
            goto 22
        18: .line 324
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] top int
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* c */
        start local 5 // int c
        19: .line 325
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 21
        20: .line 326
            goto 24
        21: .line 328
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] int int
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        22: .line 323
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iload 6 /* max */
            if_icmplt 18
        end local 6 // int max
        23: .line 308
            goto 8
        start local 5 // int c
        24: .line 332
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] int
      StackMap stack:
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            tableswitch { // 1 - 12
                    1: 25
                    2: 26
                    3: 34
                    4: 65
                    5: 36
                    6: 41
                    7: 49
                    8: 75
                    9: 75
                   10: 75
                   11: 75
                   12: 66
              default: 75
          }
        25: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        26: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 29
        27: .line 338
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        28: .line 339
            goto 77
        29: .line 341
      StackMap locals:
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 31
        30: .line 342
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        31: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        32: .line 346
            bipush 10
            istore 5 /* c */
        33: .line 347
            goto 75
        34: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        35: .line 350
            goto 75
        36: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 39
        37: .line 353
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        38: .line 354
            goto 77
        39: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 5 /* c */
        40: .line 357
            goto 75
        41: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 47
        42: .line 360
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 45
        43: .line 361
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        44: .line 362
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        45: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        46: .line 365
            goto 77
        47: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 5 /* c */
        48: .line 368
            goto 75
        49: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 58
        50: .line 371
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 56
        51: .line 372
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        52: .line 373
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        53: .line 374
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 56
        54: .line 375
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        55: .line 376
            iload 5 /* c */
            iload 6 /* d */
            bipush 16
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        56: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        57: .line 380
            goto 77
        58: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 5 /* c */
        59: .line 384
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            ldc 55296
            iload 5 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        60: .line 385
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 63
        61: .line 386
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        62: .line 387
            iconst_0
            istore 2 /* outPtr */
        63: .line 389
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 5 /* c */
            sipush 1023
            iand
            ior
            istore 5 /* c */
        64: .line 391
            goto 75
        65: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        66: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 69
        67: .line 397
            aload 0 /* this */
            bipush -15
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        68: .line 398
            goto 77
        69: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 62
            if_icmpne 75
        70: .line 401
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        71: .line 402
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        72: .line 403
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        73: .line 404
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        74: .line 405
            iconst_3
            ireturn
        75: .line 414
      StackMap locals:
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        76: .line 304
            goto 8
        77: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        78: .line 417
            sipush 257
            ireturn
        end local 4 // byte[] inputBuffer
        end local 3 // int[] TYPES
        end local 2 // int outPtr
        end local 1 // char[] outputBuffer
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   79     0          this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2    4     1        result  I
            5   79     1  outputBuffer  [C
            6   79     2        outPtr  I
            7   79     3         TYPES  [I
            8   79     4   inputBuffer  [B
           19   22     5             c  I
           24   76     5             c  I
           14   23     6           max  I
           15   17     7          max2  I
           44   45     6             d  I
           52   56     6             d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handlePIPending();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 429
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -15
            if_icmpne 12
         1: .line 430
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 3
         2: .line 431
            sipush 257
            ireturn
         3: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
         4: .line 434
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         5: .line 435
            iload 1 /* b */
            bipush 62
            if_icmpeq 8
         6: .line 437
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            bipush 63
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
         7: .line 438
            iconst_0
            ireturn
         8: .line 440
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         9: .line 441
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        10: .line 442
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        11: .line 443
            iconst_3
            ireturn
        end local 1 // byte b
        12: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAndAppendPending:()Z
            ifeq 13
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack:
        13: sipush 257
      StackMap locals:
      StackMap stack: int
        14: ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            4   12     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final boolean handleDTDInternalSubset(boolean);
    descriptor: (Z)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // boolean init
         0: .line 461
            iload 1 /* init */
            ifeq 6
         1: .line 462
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         2: .line 463
            iconst_0
            istore 3 /* outPtr */
        start local 3 // int outPtr
         3: .line 464
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
         4: .line 465
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inDtdDeclaration:Z
         5: .line 466
            goto 11
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
         6: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 9
         7: .line 468
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAndAppendPending:()Z
            ifne 9
         8: .line 469
            iconst_0
            ireturn
         9: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
        10: .line 473
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 3 /* outPtr */
        start local 3 // int outPtr
        11: .line 476
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.DTD_CHARS:[I
            astore 4 /* TYPES */
        start local 4 // int[] TYPES
        12: .line 477
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 5 /* inputBuffer */
        start local 5 // byte[] inputBuffer
        13: .line 485
      StackMap locals: int[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 15
        14: .line 486
            goto 88
        15: .line 488
      StackMap locals:
      StackMap stack:
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 18
        16: .line 489
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        17: .line 490
            iconst_0
            istore 3 /* outPtr */
        18: .line 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        19: .line 494
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 2 /* outputBuffer */
            arraylength
            iload 3 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        20: .line 495
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 27
        21: .line 496
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        22: .line 499
            goto 27
        23: .line 500
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int char[] int int[] byte[] top int
      StackMap stack:
            aload 5 /* inputBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* c */
        start local 6 // int c
        24: .line 501
            aload 4 /* TYPES */
            iload 6 /* c */
            iaload
            ifeq 26
        25: .line 502
            goto 29
        26: .line 504
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int char[] int int[] byte[] int int
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 6 /* c */
            i2c
            castore
        end local 6 // int c
        27: .line 499
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int char[] int int[] byte[] top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iload 7 /* max */
            if_icmplt 23
        end local 7 // int max
        28: .line 484
            goto 13
        start local 6 // int c
        29: .line 508
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int char[] int int[] byte[] int
      StackMap stack:
            aload 4 /* TYPES */
            iload 6 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 30
                    2: 31
                    3: 39
                    4: 70
                    5: 41
                    6: 46
                    7: 54
                    8: 71
                    9: 77
                   10: 80
                   11: 83
              default: 86
          }
        30: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 6 /* c */
        31: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 34
        32: .line 513
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        33: .line 514
            goto 88
        34: .line 516
      StackMap locals:
      StackMap stack:
            aload 5 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 36
        35: .line 517
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        36: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        37: .line 520
            bipush 10
            istore 6 /* c */
        38: .line 521
            goto 86
        39: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        40: .line 524
            goto 86
        41: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 44
        42: .line 527
            aload 0 /* this */
            iload 6 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        43: .line 528
            goto 88
        44: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 6 /* c */
        45: .line 531
            goto 86
        46: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 52
        47: .line 534
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 50
        48: .line 535
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 7 /* d */
        start local 7 // int d
        49: .line 536
            iload 6 /* c */
            iload 7 /* d */
            bipush 8
            ishl
            ior
            istore 6 /* c */
        end local 7 // int d
        50: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        51: .line 539
            goto 88
        52: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 6 /* c */
        53: .line 542
            goto 86
        54: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 63
        55: .line 545
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 61
        56: .line 546
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 7 /* d */
        start local 7 // int d
        57: .line 547
            iload 6 /* c */
            iload 7 /* d */
            bipush 8
            ishl
            ior
            istore 6 /* c */
        58: .line 548
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 61
        59: .line 549
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 7 /* d */
        60: .line 550
            iload 6 /* c */
            iload 7 /* d */
            bipush 16
            ishl
            ior
            istore 6 /* c */
        end local 7 // int d
        61: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        62: .line 554
            goto 88
        63: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 6 /* c */
        64: .line 558
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            ldc 55296
            iload 6 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        65: .line 559
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 68
        66: .line 560
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        67: .line 561
            iconst_0
            istore 3 /* outPtr */
        68: .line 563
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 6 /* c */
            sipush 1023
            iand
            ior
            istore 6 /* c */
        69: .line 565
            goto 86
        70: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        71: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
            ifne 74
        72: .line 571
            aload 0 /* this */
            iload 6 /* c */
            i2b
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
        73: .line 572
            goto 86
        74: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
            iload 6 /* c */
            if_icmpne 86
        75: .line 574
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
        76: .line 577
            goto 86
        77: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inDtdDeclaration:Z
            ifne 86
        78: .line 581
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inDtdDeclaration:Z
        79: .line 583
            goto 86
        80: .line 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
            ifne 86
        81: .line 586
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inDtdDeclaration:Z
        82: .line 588
            goto 86
        83: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inDtdDeclaration:Z
            ifne 86
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
            ifne 86
        84: .line 591
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 3 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        85: .line 592
            iconst_1
            ireturn
        86: .line 599
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 6 /* c */
            i2c
            castore
        end local 6 // int c
        87: .line 480
            goto 13
        88: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 3 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        89: .line 602
            iconst_0
            ireturn
        end local 5 // byte[] inputBuffer
        end local 4 // int[] TYPES
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
        end local 1 // boolean init
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   90     0          this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   90     1          init  Z
            2    6     2  outputBuffer  [C
           10   90     2  outputBuffer  [C
            3    6     3        outPtr  I
           11   90     3        outPtr  I
           12   90     4         TYPES  [I
           13   90     5   inputBuffer  [B
           24   27     6             c  I
           29   87     6             c  I
           19   28     7           max  I
           20   22     8          max2  I
           49   50     7             d  I
           57   61     7             d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      init  

  protected final int parseCDataContents();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 614
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 4
         1: .line 615
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleCDataPending:()I
            istore 1 /* result */
        start local 1 // int result
         2: .line 617
            iload 1 /* result */
            ifeq 4
         3: .line 618
            iload 1 /* result */
            ireturn
        end local 1 // int result
         4: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 1 /* outputBuffer */
        start local 1 // char[] outputBuffer
         5: .line 623
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 2 /* outPtr */
        start local 2 // int outPtr
         6: .line 625
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 3 /* TYPES */
        start local 3 // int[] TYPES
         7: .line 626
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 4 /* inputBuffer */
        start local 4 // byte[] inputBuffer
         8: .line 634
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 10
         9: .line 635
            goto 95
        10: .line 637
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 13
        11: .line 638
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        12: .line 639
            iconst_0
            istore 2 /* outPtr */
        13: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 6 /* max */
        start local 6 // int max
        14: .line 643
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 1 /* outputBuffer */
            arraylength
            iload 2 /* outPtr */
            isub
            iadd
            istore 7 /* max2 */
        start local 7 // int max2
        15: .line 644
            iload 7 /* max2 */
            iload 6 /* max */
            if_icmpge 22
        16: .line 645
            iload 7 /* max2 */
            istore 6 /* max */
        end local 7 // int max2
        17: .line 648
            goto 22
        18: .line 649
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] top int
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* c */
        start local 5 // int c
        19: .line 650
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 21
        20: .line 651
            goto 24
        21: .line 653
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] int int
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        22: .line 648
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iload 6 /* max */
            if_icmplt 18
        end local 6 // int max
        23: .line 633
            goto 8
        start local 5 // int c
        24: .line 657
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int int[] byte[] int
      StackMap stack:
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 25
                    2: 26
                    3: 34
                    4: 65
                    5: 36
                    6: 41
                    7: 49
                    8: 93
                    9: 93
                   10: 93
                   11: 66
              default: 93
          }
        25: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        26: .line 662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 29
        27: .line 663
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        28: .line 664
            goto 95
        29: .line 666
      StackMap locals:
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 31
        30: .line 667
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        31: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        32: .line 671
            bipush 10
            istore 5 /* c */
        33: .line 672
            goto 93
        34: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        35: .line 675
            goto 93
        36: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 39
        37: .line 678
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        38: .line 679
            goto 95
        39: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 5 /* c */
        40: .line 682
            goto 93
        41: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 47
        42: .line 685
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 45
        43: .line 686
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        44: .line 687
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        45: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        46: .line 690
            goto 95
        47: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 5 /* c */
        48: .line 693
            goto 93
        49: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 58
        50: .line 696
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 56
        51: .line 697
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        52: .line 698
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        53: .line 699
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 56
        54: .line 700
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        55: .line 701
            iload 5 /* c */
            iload 6 /* d */
            bipush 16
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        56: .line 704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        57: .line 705
            goto 95
        58: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 5 /* c */
        59: .line 709
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            ldc 55296
            iload 5 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        60: .line 710
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 63
        61: .line 711
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        62: .line 712
            iconst_0
            istore 2 /* outPtr */
        63: .line 714
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 5 /* c */
            sipush 1023
            iand
            ior
            istore 5 /* c */
        64: .line 716
            goto 93
        65: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        66: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 69
        67: .line 721
            aload 0 /* this */
            bipush -30
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        68: .line 722
            goto 95
        69: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 93
            if_icmpne 93
        70: .line 726
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        71: .line 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 74
        72: .line 729
            aload 0 /* this */
            bipush -31
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        73: .line 730
            goto 95
        74: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 62
            if_icmpne 80
        75: .line 733
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        76: .line 734
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        77: .line 735
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        78: .line 736
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        79: .line 737
            bipush 12
            ireturn
        80: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 93
            if_icmpeq 87
        81: .line 740
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            bipush 93
            castore
        82: .line 741
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 85
        83: .line 742
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        84: .line 743
            iconst_0
            istore 2 /* outPtr */
        85: .line 745
      StackMap locals:
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            bipush 93
            castore
        86: .line 746
            goto 8
        87: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        88: .line 750
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            bipush 93
            castore
        89: .line 751
            iload 2 /* outPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 71
        90: .line 752
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        91: .line 753
            iconst_0
            istore 2 /* outPtr */
        92: .line 727
            goto 71
        93: .line 763
      StackMap locals:
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        94: .line 629
            goto 8
        95: .line 766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        96: .line 767
            sipush 257
            ireturn
        end local 4 // byte[] inputBuffer
        end local 3 // int[] TYPES
        end local 2 // int outPtr
        end local 1 // char[] outputBuffer
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   97     0          this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2    4     1        result  I
            5   97     1  outputBuffer  [C
            6   97     2        outPtr  I
            7   97     3         TYPES  [I
            8   97     4   inputBuffer  [B
           19   22     5             c  I
           24   94     5             c  I
           14   23     6           max  I
           15   17     7          max2  I
           44   45     6             d  I
           52   56     6             d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handleCDataPending();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 778
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -30
            if_icmpne 23
         1: .line 779
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 3
         2: .line 780
            sipush 257
            ireturn
         3: .line 782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 93
            if_icmpeq 6
         4: .line 784
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            bipush 93
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
         5: .line 785
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ireturn
         6: .line 787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         7: .line 788
            aload 0 /* this */
            bipush -31
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         8: .line 789
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 23
         9: .line 790
            sipush 257
            ireturn
        10: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 12
        11: .line 796
            sipush 257
            ireturn
        12: .line 798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        13: .line 799
            iload 1 /* b */
            bipush 62
            if_icmpne 18
        14: .line 800
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        15: .line 801
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        16: .line 802
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        17: .line 803
            bipush 12
            ireturn
        18: .line 805
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 93
            if_icmpeq 22
        19: .line 806
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        20: .line 807
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc "]]"
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(Ljava/lang/String;)V
        21: .line 808
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ireturn
        22: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            bipush 93
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
        end local 1 // byte b
        23: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -31
            if_icmpeq 10
        24: .line 813
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAndAppendPending:()Z
            ifeq 25
            iconst_0
            goto 26
      StackMap locals:
      StackMap stack:
        25: sipush 257
      StackMap locals:
      StackMap stack: int
        26: ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
           13   23     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int startCharactersPending();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 825
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
         1: .line 826
            sipush 257
            ireturn
         2: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            istore 1 /* c */
        start local 1 // int c
         3: .line 831
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         4: .line 834
            iload 1 /* c */
            iconst_m1
            if_icmpne 10
         5: .line 835
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 7
         6: .line 836
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         7: .line 838
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
         8: .line 839
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            bipush 10
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithChar:(C)V
         9: .line 840
            goto 50
        10: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            iload 1 /* c */
            sipush 255
            iand
            iaload
            tableswitch { // 5 - 7
                    5: 11
                    6: 13
                    7: 25
              default: 49
          }
        11: .line 847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithChar:(C)V
        12: .line 848
            goto 50
        13: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        14: .line 853
            iload 1 /* c */
            bipush 8
            ishr
            istore 3 /* c2 */
        start local 3 // int c2
        15: .line 854
            iload 3 /* c2 */
            ifne 22
        16: .line 855
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 19
        17: .line 856
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        18: .line 857
            sipush 257
            ireturn
        19: .line 859
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        20: .line 860
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            istore 1 /* c */
        end local 4 // int c3
        21: .line 861
            goto 23
        22: .line 862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            istore 1 /* c */
        23: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 1 /* c */
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithChar:(C)V
        end local 3 // int c2
        end local 2 // int next
        24: .line 866
            goto 50
        25: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        26: .line 871
            iload 1 /* c */
            bipush 8
            ishr
            ifne 37
        27: .line 872
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 30
        28: .line 873
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        29: .line 874
            sipush 257
            ireturn
        30: .line 876
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        31: .line 877
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 34
        32: .line 878
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            iload 3 /* c2 */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        33: .line 879
            sipush 257
            ireturn
        34: .line 881
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        35: .line 882
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 3 /* c2 */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        end local 4 // int c3
        end local 3 // int c2
        36: .line 883
            goto 47
        37: .line 884
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 8
            ishr
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        38: .line 885
            iload 1 /* c */
            bipush 16
            ishr
            istore 4 /* c3 */
        start local 4 // int c3
        39: .line 887
            iload 4 /* c3 */
            ifne 46
        40: .line 888
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 43
        41: .line 889
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        42: .line 890
            sipush 257
            ireturn
        43: .line 892
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        44: .line 893
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        45: .line 894
            goto 47
        46: .line 895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 4 /* c3 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        end local 4 // int c3
        end local 3 // int c2
        end local 2 // int next
        47: .line 900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithSurrogate:(I)V
        48: .line 901
            aload 0 /* this */
            iconst_4
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        49: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        50: .line 908
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgCoalescing:Z
            ifeq 52
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifne 52
        51: .line 910
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharactersCoalescing:()I
            ireturn
        52: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
        53: .line 913
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifeq 56
        54: .line 914
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
        55: .line 915
            goto 57
        56: .line 916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharacters:()V
        57: .line 918
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   58     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            3   58     1     c  I
           14   24     2  next  I
           15   24     3    c2  I
           20   21     4    c3  I
           26   47     2  next  I
           31   36     3    c2  I
           35   36     4    c3  I
           38   47     3    c2  I
           39   47     4    c3  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int finishCharactersCoalescing();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 927
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 3
         1: .line 928
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAndAppendPending:()Z
            ifne 3
         2: .line 929
            sipush 257
            ireturn
         3: .line 932
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  public final boolean needMoreInput();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 945
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 1
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._endOfInput:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;

  public void feedInput(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte[] buf
        start local 2 // int start
        start local 3 // int len
         0: .line 952
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmpge 2
         1: .line 953
            new javax.xml.stream.XMLStreamException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Still have "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " unread bytes"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 956
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._endOfInput:Z
            ifeq 4
         3: .line 957
            new javax.xml.stream.XMLStreamException
            dup
            ldc "Already closed, can not feed more input"
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pastBytesOrChars:J
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._origBufferLen:I
            i2l
            ladd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pastBytesOrChars:J
         5: .line 961
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._rowStartOffset:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._origBufferLen:I
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._rowStartOffset:I
         6: .line 964
            aload 0 /* this */
            aload 1 /* buf */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
         7: .line 965
            aload 0 /* this */
            iload 2 /* start */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         8: .line 966
            aload 0 /* this */
            iload 2 /* start */
            iload 3 /* len */
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
         9: .line 967
            aload 0 /* this */
            iload 3 /* len */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._origBufferLen:I
        10: .line 968
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // byte[] buf
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   11     1    buf  [B
            0   11     2  start  I
            0   11     3    len  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      buf    
      start  
      len    

  public int nextFromTree();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 980
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            sipush 257
            if_icmpeq 17
         1: .line 984
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            iconst_1
            if_icmpne 5
         2: .line 985
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._isEmptyTag:Z
            ifeq 10
         3: .line 986
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
         4: .line 988
            aload 0 /* this */
            iconst_2
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
         5: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            iconst_2
            if_icmpne 10
         6: .line 991
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
            invokevirtual com.fasterxml.aalto.in.ElementScope.getParent:()Lcom/fasterxml/aalto/in/ElementScope;
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
         7: .line 993
            goto 9
         8: .line 994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
            invokevirtual com.fasterxml.aalto.in.NsDeclaration.unbind:()Lcom/fasterxml/aalto/in/NsDeclaration;
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
         9: .line 993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
            ifnull 10
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
            invokevirtual com.fasterxml.aalto.in.NsDeclaration.getLevel:()I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
            if_icmpge 8
        10: .line 999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.setStartLocation:()V
        11: .line 1006
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
            ifeq 15
        12: .line 1007
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.skipCharacters:()Z
            ifne 14
        13: .line 1008
            sipush 257
            ireturn
        14: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
        15: .line 1012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            sipush 257
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
        16: .line 1013
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        17: .line 1017
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
            sipush 257
            if_icmpne 68
        18: .line 1018
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            ifne 33
        19: .line 1022
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 22
        20: .line 1023
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        21: .line 1024
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.startCharactersPending:()I
            ireturn
        22: .line 1026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 24
        23: .line 1027
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        24: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        25: .line 1030
            iload 1 /* b */
            bipush 60
            if_icmpne 28
        26: .line 1031
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        27: .line 1032
            goto 33
      StackMap locals: int
      StackMap stack:
        28: iload 1 /* b */
            bipush 38
            if_icmpne 31
        29: .line 1033
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        30: .line 1034
            goto 33
        31: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        32: .line 1036
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.startCharacters:(B)I
            ireturn
        end local 1 // byte b
        33: .line 1040
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 35
        34: .line 1041
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        35: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_1
            if_icmpne 47
        36: .line 1045
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        37: .line 1046
            iload 1 /* b */
            bipush 33
            if_icmpne 40
        38: .line 1047
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        39: .line 1048
            goto 53
      StackMap locals: int
      StackMap stack:
        40: iload 1 /* b */
            bipush 63
            if_icmpne 44
        41: .line 1049
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        42: .line 1050
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        43: .line 1051
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePI:()I
            ireturn
        44: .line 1052
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 47
            if_icmpne 46
        45: .line 1053
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEndElementStart:()I
            ireturn
        46: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleStartElementStart:(B)I
            ireturn
        end local 1 // byte b
        47: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_2
            if_icmpne 49
        48: .line 1059
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEntityStartingToken:()I
            ireturn
        49: .line 1060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            bipush 6
            if_icmpne 51
        50: .line 1061
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleNamedEntityStartingToken:()I
            ireturn
        51: .line 1062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_5
            if_icmpne 53
        52: .line 1063
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleNumericEntityStartingToken:()I
            ireturn
        53: .line 1066
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_3
            if_icmpne 67
        54: .line 1067
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 56
        55: .line 1068
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        56: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        57: .line 1072
            iload 1 /* b */
            bipush 45
            if_icmpne 61
        58: .line 1073
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        59: .line 1074
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        60: .line 1075
            goto 68
      StackMap locals: int
      StackMap stack:
        61: iload 1 /* b */
            bipush 91
            if_icmpne 65
        62: .line 1076
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        63: .line 1077
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        64: .line 1078
            goto 68
        65: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected either '-' for COMMENT or '[CDATA[' for CDATA section)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        end local 1 // byte b
        66: .line 1081
            goto 68
        67: .line 1082
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        68: .line 1089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
            tableswitch { // 1 - 12
                    1: 69
                    2: 70
                    3: 71
                    4: 74
                    5: 72
                    6: 80
                    7: 80
                    8: 80
                    9: 80
                   10: 80
                   11: 80
                   12: 73
              default: 80
          }
        69: .line 1091
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleStartElement:()I
            ireturn
        70: .line 1093
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEndElement:()I
            ireturn
        71: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePI:()I
            ireturn
        72: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleComment:()I
            ireturn
        73: .line 1099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleCData:()I
            ireturn
        74: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifne 77
        75: .line 1103
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgCoalescing:Z
            ifeq 77
        76: .line 1104
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharactersCoalescing:()I
            ireturn
        77: .line 1107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 79
        78: .line 1108
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.startCharactersPending:()I
            ireturn
        79: .line 1111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        80: .line 1114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   81     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
           25   33     1     b  B
           37   47     1     b  B
           57   66     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private int handleCData();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1125
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_1
            if_icmpne 2
         1: .line 1126
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseCDataContents:()I
            ireturn
         2: .line 1128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 4
         3: .line 1129
            sipush 257
            ireturn
         4: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleCDataStartMarker:(B)I
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private int handleCDataStartMarker(byte);
    descriptor: (B)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte b
         0: .line 1136
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            tableswitch { // 0 - 6
                    0: 1
                    1: 38
                    2: 7
                    3: 13
                    4: 19
                    5: 25
                    6: 31
              default: 38
          }
         1: .line 1138
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 67
            if_icmpeq 3
         2: .line 1139
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected 'C' for CDATA)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
         3: .line 1141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         4: .line 1142
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 6
         5: .line 1143
            sipush 257
            ireturn
         6: .line 1145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
         7: .line 1148
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 68
            if_icmpeq 9
         8: .line 1149
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected 'D' for CDATA)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
         9: .line 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        10: .line 1152
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 12
        11: .line 1153
            sipush 257
            ireturn
        12: .line 1155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        13: .line 1158
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 65
            if_icmpeq 15
        14: .line 1159
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected 'A' for CDATA)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        15: .line 1161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        16: .line 1162
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 18
        17: .line 1163
            sipush 257
            ireturn
        18: .line 1165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        19: .line 1168
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 84
            if_icmpeq 21
        20: .line 1169
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected 'T' for CDATA)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        21: .line 1171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        22: .line 1172
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 24
        23: .line 1173
            sipush 257
            ireturn
        24: .line 1175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        25: .line 1178
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 65
            if_icmpeq 27
        26: .line 1179
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected 'A' for CDATA)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        27: .line 1181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        28: .line 1182
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 30
        29: .line 1183
            sipush 257
            ireturn
        30: .line 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        31: .line 1188
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 91
            if_icmpeq 33
        32: .line 1189
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected '[' for CDATA)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        33: .line 1191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
        34: .line 1192
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        35: .line 1193
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 37
        36: .line 1194
            sipush 257
            ireturn
        37: .line 1196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseCDataContents:()I
            ireturn
        38: .line 1198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            ireturn
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   39     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   39     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected int handlePI();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1211
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_5
            if_icmpne 2
         1: .line 1212
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePIData:()I
            ireturn
         2: .line 1217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 4
         3: .line 1218
            sipush 257
            ireturn
         4: .line 1220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            tableswitch { // 0 - 4
                    0: 5
                    1: 13
                    2: 34
                    3: 39
                    4: 43
              default: 49
          }
         5: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewName:(B)Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         6: .line 1223
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 9
         7: .line 1224
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         8: .line 1225
            sipush 257
            ireturn
         9: .line 1227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        10: .line 1228
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.checkPITargetName:(Lcom/fasterxml/aalto/in/PName;)V
        11: .line 1229
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 13
        12: .line 1230
            sipush 257
            ireturn
        13: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        14: .line 1237
            iload 1 /* b */
            bipush 63
            if_icmpne 20
        15: .line 1239
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmpge 18
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 62
            if_icmpne 18
        16: .line 1240
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        17: .line 1241
            goto 50
        18: .line 1244
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        19: .line 1245
            goto 2
        20: .line 1247
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 32
            if_icmpeq 22
            iload 1 /* b */
            bipush 13
            if_icmpeq 22
        21: .line 1248
            iload 1 /* b */
            bipush 10
            if_icmpeq 22
            iload 1 /* b */
            bipush 9
            if_icmpne 33
        22: .line 1249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.asyncSkipSpace:()Z
            ifne 25
        23: .line 1250
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        24: .line 1251
            sipush 257
            ireturn
        25: .line 1253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
        26: .line 1255
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmpge 31
        27: .line 1256
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 63
            if_icmpne 31
        28: .line 1257
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            baload
            bipush 62
            if_icmpne 31
        29: .line 1258
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        30: .line 1259
            goto 50
        31: .line 1262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        32: .line 1263
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePIData:()I
            ireturn
        33: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportMissingPISpace:(I)V
        end local 1 // byte b
        34: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.asyncSkipSpace:()Z
            ifne 36
        35: .line 1271
            sipush 257
            ireturn
        36: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        37: .line 1275
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
        38: .line 1276
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePIData:()I
            ireturn
        39: .line 1280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        40: .line 1282
            iload 1 /* b */
            bipush 62
            if_icmpeq 50
        41: .line 1283
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportMissingPISpace:(I)V
        end local 1 // byte b
        42: .line 1287
            goto 50
        43: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        44: .line 1290
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 46
        45: .line 1291
            sipush 257
            ireturn
        46: .line 1293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.checkPITargetName:(Lcom/fasterxml/aalto/in/PName;)V
        47: .line 1294
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        48: .line 1295
            goto 2
        49: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            ireturn
        50: .line 1302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        51: .line 1303
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        52: .line 1304
            iconst_3
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   53     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
           14   34     1     b  B
           40   42     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handleComment();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1310
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_1
            if_icmpne 2
         1: .line 1311
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseCommentContents:()I
            ireturn
         2: .line 1313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 4
         3: .line 1314
            sipush 257
            ireturn
         4: .line 1316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
         5: .line 1318
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            ifne 11
         6: .line 1319
            iload 1 /* b */
            bipush 45
            if_icmpeq 8
         7: .line 1320
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " (expected '-' for COMMENT)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
         8: .line 1322
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         9: .line 1323
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
        10: .line 1324
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseCommentContents:()I
            ireturn
        11: .line 1326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_3
            if_icmpne 17
        12: .line 1328
            iload 1 /* b */
            bipush 62
            if_icmpeq 14
        13: .line 1329
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportDoubleHyphenInComments:()V
        14: .line 1331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        15: .line 1332
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        16: .line 1333
            iconst_5
            ireturn
        17: .line 1335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            ireturn
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            5   18     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected boolean asyncSkipSpace();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1356
            goto 21
         1: .line 1357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
         2: .line 1358
            iload 1 /* b */
            sipush 255
            iand
            bipush 32
            if_icmple 7
         3: .line 1360
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            iconst_m1
            if_icmpne 6
         4: .line 1361
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
         5: .line 1362
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         6: .line 1364
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         7: .line 1366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         8: .line 1367
            iload 1 /* b */
            bipush 10
            if_icmpne 11
         9: .line 1368
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        10: .line 1369
            goto 21
      StackMap locals:
      StackMap stack:
        11: iload 1 /* b */
            bipush 13
            if_icmpne 19
        12: .line 1370
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 15
        13: .line 1371
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        14: .line 1372
            goto 22
        15: .line 1374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 17
        16: .line 1375
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        17: .line 1377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        18: .line 1378
            goto 21
      StackMap locals:
      StackMap stack:
        19: iload 1 /* b */
            bipush 32
            if_icmpeq 21
            iload 1 /* b */
            bipush 9
            if_icmpeq 21
        20: .line 1379
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInvalidSpace:(I)V
        end local 1 // byte b
        21: .line 1356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 1
        22: .line 1382
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2   21     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handleEntityStartingToken();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1393
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
         1: .line 1394
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
         2: .line 1395
            iload 1 /* b */
            bipush 35
            if_icmpne 9
         3: .line 1396
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
         4: .line 1397
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         5: .line 1398
            aload 0 /* this */
            bipush -70
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         6: .line 1399
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 8
         7: .line 1400
            sipush 257
            ireturn
         8: .line 1402
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleNumericEntityStartingToken:()I
            ireturn
         9: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewEntityName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* n */
        start local 2 // com.fasterxml.aalto.in.PName n
        10: .line 1406
            aload 2 /* n */
            ifnonnull 13
        11: .line 1408
            aload 0 /* this */
            bipush 6
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        12: .line 1409
            sipush 257
            ireturn
        13: .line 1411
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 2 /* n */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 3 /* ch */
        start local 3 // int ch
        14: .line 1412
            iload 3 /* ch */
            ifne 17
        15: .line 1413
            aload 0 /* this */
            aload 2 /* n */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        16: .line 1414
            aload 0 /* this */
            aload 0 /* this */
            bipush 9
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
            ireturn
        17: .line 1417
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 3 /* ch */
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithChar:(C)V
        18: .line 1418
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        19: .line 1419
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
        20: .line 1420
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifeq 23
        21: .line 1421
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
        22: .line 1422
            goto 24
        23: .line 1423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharacters:()V
        24: .line 1425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 3 // int ch
        end local 2 // com.fasterxml.aalto.in.PName n
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2   25     1     b  B
           10   25     2     n  Lcom/fasterxml/aalto/in/PName;
           14   25     3    ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handleNamedEntityStartingToken();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1434
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseEntityName:()Lcom/fasterxml/aalto/in/PName;
            astore 1 /* n */
        start local 1 // com.fasterxml.aalto.in.PName n
         1: .line 1436
            aload 1 /* n */
            ifnonnull 3
         2: .line 1437
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
            ireturn
         3: .line 1439
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 1 /* n */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 2 /* ch */
        start local 2 // int ch
         4: .line 1440
            iload 2 /* ch */
            ifne 7
         5: .line 1441
            aload 0 /* this */
            aload 1 /* n */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         6: .line 1442
            aload 0 /* this */
            bipush 9
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
         7: .line 1445
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* ch */
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithChar:(C)V
         8: .line 1446
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
         9: .line 1447
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
        10: .line 1448
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifeq 13
        11: .line 1449
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
        12: .line 1450
            goto 14
        13: .line 1451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharacters:()V
        14: .line 1453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 2 // int ch
        end local 1 // com.fasterxml.aalto.in.PName n
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   15     1     n  Lcom/fasterxml/aalto/in/PName;
            4   15     2    ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handleNumericEntityStartingToken();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1463
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -70
            if_icmpne 8
         1: .line 1464
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
         2: .line 1465
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
         3: .line 1466
            iload 1 /* b */
            bipush 120
            if_icmpne 7
         4: .line 1467
            aload 0 /* this */
            bipush -73
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         5: .line 1468
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 8
         6: .line 1469
            sipush 257
            ireturn
         7: .line 1472
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush -72
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        end local 1 // byte b
         8: .line 1476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -73
            if_icmpne 11
         9: .line 1477
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeHexEntity:()Z
            ifne 13
        10: .line 1478
            sipush 257
            ireturn
        11: .line 1481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeDecEntity:()Z
            ifne 13
        12: .line 1482
            sipush 257
            ireturn
        13: .line 1486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.verifyAndAppendEntityCharacter:(I)V
        14: .line 1487
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
        15: .line 1488
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifeq 18
        16: .line 1489
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
        17: .line 1490
            goto 19
        18: .line 1491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharacters:()V
        19: .line 1493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        20: .line 1494
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2    8     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final boolean decodeHexEntity();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1503
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            istore 1 /* value */
        start local 1 // int value
         1: .line 1504
            goto 21
         2: .line 1505
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
         3: .line 1506
            iload 2 /* b */
            bipush 59
            if_icmpne 6
         4: .line 1507
            aload 0 /* this */
            iload 1 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
         5: .line 1508
            iconst_1
            ireturn
         6: .line 1510
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            istore 3 /* ch */
        start local 3 // int ch
         7: .line 1511
            iload 3 /* ch */
            bipush 57
            if_icmpgt 10
            iload 3 /* ch */
            bipush 48
            if_icmplt 10
         8: .line 1512
            iinc 3 /* ch */ -48
         9: .line 1513
            goto 17
      StackMap locals: int
      StackMap stack:
        10: iload 3 /* ch */
            bipush 70
            if_icmpgt 13
            iload 3 /* ch */
            bipush 65
            if_icmplt 13
        11: .line 1514
            bipush 10
            iload 3 /* ch */
            bipush 65
            isub
            iadd
            istore 3 /* ch */
        12: .line 1515
            goto 17
      StackMap locals:
      StackMap stack:
        13: iload 3 /* ch */
            bipush 102
            if_icmpgt 16
            iload 3 /* ch */
            bipush 97
            if_icmplt 16
        14: .line 1516
            bipush 10
            iload 3 /* ch */
            bipush 97
            isub
            iadd
            istore 3 /* ch */
        15: .line 1517
            goto 17
        16: .line 1518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a hex digit (0-9a-fA-F) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        17: .line 1520
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            iconst_4
            ishl
            iload 3 /* ch */
            iadd
            istore 1 /* value */
        18: .line 1521
            iload 1 /* value */
            ldc 1114111
            if_icmple 21
        19: .line 1522
            aload 0 /* this */
            iload 1 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        20: .line 1523
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportEntityOverflow:()V
        end local 3 // int ch
        end local 2 // byte b
        21: .line 1504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
        22: .line 1526
            aload 0 /* this */
            iload 1 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        23: .line 1527
            iconst_0
            ireturn
        end local 1 // int value
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   24     0   this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   24     1  value  I
            3   21     2      b  B
            7   21     3     ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final boolean decodeDecEntity();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1536
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            istore 1 /* value */
        start local 1 // int value
         1: .line 1537
            goto 13
         2: .line 1538
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
         3: .line 1539
            iload 2 /* b */
            bipush 59
            if_icmpne 6
         4: .line 1540
            aload 0 /* this */
            iload 1 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
         5: .line 1541
            iconst_1
            ireturn
         6: .line 1543
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            bipush 48
            isub
            istore 3 /* ch */
        start local 3 // int ch
         7: .line 1544
            iload 3 /* ch */
            iflt 8
            iload 3 /* ch */
            bipush 9
            if_icmple 9
         8: .line 1545
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a digit (0 - 9) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         9: .line 1547
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            bipush 10
            imul
            iload 3 /* ch */
            iadd
            istore 1 /* value */
        10: .line 1548
            iload 1 /* value */
            ldc 1114111
            if_icmple 13
        11: .line 1549
            aload 0 /* this */
            iload 1 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        12: .line 1550
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportEntityOverflow:()V
        end local 3 // int ch
        end local 2 // byte b
        13: .line 1537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
        14: .line 1553
            aload 0 /* this */
            iload 1 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        15: .line 1554
            iconst_0
            ireturn
        end local 1 // int value
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   16     1  value  I
            3   13     2      b  B
            7   13     3     ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int decodeGeneralEntity(com.fasterxml.aalto.in.PName);
    descriptor: (Lcom/fasterxml/aalto/in/PName;)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // com.fasterxml.aalto.in.PName entityName
         0: .line 1568
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
         1: .line 1569
            iload 2 /* b */
            bipush 59
            if_icmpeq 3
         2: .line 1570
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            new java.lang.StringBuilder
            dup
            ldc " expected ';' following entity name (\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* entityName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         3: .line 1573
      StackMap locals: int
      StackMap stack:
            aload 1 /* entityName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         4: .line 1574
            aload 3 /* name */
            ldc "amp"
            if_acmpne 6
         5: .line 1575
            bipush 38
            ireturn
         6: .line 1577
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* name */
            ldc "lt"
            if_acmpne 8
         7: .line 1578
            bipush 60
            ireturn
         8: .line 1580
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ldc "apos"
            if_acmpne 10
         9: .line 1581
            bipush 39
            ireturn
        10: .line 1583
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ldc "quot"
            if_acmpne 12
        11: .line 1584
            bipush 34
            ireturn
        12: .line 1586
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ldc "gt"
            if_acmpne 14
        13: .line 1587
            bipush 62
            ireturn
        14: .line 1589
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.lang.String name
        end local 2 // byte b
        end local 1 // com.fasterxml.aalto.in.PName entityName
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   15     1  entityName  Lcom/fasterxml/aalto/in/PName;
            1   15     2           b  B
            4   15     3        name  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
            Name  Flags
      entityName  

  protected int handleStartElementStart(byte);
    descriptor: (B)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte b
         0: .line 1599
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* elemName */
        start local 2 // com.fasterxml.aalto.in.PName elemName
         1: .line 1600
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
         2: .line 1601
            aload 2 /* elemName */
            ifnonnull 5
         3: .line 1602
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         4: .line 1603
            sipush 257
            ireturn
         5: .line 1605
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 2 /* elemName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.initStartElement:(Lcom/fasterxml/aalto/in/PName;)V
         6: .line 1606
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleStartElement:()I
            ireturn
        end local 2 // com.fasterxml.aalto.in.PName elemName
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    7     1         b  B
            1    7     2  elemName  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected int handleStartElement();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
         1: .line 1615
            sipush 257
            ireturn
         2: .line 1621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            tableswitch { // 1 - 9
                    1: 3
                    2: 9
                    3: 38
                    4: 86
                    5: 38
                    6: 38
                    7: 92
                    8: 96
                    9: 100
              default: 104
          }
         3: .line 1624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            astore 3 /* elemName */
        start local 3 // com.fasterxml.aalto.in.PName elemName
         4: .line 1625
            aload 3 /* elemName */
            ifnonnull 6
         5: .line 1626
            sipush 257
            ireturn
         6: .line 1628
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner top top com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 3 /* elemName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.initStartElement:(Lcom/fasterxml/aalto/in/PName;)V
        end local 3 // com.fasterxml.aalto.in.PName elemName
         7: .line 1630
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 9
         8: .line 1631
            sipush 257
            ireturn
         9: .line 1636
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 12
        10: .line 1637
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePartialCR:()Z
            ifne 35
        11: .line 1638
            sipush 257
            ireturn
        12: .line 1642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        13: .line 1643
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* c */
        start local 2 // int c
        14: .line 1645
            iload 2 /* c */
            bipush 32
            if_icmpgt 29
        15: .line 1646
            iload 2 /* c */
            bipush 10
            if_icmpne 18
        16: .line 1647
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        17: .line 1648
            goto 35
      StackMap locals: int int
      StackMap stack:
        18: iload 2 /* c */
            bipush 13
            if_icmpne 26
        19: .line 1649
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 22
        20: .line 1650
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        21: .line 1651
            sipush 257
            ireturn
        22: .line 1653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 24
        23: .line 1654
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        24: .line 1656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        25: .line 1657
            goto 35
      StackMap locals:
      StackMap stack:
        26: iload 2 /* c */
            bipush 32
            if_icmpeq 35
            iload 2 /* c */
            bipush 9
            if_icmpeq 35
        27: .line 1658
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInvalidSpace:(I)V
        28: .line 1660
            goto 35
      StackMap locals:
      StackMap stack:
        29: iload 2 /* c */
            bipush 62
            if_icmpne 31
        30: .line 1661
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishStartElement:(Z)I
            ireturn
        31: .line 1662
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 47
            if_icmpne 34
        32: .line 1663
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        33: .line 1664
            goto 0
        34: .line 1666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected space, or '>' or \"/>\""
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        end local 2 // int c
        end local 1 // byte b
        35: .line 1669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        36: .line 1670
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 38
        37: .line 1671
            sipush 257
            ireturn
        38: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 43
        39: .line 1682
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePartialCR:()Z
            ifne 41
        40: .line 1683
            sipush 257
            ireturn
        41: .line 1685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 43
        42: .line 1686
            sipush 257
            ireturn
        43: .line 1689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        44: .line 1690
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* c */
        start local 2 // int c
        45: .line 1692
            goto 63
        46: .line 1693
      StackMap locals: int int
      StackMap stack:
            iload 2 /* c */
            bipush 10
            if_icmpne 49
        47: .line 1694
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        48: .line 1695
            goto 59
      StackMap locals:
      StackMap stack:
        49: iload 2 /* c */
            bipush 13
            if_icmpne 57
        50: .line 1696
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 53
        51: .line 1697
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        52: .line 1698
            sipush 257
            ireturn
        53: .line 1700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 55
        54: .line 1701
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        55: .line 1703
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        56: .line 1704
            goto 59
      StackMap locals:
      StackMap stack:
        57: iload 2 /* c */
            bipush 32
            if_icmpeq 59
            iload 2 /* c */
            bipush 9
            if_icmpeq 59
        58: .line 1705
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInvalidSpace:(I)V
        59: .line 1707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 61
        60: .line 1708
            sipush 257
            ireturn
        61: .line 1710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        62: .line 1711
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* c */
        63: .line 1692
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 32
            if_icmple 46
        64: .line 1714
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            tableswitch { // 3 - 6
                    3: 65
                    4: 85
                    5: 77
                    6: 81
              default: 85
          }
        65: .line 1716
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 47
            if_icmpne 68
        66: .line 1717
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        67: .line 1718
            goto 0
        68: .line 1720
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 62
            if_icmpne 70
        69: .line 1721
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishStartElement:(Z)I
            ireturn
        70: .line 1724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 3 /* n */
        start local 3 // com.fasterxml.aalto.in.PName n
        71: .line 1725
            aload 3 /* n */
            ifnonnull 74
        72: .line 1726
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        73: .line 1727
            sipush 257
            ireturn
        74: .line 1729
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        75: .line 1730
            aload 0 /* this */
            aload 3 /* n */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
        end local 3 // com.fasterxml.aalto.in.PName n
        76: .line 1732
            goto 0
        77: .line 1735
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 61
            if_icmpeq 79
        78: .line 1736
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected '='"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        79: .line 1738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        80: .line 1739
            goto 0
        81: .line 1742
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 34
            if_icmpeq 83
            iload 1 /* b */
            bipush 39
            if_icmpeq 83
        82: .line 1743
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " Expected a quote"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        83: .line 1745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.initAttribute:(B)V
        84: .line 1746
            goto 0
        85: .line 1748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        end local 2 // int c
        end local 1 // byte b
        86: .line 1753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            astore 3 /* n */
        start local 3 // com.fasterxml.aalto.in.PName n
        87: .line 1754
            aload 3 /* n */
            ifnonnull 89
        88: .line 1755
            sipush 257
            ireturn
        89: .line 1757
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner top top com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 3 /* n */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
        90: .line 1758
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        end local 3 // com.fasterxml.aalto.in.PName n
        91: .line 1760
            goto 0
        92: .line 1763
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAttrValue:()Z
            ifne 94
        93: .line 1764
            sipush 257
            ireturn
        94: .line 1766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        95: .line 1767
            goto 0
        96: .line 1770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleNsDecl:()Z
            ifne 98
        97: .line 1771
            sipush 257
            ireturn
        98: .line 1773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        99: .line 1774
            goto 0
       100: .line 1778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
       101: .line 1779
            iload 1 /* b */
            bipush 62
            if_icmpeq 103
       102: .line 1780
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected '>'"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
       103: .line 1782
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishStartElement:(Z)I
            ireturn
        end local 1 // byte b
       104: .line 1785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
       105: .line 1613
            goto 0
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0  106     0      this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
           13   35     1         b  B
           44   86     1         b  B
          101  104     1         b  B
           14   35     2         c  I
           45   86     2         c  I
            4    7     3  elemName  Lcom/fasterxml/aalto/in/PName;
           71   76     3         n  Lcom/fasterxml/aalto/in/PName;
           87   91     3         n  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private void initStartElement(com.fasterxml.aalto.in.PName);
    descriptor: (Lcom/fasterxml/aalto/in/PName;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // com.fasterxml.aalto.in.PName elemName
         0: .line 1792
            aload 1 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefix:()Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         1: .line 1793
            aload 2 /* prefix */
            ifnonnull 4
         2: .line 1794
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAllNsBound:Z
         3: .line 1795
            goto 6
         4: .line 1796
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* elemName */
            aload 2 /* prefix */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.bindName:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)Lcom/fasterxml/aalto/in/PName;
            astore 1 /* elemName */
         5: .line 1797
            aload 0 /* this */
            aload 1 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAllNsBound:Z
         6: .line 1799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* elemName */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         7: .line 1800
            aload 0 /* this */
            new com.fasterxml.aalto.in.ElementScope
            dup
            aload 1 /* elemName */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
            invokespecial com.fasterxml.aalto.in.ElementScope.<init>:(Lcom/fasterxml/aalto/in/PName;Lcom/fasterxml/aalto/in/ElementScope;)V
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
         8: .line 1801
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCount:I
         9: .line 1802
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currNsCount:I
        10: .line 1803
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
        11: .line 1804
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        12: .line 1805
            return
        end local 2 // java.lang.String prefix
        end local 1 // com.fasterxml.aalto.in.PName elemName
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   13     1  elemName  Lcom/fasterxml/aalto/in/PName;
            1   13     2    prefix  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      elemName  

  private void initAttribute(byte);
    descriptor: (B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte quoteChar
         0: .line 1809
            aload 0 /* this */
            iload 1 /* quoteChar */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
         1: .line 1811
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            astore 2 /* attrName */
        start local 2 // com.fasterxml.aalto.in.PName attrName
         2: .line 1812
            aload 2 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefix:()Ljava/lang/String;
            astore 3 /* prefix */
        start local 3 // java.lang.String prefix
         3: .line 1815
            aload 3 /* prefix */
            ifnonnull 8
         4: .line 1816
            aload 2 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.getLocalName:()Ljava/lang/String;
            ldc "xmlns"
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals: com.fasterxml.aalto.in.PName java.lang.String
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* nsDecl */
        start local 4 // boolean nsDecl
         7: .line 1817
            goto 15
        end local 4 // boolean nsDecl
         8: .line 1819
      StackMap locals:
      StackMap stack:
            aload 3 /* prefix */
            ldc "xmlns"
            if_acmpne 11
         9: .line 1820
            iconst_1
            istore 4 /* nsDecl */
        start local 4 // boolean nsDecl
        10: .line 1821
            goto 15
        end local 4 // boolean nsDecl
        11: .line 1822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* attrName */
            aload 3 /* prefix */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.bindName:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* attrName */
        12: .line 1823
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAllNsBound:Z
            ifeq 14
        13: .line 1824
            aload 0 /* this */
            aload 2 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAllNsBound:Z
        14: .line 1826
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* nsDecl */
        start local 4 // boolean nsDecl
        15: .line 1830
      StackMap locals: int
      StackMap stack:
            iload 4 /* nsDecl */
            ifeq 20
        16: .line 1831
            aload 0 /* this */
            bipush 8
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        17: .line 1833
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
        18: .line 1834
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currNsCount:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currNsCount:I
        19: .line 1835
            goto 22
        20: .line 1836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        21: .line 1838
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            aload 2 /* attrName */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.startNewValue:(Lcom/fasterxml/aalto/in/PName;I)[C
            pop
        22: .line 1840
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean nsDecl
        end local 3 // java.lang.String prefix
        end local 2 // com.fasterxml.aalto.in.PName attrName
        end local 1 // byte quoteChar
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   23     1  quoteChar  B
            2   23     2   attrName  Lcom/fasterxml/aalto/in/PName;
            3   23     3     prefix  Ljava/lang/String;
            7    8     4     nsDecl  Z
           10   11     4     nsDecl  Z
           15   23     4     nsDecl  Z
    MethodParameters:
           Name  Flags
      quoteChar  

  private int finishStartElement(boolean);
    descriptor: (Z)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // boolean emptyTag
         0: .line 1848
            aload 0 /* this */
            iload 1 /* emptyTag */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._isEmptyTag:Z
         1: .line 1851
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.finishLastValue:(I)I
            istore 2 /* act */
        start local 2 // int act
         2: .line 1852
            iload 2 /* act */
            ifge 5
         3: .line 1853
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.getCount:()I
            istore 2 /* act */
         4: .line 1854
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.getErrorMsg:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInputProblem:(Ljava/lang/String;)V
         5: .line 1856
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* act */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCount:I
         6: .line 1857
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
         7: .line 1863
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAllNsBound:Z
            ifne 18
         8: .line 1864
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            ifne 10
         9: .line 1865
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnboundPrefix:(Lcom/fasterxml/aalto/in/PName;Z)V
        10: .line 1867
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        11: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCount:I
            istore 4 /* len */
        start local 4 // int len
        12: goto 17
        13: .line 1868
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            iload 3 /* i */
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.getName:(I)Lcom/fasterxml/aalto/in/PName;
            astore 5 /* attrName */
        start local 5 // com.fasterxml.aalto.in.PName attrName
        14: .line 1869
            aload 5 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            ifne 16
        15: .line 1870
            aload 0 /* this */
            aload 5 /* attrName */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnboundPrefix:(Lcom/fasterxml/aalto/in/PName;Z)V
        end local 5 // com.fasterxml.aalto.in.PName attrName
        16: .line 1867
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            iload 4 /* len */
            if_icmplt 13
        end local 4 // int len
        end local 3 // int i
        18: .line 1875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 2 // int act
        end local 1 // boolean emptyTag
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   19     1  emptyTag  Z
            2   19     2       act  I
           11   18     3         i  I
           12   18     4       len  I
           14   16     5  attrName  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      emptyTag  

  private int handleEndElementStart();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1880
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._depth:I
         1: .line 1881
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
            invokevirtual com.fasterxml.aalto.in.ElementScope.getName:()Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         2: .line 1887
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.sizeInQuads:()I
            istore 1 /* size */
        start local 1 // int size
         3: .line 1888
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iload 1 /* size */
            iconst_2
            ishl
            iconst_1
            iadd
            if_icmpge 8
         4: .line 1889
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
         5: .line 1890
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
         6: .line 1891
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
         7: .line 1895
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEndElement:()I
            ireturn
         8: .line 1897
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 2 /* buf */
        start local 2 // byte[] buf
         9: .line 1900
            iinc 1 /* size */ -1
        10: .line 1901
            iconst_0
            istore 3 /* qix */
        start local 3 // int qix
        11: goto 24
        12: .line 1902
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
        13: .line 1903
            aload 2 /* buf */
            iload 4 /* ptr */
            baload
            bipush 24
            ishl
        14: .line 1904
            aload 2 /* buf */
            iload 4 /* ptr */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
        15: .line 1903
            ior
        16: .line 1905
            aload 2 /* buf */
            iload 4 /* ptr */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
        17: .line 1903
            ior
        18: .line 1906
            aload 2 /* buf */
            iload 4 /* ptr */
            iconst_3
            iadd
            baload
            sipush 255
            iand
        19: .line 1903
            ior
            istore 5 /* q */
        start local 5 // int q
        20: .line 1908
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_4
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        21: .line 1910
            iload 5 /* q */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            iload 3 /* qix */
            invokevirtual com.fasterxml.aalto.in.PName.getQuad:(I)I
            if_icmpeq 23
        22: .line 1911
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpectedEndTag:(Ljava/lang/String;)V
        end local 5 // int q
        end local 4 // int ptr
        23: .line 1901
      StackMap locals:
      StackMap stack:
            iinc 3 /* qix */ 1
      StackMap locals:
      StackMap stack:
        24: iload 3 /* qix */
            iload 1 /* size */
            if_icmplt 12
        end local 3 // int qix
        25: .line 1918
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            iload 1 /* size */
            invokevirtual com.fasterxml.aalto.in.PName.getQuad:(I)I
            istore 3 /* lastQ */
        start local 3 // int lastQ
        26: .line 1919
            aload 2 /* buf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* q */
        start local 4 // int q
        27: .line 1920
            iload 4 /* q */
            iload 3 /* lastQ */
            if_icmpeq 35
        28: .line 1921
            iload 4 /* q */
            bipush 8
            ishl
            aload 2 /* buf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            ior
            istore 4 /* q */
        29: .line 1922
            iload 4 /* q */
            iload 3 /* lastQ */
            if_icmpeq 35
        30: .line 1923
            iload 4 /* q */
            bipush 8
            ishl
            aload 2 /* buf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            ior
            istore 4 /* q */
        31: .line 1924
            iload 4 /* q */
            iload 3 /* lastQ */
            if_icmpeq 35
        32: .line 1925
            iload 4 /* q */
            bipush 8
            ishl
            aload 2 /* buf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            ior
            istore 4 /* q */
        33: .line 1926
            iload 4 /* q */
            iload 3 /* lastQ */
            if_icmpeq 35
        34: .line 1927
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpectedEndTag:(Ljava/lang/String;)V
        35: .line 1933
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* i2 */
        start local 5 // int i2
        36: .line 1934
            goto 57
        37: .line 1935
      StackMap locals: int
      StackMap stack:
            iload 5 /* i2 */
            bipush 10
            if_icmpne 40
        38: .line 1936
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        39: .line 1937
            goto 52
      StackMap locals:
      StackMap stack:
        40: iload 5 /* i2 */
            bipush 13
            if_icmpne 50
        41: .line 1938
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 46
        42: .line 1939
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        43: .line 1940
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        44: .line 1941
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        45: .line 1942
            sipush 257
            ireturn
        46: .line 1944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 48
        47: .line 1945
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        48: .line 1947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        49: .line 1948
            goto 52
      StackMap locals:
      StackMap stack:
        50: iload 5 /* i2 */
            bipush 32
            if_icmpeq 52
            iload 5 /* i2 */
            bipush 9
            if_icmpeq 52
        51: .line 1949
            aload 0 /* this */
            iload 5 /* i2 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInvalidSpace:(I)V
        52: .line 1951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 56
        53: .line 1952
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        54: .line 1953
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        55: .line 1954
            sipush 257
            ireturn
        56: .line 1956
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* i2 */
        57: .line 1934
      StackMap locals:
      StackMap stack:
            iload 5 /* i2 */
            bipush 32
            if_icmple 37
        58: .line 1958
            iload 5 /* i2 */
            bipush 62
            if_icmpeq 60
        59: .line 1959
            aload 0 /* this */
            aload 0 /* this */
            iload 5 /* i2 */
            i2b
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected space or closing '>'"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        60: .line 1961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 5 // int i2
        end local 4 // int q
        end local 3 // int lastQ
        end local 2 // byte[] buf
        end local 1 // int size
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   61     0   this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            3   61     1   size  I
            9   61     2    buf  [B
           11   25     3    qix  I
           13   23     4    ptr  I
           20   23     5      q  I
           26   61     3  lastQ  I
           27   61     4      q  I
           36   61     5     i2  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private int handleEndElement();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 1970
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            ifne 26
         1: .line 1971
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            astore 1 /* elemName */
        start local 1 // com.fasterxml.aalto.in.PName elemName
         2: .line 1972
            aload 1 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.sizeInQuads:()I
            iconst_1
            isub
            istore 2 /* quadSize */
        start local 2 // int quadSize
         3: .line 1973
            goto 13
         4: .line 1975
      StackMap locals: com.fasterxml.aalto.in.PName int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 6
         5: .line 1976
            sipush 257
            ireturn
         6: .line 1978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
            bipush 8
            ishl
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
         7: .line 1974
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            iconst_4
            if_icmplt 4
         9: .line 1981
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
            aload 1 /* elemName */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            invokevirtual com.fasterxml.aalto.in.PName.getQuad:(I)I
            if_icmpeq 11
        10: .line 1982
            aload 0 /* this */
            aload 1 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpectedEndTag:(Ljava/lang/String;)V
        11: .line 1984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        12: .line 1973
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            iload 2 /* quadSize */
            if_icmplt 8
        14: .line 1987
            aload 1 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.getLastQuad:()I
            istore 3 /* lastQ */
        start local 3 // int lastQ
        15: .line 1990
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 17
        16: .line 1991
            sipush 257
            ireturn
        17: .line 1993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
            bipush 8
            ishl
            istore 4 /* q */
        start local 4 // int q
        18: .line 1994
            iload 4 /* q */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            ior
            istore 4 /* q */
        19: .line 1995
            aload 0 /* this */
            iload 4 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        20: .line 1996
            iload 4 /* q */
            iload 3 /* lastQ */
            if_icmpne 22
        21: .line 1997
            goto 24
        22: .line 1999
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            iconst_1
            iadd
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            iconst_3
            if_icmple 15
        23: .line 2000
            aload 0 /* this */
            aload 1 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpectedEndTag:(Ljava/lang/String;)V
        end local 4 // int q
        24: .line 2005
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
        end local 3 // int lastQ
        end local 2 // int quadSize
        end local 1 // com.fasterxml.aalto.in.PName elemName
        25: .line 2006
            goto 28
      StackMap locals:
      StackMap stack:
        26: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._state:I
            iconst_1
            if_icmpeq 28
        27: .line 2007
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        28: .line 2010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 31
        29: .line 2011
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePartialCR:()Z
            ifne 31
        30: .line 2012
            sipush 257
            ireturn
        31: .line 2019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 33
        32: .line 2020
            sipush 257
            ireturn
        33: .line 2022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 1 /* i2 */
        start local 1 // int i2
        34: .line 2023
            iload 1 /* i2 */
            bipush 32
            if_icmpgt 49
        35: .line 2024
            iload 1 /* i2 */
            bipush 10
            if_icmpne 38
        36: .line 2025
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        37: .line 2026
            goto 31
      StackMap locals: int
      StackMap stack:
        38: iload 1 /* i2 */
            bipush 13
            if_icmpne 46
        39: .line 2027
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 42
        40: .line 2028
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        41: .line 2029
            sipush 257
            ireturn
        42: .line 2031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 44
        43: .line 2032
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        44: .line 2034
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        45: .line 2035
            goto 31
      StackMap locals:
      StackMap stack:
        46: iload 1 /* i2 */
            bipush 32
            if_icmpeq 31
            iload 1 /* i2 */
            bipush 9
            if_icmpeq 31
        47: .line 2036
            aload 0 /* this */
            iload 1 /* i2 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInvalidSpace:(I)V
        48: .line 2038
            goto 31
        49: .line 2041
      StackMap locals:
      StackMap stack:
            iload 1 /* i2 */
            bipush 62
            if_icmpeq 51
        50: .line 2042
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i2 */
            i2b
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected space or closing '>'"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        51: .line 2045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 1 // int i2
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   52     0      this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            2   25     1  elemName  Lcom/fasterxml/aalto/in/PName;
            3   25     2  quadSize  I
           15   25     3     lastQ  I
           18   24     4         q  I
           34   52     1        i2  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int startCharacters(byte);
    descriptor: (B)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte b
         0: .line 2060
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* c */
        start local 2 // int c
         1: .line 2061
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            iload 2 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 2
                    2: 3
                    3: 11
                    4: 38
                    5: 13
                    6: 18
                    7: 26
                    8: 42
                    9: 40
                   10: 40
                   11: 42
              default: 42
          }
         2: .line 2063
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 2 /* c */
         3: .line 2068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 6
         4: .line 2069
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         5: .line 2070
            sipush 257
            ireturn
         6: .line 2072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 8
         7: .line 2073
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         8: .line 2075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
         9: .line 2076
            bipush 10
            istore 2 /* c */
        10: .line 2077
            goto 42
        11: .line 2079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        12: .line 2080
            goto 42
        13: .line 2082
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 16
        14: .line 2083
            aload 0 /* this */
            iload 2 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        15: .line 2084
            sipush 257
            ireturn
        16: .line 2086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 2 /* c */
        17: .line 2087
            goto 42
        18: .line 2089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 24
        19: .line 2090
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 22
        20: .line 2091
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* d */
        start local 3 // int d
        21: .line 2092
            iload 2 /* c */
            iload 3 /* d */
            bipush 8
            ishl
            ior
            istore 2 /* c */
        end local 3 // int d
        22: .line 2094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        23: .line 2095
            sipush 257
            ireturn
        24: .line 2097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 2 /* c */
        25: .line 2098
            goto 42
        26: .line 2100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 35
        27: .line 2101
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 33
        28: .line 2102
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* d */
        start local 3 // int d
        29: .line 2103
            iload 2 /* c */
            iload 3 /* d */
            bipush 8
            ishl
            ior
            istore 2 /* c */
        30: .line 2104
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 33
        31: .line 2105
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* d */
        32: .line 2106
            iload 2 /* c */
            iload 3 /* d */
            bipush 16
            ishl
            ior
            istore 2 /* c */
        end local 3 // int d
        33: .line 2109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        34: .line 2110
            sipush 257
            ireturn
        35: .line 2112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 2 /* c */
        36: .line 2114
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithSurrogate:(I)V
        37: .line 2115
            goto 43
        38: .line 2118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        39: .line 2119
            goto 42
        40: .line 2122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        41: .line 2123
            goto 42
        42: .line 2131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* c */
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithChar:(C)V
        end local 2 // int c
        43: .line 2134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgCoalescing:Z
            ifeq 45
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifne 45
        44: .line 2136
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharactersCoalescing:()I
            ireturn
        45: .line 2138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
        46: .line 2139
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._cfgLazyParsing:Z
            ifeq 49
        47: .line 2140
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenIncomplete:Z
        48: .line 2141
            goto 50
        49: .line 2142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.finishCharacters:()V
        50: .line 2144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currToken:I
            ireturn
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   51     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   51     1     b  B
            1   43     2     c  I
           21   22     3     d  I
           29   33     3     d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected final void finishCharacters();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2161
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 2
         1: .line 2163
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
         2: .line 2166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         3: .line 2167
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 2 /* inputBuffer */
        start local 2 // byte[] inputBuffer
         4: .line 2168
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 3 /* outputBuffer */
        start local 3 // char[] outputBuffer
         5: .line 2170
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 4 /* outPtr */
        start local 4 // int outPtr
         6: .line 2178
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         7: .line 2179
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 9
         8: .line 2180
            goto 100
         9: .line 2182
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] char[] int top int
      StackMap stack:
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 12
        10: .line 2183
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        11: .line 2184
            iconst_0
            istore 4 /* outPtr */
        12: .line 2186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        13: .line 2188
            iload 6 /* ptr */
            aload 3 /* outputBuffer */
            arraylength
            iload 4 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        14: .line 2189
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 22
        15: .line 2190
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        16: .line 2193
            goto 22
        17: .line 2194
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            baload
            sipush 255
            iand
            istore 5 /* c */
        start local 5 // int c
        18: .line 2195
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 21
        19: .line 2196
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        20: .line 2197
            goto 25
        21: .line 2199
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] char[] int int int int
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        22: .line 2193
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] char[] int top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 17
        23: .line 2201
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        24: .line 2177
            goto 6
        start local 5 // int c
        25: .line 2204
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] char[] int int
      StackMap stack:
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 26
                    2: 27
                    3: 35
                    4: 66
                    5: 37
                    6: 42
                    7: 50
                    8: 98
                    9: 67
                   10: 69
                   11: 81
              default: 98
          }
        26: .line 2206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        27: .line 2209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 30
        28: .line 2210
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        29: .line 2211
            goto 100
        30: .line 2213
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 32
        31: .line 2214
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        32: .line 2216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        33: .line 2218
            bipush 10
            istore 5 /* c */
        34: .line 2219
            goto 98
        35: .line 2221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        36: .line 2222
            goto 98
        37: .line 2224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 40
        38: .line 2225
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        39: .line 2226
            goto 100
        40: .line 2228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 5 /* c */
        41: .line 2229
            goto 98
        42: .line 2231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 48
        43: .line 2232
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 46
        44: .line 2233
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        45: .line 2234
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        46: .line 2236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        47: .line 2237
            goto 100
        48: .line 2239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 5 /* c */
        49: .line 2240
            goto 98
        50: .line 2242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 59
        51: .line 2243
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 57
        52: .line 2244
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        start local 6 // int d
        53: .line 2245
            iload 5 /* c */
            iload 6 /* d */
            bipush 8
            ishl
            ior
            istore 5 /* c */
        54: .line 2246
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 57
        55: .line 2247
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 6 /* d */
        56: .line 2248
            iload 5 /* c */
            iload 6 /* d */
            bipush 16
            ishl
            ior
            istore 5 /* c */
        end local 6 // int d
        57: .line 2251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        58: .line 2252
            goto 100
        59: .line 2254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 5 /* c */
        60: .line 2256
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            ldc 55296
            iload 5 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        61: .line 2257
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 64
        62: .line 2258
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        63: .line 2259
            iconst_0
            istore 4 /* outPtr */
        64: .line 2261
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 5 /* c */
            sipush 1023
            iand
            ior
            istore 5 /* c */
        65: .line 2263
            goto 98
        66: .line 2265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        67: .line 2267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        68: .line 2268
            goto 100
        69: .line 2270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEntityInCharacters:()I
            istore 5 /* c */
        70: .line 2271
            iload 5 /* c */
            ifne 73
        71: .line 2273
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        72: .line 2274
            goto 100
        73: .line 2277
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 16
            ishr
            ifeq 98
        74: .line 2278
            iload 5 /* c */
            ldc 65536
            isub
            istore 5 /* c */
        75: .line 2279
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            ldc 55296
            iload 5 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        76: .line 2281
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 79
        77: .line 2282
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        78: .line 2283
            iconst_0
            istore 4 /* outPtr */
        79: .line 2285
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 5 /* c */
            sipush 1023
            iand
            ior
            istore 5 /* c */
        80: .line 2287
            goto 98
        81: .line 2296
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* count */
        start local 6 // int count
        82: .line 2297
            iconst_0
            istore 7 /* b */
        start local 7 // byte b
        83: .line 2298
            goto 89
        84: .line 2299
      StackMap locals: int int
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 7 /* b */
        85: .line 2300
            iload 7 /* b */
            bipush 93
            if_icmpeq 87
        86: .line 2301
            goto 90
        87: .line 2303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        88: .line 2304
            iinc 6 /* count */ 1
        89: .line 2298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 84
        90: .line 2306
      StackMap locals:
      StackMap stack:
            iload 7 /* b */
            bipush 62
            if_icmpne 97
            iload 6 /* count */
            iconst_1
            if_icmple 97
        91: .line 2307
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportIllegalCDataEnd:()V
        92: .line 2311
            goto 97
        93: .line 2312
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            bipush 93
            castore
        94: .line 2314
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 97
        95: .line 2315
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        96: .line 2316
            iconst_0
            istore 4 /* outPtr */
        97: .line 2311
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ -1
            iload 6 /* count */
            ifgt 93
        end local 7 // byte b
        end local 6 // int count
        98: .line 2327
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        99: .line 2173
            goto 6
       100: .line 2329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 4 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
       101: .line 2330
            return
        end local 4 // int outPtr
        end local 3 // char[] outputBuffer
        end local 2 // byte[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  102     0          this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            3  102     1         TYPES  [I
            4  102     2   inputBuffer  [B
            5  102     3  outputBuffer  [C
            6  102     4        outPtr  I
           18   22     5             c  I
           25   99     5             c  I
            7   24     6           ptr  I
           13   24     7           max  I
           14   16     8          max2  I
           45   46     6             d  I
           53   57     6             d  I
           82   98     6         count  I
           83   98     7             b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handleEntityInCharacters();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2349
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            istore 1 /* ptr */
        start local 1 // int ptr
         1: .line 2350
            iload 1 /* ptr */
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmpgt 40
         2: .line 2351
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
        start local 2 // byte b
         3: .line 2352
            iload 2 /* b */
            bipush 35
            if_icmpne 7
         4: .line 2353
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 120
            if_icmpne 6
         5: .line 2354
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_1
            iadd
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInCharacters:(I)I
            ireturn
         6: .line 2356
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ptr */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInCharacters:(I)I
            ireturn
         7: .line 2359
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 97
            if_icmpne 22
         8: .line 2360
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
         9: .line 2361
            iload 2 /* b */
            bipush 109
            if_icmpne 15
        10: .line 2362
            iload 1 /* ptr */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmpge 40
        11: .line 2363
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 112
            if_icmpne 40
        12: .line 2364
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 59
            if_icmpne 40
        13: .line 2365
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        14: .line 2366
            bipush 38
            ireturn
        15: .line 2368
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 112
            if_icmpne 40
        16: .line 2369
            iload 1 /* ptr */
            iconst_2
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmpge 40
        17: .line 2370
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 111
            if_icmpne 40
        18: .line 2371
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 115
            if_icmpne 40
        19: .line 2372
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_2
            iadd
            baload
            bipush 59
            if_icmpne 40
        20: .line 2373
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_3
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        21: .line 2374
            bipush 39
            ireturn
        22: .line 2377
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 103
            if_icmpne 27
        23: .line 2378
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 116
            if_icmpne 40
        24: .line 2379
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 59
            if_icmpne 40
        25: .line 2380
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        26: .line 2381
            bipush 62
            ireturn
        27: .line 2383
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 108
            if_icmpne 32
        28: .line 2384
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 116
            if_icmpne 40
        29: .line 2385
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 59
            if_icmpne 40
        30: .line 2386
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        31: .line 2387
            bipush 60
            ireturn
        32: .line 2389
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 113
            if_icmpne 40
        33: .line 2390
            iload 1 /* ptr */
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmpge 40
        34: .line 2391
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 117
            if_icmpne 40
        35: .line 2392
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 111
            if_icmpne 40
        36: .line 2393
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_2
            iadd
            baload
            bipush 116
            if_icmpne 40
        37: .line 2394
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_3
            iadd
            baload
            bipush 59
            if_icmpne 40
        38: .line 2395
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_4
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        39: .line 2396
            bipush 39
            ireturn
        end local 2 // byte b
        40: .line 2401
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int ptr
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   41     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   41     1   ptr  I
            3   40     2     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int handleDecEntityInCharacters(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int ptr
         0: .line 2406
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
        start local 2 // byte b
         1: .line 2407
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 3 /* end */
        start local 3 // int end
         2: .line 2408
            iconst_0
            istore 4 /* value */
        start local 4 // int value
         3: .line 2410
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* b */
            istore 5 /* ch */
        start local 5 // int ch
         4: .line 2411
            iload 5 /* ch */
            bipush 57
            if_icmpgt 5
            iload 5 /* ch */
            bipush 48
            if_icmpge 6
         5: .line 2412
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a digit (0 - 9) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         6: .line 2414
      StackMap locals:
      StackMap stack:
            iload 4 /* value */
            bipush 10
            imul
            iload 5 /* ch */
            bipush 48
            isub
            iadd
            istore 4 /* value */
         7: .line 2415
            iload 4 /* value */
            ldc 1114111
            if_icmple 9
         8: .line 2416
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportEntityOverflow:()V
         9: .line 2418
      StackMap locals:
      StackMap stack:
            iload 1 /* ptr */
            iload 3 /* end */
            if_icmplt 11
        10: .line 2419
            iconst_0
            ireturn
        11: .line 2421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
        end local 5 // int ch
        12: .line 2422
            iload 2 /* b */
            bipush 59
            if_icmpne 3
        13: .line 2423
            aload 0 /* this */
            iload 1 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        14: .line 2424
            aload 0 /* this */
            iload 4 /* value */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.verifyXmlChar:(I)V
        15: .line 2425
            iload 4 /* value */
            ireturn
        end local 4 // int value
        end local 3 // int end
        end local 2 // byte b
        end local 1 // int ptr
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   16     1    ptr  I
            1   16     2      b  B
            2   16     3    end  I
            3   16     4  value  I
            4   12     5     ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      ptr   

  protected int handleHexEntityInCharacters(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int ptr
         0: .line 2430
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
        start local 2 // byte b
         1: .line 2431
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 3 /* end */
        start local 3 // int end
         2: .line 2432
            iconst_0
            istore 4 /* value */
        start local 4 // int value
         3: .line 2434
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* b */
            istore 5 /* ch */
        start local 5 // int ch
         4: .line 2435
            iload 5 /* ch */
            bipush 57
            if_icmpgt 7
            iload 5 /* ch */
            bipush 48
            if_icmplt 7
         5: .line 2436
            iinc 5 /* ch */ -48
         6: .line 2437
            goto 14
      StackMap locals: int
      StackMap stack:
         7: iload 5 /* ch */
            bipush 70
            if_icmpgt 10
            iload 5 /* ch */
            bipush 65
            if_icmplt 10
         8: .line 2438
            bipush 10
            iload 5 /* ch */
            bipush 65
            isub
            iadd
            istore 5 /* ch */
         9: .line 2439
            goto 14
      StackMap locals:
      StackMap stack:
        10: iload 5 /* ch */
            bipush 102
            if_icmpgt 13
            iload 5 /* ch */
            bipush 97
            if_icmplt 13
        11: .line 2440
            bipush 10
            iload 5 /* ch */
            bipush 97
            isub
            iadd
            istore 5 /* ch */
        12: .line 2441
            goto 14
        13: .line 2442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a hex digit (0-9a-fA-F) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        14: .line 2444
      StackMap locals:
      StackMap stack:
            iload 4 /* value */
            iconst_4
            ishl
            iload 5 /* ch */
            iadd
            istore 4 /* value */
        15: .line 2445
            iload 4 /* value */
            ldc 1114111
            if_icmple 17
        16: .line 2446
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportEntityOverflow:()V
        17: .line 2448
      StackMap locals:
      StackMap stack:
            iload 1 /* ptr */
            iload 3 /* end */
            if_icmplt 19
        18: .line 2449
            iconst_0
            ireturn
        19: .line 2451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
        end local 5 // int ch
        20: .line 2452
            iload 2 /* b */
            bipush 59
            if_icmpne 3
        21: .line 2453
            aload 0 /* this */
            iload 1 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        22: .line 2454
            aload 0 /* this */
            iload 4 /* value */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.verifyXmlChar:(I)V
        23: .line 2455
            iload 4 /* value */
            ireturn
        end local 4 // int value
        end local 3 // int end
        end local 2 // byte b
        end local 1 // int ptr
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   24     0   this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   24     1    ptr  I
            1   24     2      b  B
            2   24     3    end  I
            3   24     4  value  I
            4   20     5     ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      ptr   

  private final boolean handleAndAppendPending();
    descriptor: ()Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2468
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
         1: .line 2469
            iconst_0
            ireturn
         2: .line 2471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            istore 1 /* c */
        start local 1 // int c
         3: .line 2472
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         4: .line 2475
            iload 1 /* c */
            ifge 12
         5: .line 2476
            iload 1 /* c */
            iconst_m1
            if_icmpne 11
         6: .line 2477
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 8
         7: .line 2478
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         8: .line 2480
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
         9: .line 2481
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            bipush 10
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
        10: .line 2482
            iconst_1
            ireturn
        11: .line 2484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        12: .line 2489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            iload 1 /* c */
            sipush 255
            iand
            iaload
            tableswitch { // 5 - 7
                    5: 13
                    6: 15
                    7: 27
              default: 51
          }
        13: .line 2492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
        14: .line 2493
            goto 52
        15: .line 2498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        16: .line 2499
            iload 1 /* c */
            bipush 8
            ishr
            istore 3 /* c2 */
        start local 3 // int c2
        17: .line 2500
            iload 3 /* c2 */
            ifne 24
        18: .line 2501
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 21
        19: .line 2502
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        20: .line 2503
            iconst_0
            ireturn
        21: .line 2505
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        22: .line 2506
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            istore 1 /* c */
        end local 4 // int c3
        23: .line 2507
            goto 25
        24: .line 2508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            istore 1 /* c */
        25: .line 2510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 1 /* c */
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
        end local 3 // int c2
        end local 2 // int next
        26: .line 2512
            goto 52
        27: .line 2515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        28: .line 2517
            iload 1 /* c */
            bipush 8
            ishr
            ifne 39
        29: .line 2518
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 32
        30: .line 2519
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        31: .line 2520
            iconst_0
            ireturn
        32: .line 2522
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        33: .line 2523
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 36
        34: .line 2524
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            iload 3 /* c2 */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        35: .line 2525
            iconst_0
            ireturn
        36: .line 2527
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        37: .line 2528
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 3 /* c2 */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        end local 4 // int c3
        end local 3 // int c2
        38: .line 2529
            goto 49
        39: .line 2530
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 8
            ishr
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        40: .line 2531
            iload 1 /* c */
            bipush 16
            ishr
            istore 4 /* c3 */
        start local 4 // int c3
        41: .line 2533
            iload 4 /* c3 */
            ifne 48
        42: .line 2534
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 45
        43: .line 2535
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        44: .line 2536
            iconst_0
            ireturn
        45: .line 2538
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        46: .line 2539
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        47: .line 2540
            goto 49
        48: .line 2541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 4 /* c3 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        end local 4 // int c3
        end local 3 // int c2
        end local 2 // int next
        49: .line 2546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.appendSurrogate:(I)V
        50: .line 2547
            goto 52
        51: .line 2549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        52: .line 2551
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   53     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            3   53     1     c  I
           16   26     2  next  I
           17   26     3    c2  I
           22   23     4    c3  I
           28   49     2  next  I
           33   38     3    c2  I
           37   38     4    c3  I
           40   49     3    c2  I
           41   49     4    c3  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected boolean skipCharacters();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2573
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 3
         1: .line 2574
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.skipPending:()Z
            ifne 3
         2: .line 2575
            iconst_0
            ireturn
         3: .line 2579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         4: .line 2580
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            astore 2 /* inputBuffer */
        start local 2 // byte[] inputBuffer
         5: .line 2588
      StackMap locals: int[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
         6: .line 2589
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
         7: .line 2590
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 13
         8: .line 2591
            goto 73
         9: .line 2594
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] top int int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            baload
            sipush 255
            iand
            istore 3 /* c */
        start local 3 // int c
        10: .line 2595
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            ifeq 13
        11: .line 2596
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        12: .line 2597
            goto 16
        end local 3 // int c
        13: .line 2593
      StackMap locals:
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 9
        14: .line 2600
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        end local 5 // int max
        end local 4 // int ptr
        15: .line 2587
            goto 5
        start local 3 // int c
        16: .line 2603
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] byte[] int
      StackMap stack:
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 17
                    2: 18
                    3: 25
                    4: 51
                    5: 27
                    6: 32
                    7: 40
                    8: 72
                    9: 52
                   10: 54
                   11: 61
              default: 72
          }
        17: .line 2605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 3 /* c */
        18: .line 2608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 21
        19: .line 2609
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        20: .line 2610
            goto 73
        21: .line 2612
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 23
        22: .line 2613
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        23: .line 2615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        24: .line 2617
            goto 5
        25: .line 2619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        26: .line 2620
            goto 5
        27: .line 2622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 30
        28: .line 2623
            aload 0 /* this */
            iload 3 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        29: .line 2624
            goto 73
        30: .line 2626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.skipUtf8_2:(I)V
        31: .line 2627
            goto 5
        32: .line 2629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 38
        33: .line 2630
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 36
        34: .line 2631
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* d */
        start local 4 // int d
        35: .line 2632
            iload 3 /* c */
            iload 4 /* d */
            bipush 8
            ishl
            ior
            istore 3 /* c */
        end local 4 // int d
        36: .line 2634
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        37: .line 2635
            goto 73
        38: .line 2637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            pop
        39: .line 2638
            goto 5
        40: .line 2640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 49
        41: .line 2641
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 47
        42: .line 2642
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* d */
        start local 4 // int d
        43: .line 2643
            iload 3 /* c */
            iload 4 /* d */
            bipush 8
            ishl
            ior
            istore 3 /* c */
        44: .line 2644
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 47
        45: .line 2645
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* d */
        46: .line 2646
            iload 3 /* c */
            iload 4 /* d */
            bipush 16
            ishl
            ior
            istore 3 /* c */
        end local 4 // int d
        47: .line 2649
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        48: .line 2650
            goto 73
        49: .line 2652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            pop
        50: .line 2653
            goto 5
        51: .line 2655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        52: .line 2657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        53: .line 2658
            iconst_1
            ireturn
        54: .line 2660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.skipEntityInCharacters:()I
            istore 3 /* c */
        55: .line 2661
            iload 3 /* c */
            ifne 5
        56: .line 2662
            aload 0 /* this */
            bipush -80
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        57: .line 2664
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmpge 60
        58: .line 2665
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.skipPending:()Z
            ifeq 60
        59: .line 2666
            iconst_1
            ireturn
        60: .line 2669
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        61: .line 2680
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* count */
        start local 4 // int count
        62: .line 2681
            iconst_0
            istore 5 /* b */
        start local 5 // byte b
        63: .line 2682
            goto 69
        64: .line 2683
      StackMap locals: int int
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 5 /* b */
        65: .line 2684
            iload 5 /* b */
            bipush 93
            if_icmpeq 67
        66: .line 2685
            goto 70
        67: .line 2687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        68: .line 2688
            iinc 4 /* count */ 1
        69: .line 2682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 64
        70: .line 2690
      StackMap locals:
      StackMap stack:
            iload 5 /* b */
            bipush 62
            if_icmpne 5
            iload 4 /* count */
            iconst_1
            if_icmple 5
        71: .line 2691
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportIllegalCDataEnd:()V
        end local 5 // byte b
        end local 4 // int count
        end local 3 // int c
        72: .line 2583
      StackMap locals:
      StackMap stack:
            goto 5
        73: .line 2702
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // byte[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   74     0         this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            4   74     1        TYPES  [I
            5   74     2  inputBuffer  [B
           10   13     3            c  I
           16   72     3            c  I
            6   15     4          ptr  I
            7   15     5          max  I
           35   36     4            d  I
           43   47     4            d  I
           62   72     4        count  I
           63   72     5            b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final boolean skipPending();
    descriptor: ()Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2708
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 2
         1: .line 2709
            iconst_0
            ireturn
         2: .line 2713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifge 71
         3: .line 2715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            lookupswitch { // 8
                  -86: 59
                  -85: 53
                  -84: 44
                  -83: 40
                  -82: 36
                  -81: 23
                  -80: 9
                   -1: 4
              default: 68
          }
         4: .line 2717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         5: .line 2718
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 7
         6: .line 2719
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         7: .line 2721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
         8: .line 2722
            iconst_1
            ireturn
         9: .line 2725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        10: .line 2726
            iload 1 /* b */
            bipush 35
            if_icmpne 13
        11: .line 2727
            aload 0 /* this */
            bipush -81
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        12: .line 2728
            goto 69
        13: .line 2730
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewEntityName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* n */
        start local 2 // com.fasterxml.aalto.in.PName n
        14: .line 2731
            aload 2 /* n */
            ifnonnull 17
        15: .line 2732
            aload 0 /* this */
            bipush -84
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        16: .line 2733
            iconst_0
            ireturn
        17: .line 2735
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 2 /* n */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 3 /* ch */
        start local 3 // int ch
        18: .line 2736
            iload 3 /* ch */
            ifne 21
        19: .line 2737
            aload 0 /* this */
            aload 2 /* n */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        20: .line 2738
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        end local 3 // int ch
        end local 2 // com.fasterxml.aalto.in.PName n
        end local 1 // byte b
        21: .line 2741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        22: .line 2742
            iconst_1
            ireturn
        23: .line 2744
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        24: .line 2745
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 120
            if_icmpne 31
        25: .line 2746
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        26: .line 2747
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeHexEntity:()Z
            ifeq 29
        27: .line 2748
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        28: .line 2749
            iconst_1
            ireturn
        29: .line 2751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -83
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        30: .line 2752
            iconst_0
            ireturn
        31: .line 2754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeDecEntity:()Z
            ifeq 34
        32: .line 2755
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        33: .line 2756
            iconst_1
            ireturn
        34: .line 2758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -82
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        35: .line 2759
            iconst_0
            ireturn
        36: .line 2762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeDecEntity:()Z
            ifeq 39
        37: .line 2763
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        38: .line 2764
            iconst_1
            ireturn
        39: .line 2766
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        40: .line 2769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeHexEntity:()Z
            ifeq 43
        41: .line 2770
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        42: .line 2771
            iconst_1
            ireturn
        43: .line 2773
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        44: .line 2777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseEntityName:()Lcom/fasterxml/aalto/in/PName;
            astore 1 /* n */
        start local 1 // com.fasterxml.aalto.in.PName n
        45: .line 2778
            aload 1 /* n */
            ifnonnull 47
        46: .line 2779
            iconst_0
            ireturn
        47: .line 2781
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 1 /* n */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 2 /* ch */
        start local 2 // int ch
        48: .line 2782
            iload 2 /* ch */
            ifne 51
        49: .line 2783
            aload 0 /* this */
            aload 1 /* n */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        50: .line 2784
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nextEvent:I
        end local 2 // int ch
        end local 1 // com.fasterxml.aalto.in.PName n
        51: .line 2787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        52: .line 2788
            iconst_1
            ireturn
        53: .line 2791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 93
            if_icmpeq 56
        54: .line 2792
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        55: .line 2793
            iconst_1
            ireturn
        56: .line 2795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        57: .line 2796
            aload 0 /* this */
            bipush -86
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        58: .line 2797
            goto 69
        59: .line 2802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
        60: .line 2803
            iload 1 /* b */
            bipush 93
            if_icmpne 63
        61: .line 2804
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        62: .line 2805
            goto 69
        63: .line 2807
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 62
            if_icmpne 66
        64: .line 2808
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        65: .line 2809
            aload 0 /* this */
            ldc "Encountered ']]>' in text segment"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInputProblem:(Ljava/lang/String;)V
        end local 1 // byte b
        66: .line 2813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        67: .line 2814
            iconst_1
            ireturn
        68: .line 2816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        69: .line 2819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 3
        70: .line 2820
            iconst_0
            ireturn
        71: .line 2827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            istore 1 /* c */
        start local 1 // int c
        72: .line 2828
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            iload 1 /* c */
            sipush 255
            iand
            iaload
            tableswitch { // 5 - 7
                    5: 73
                    6: 75
                    7: 86
              default: 109
          }
        73: .line 2831
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.skipUtf8_2:(I)V
        74: .line 2832
            goto 110
        75: .line 2837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        76: .line 2838
            iload 1 /* c */
            bipush 8
            ishr
            istore 3 /* c2 */
        start local 3 // int c2
        77: .line 2839
            iload 3 /* c2 */
            ifne 84
        78: .line 2840
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 81
        79: .line 2841
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        80: .line 2842
            iconst_0
            ireturn
        81: .line 2844
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        82: .line 2845
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            pop
        end local 4 // int c3
        83: .line 2846
            goto 110
        84: .line 2847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            pop
        end local 3 // int c2
        end local 2 // int next
        85: .line 2850
            goto 110
        86: .line 2853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        87: .line 2855
            iload 1 /* c */
            bipush 8
            ishr
            ifne 98
        88: .line 2856
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 91
        89: .line 2857
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        90: .line 2858
            iconst_0
            ireturn
        91: .line 2860
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        92: .line 2861
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 95
        93: .line 2862
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            iload 3 /* c2 */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        94: .line 2863
            iconst_0
            ireturn
        95: .line 2865
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        96: .line 2866
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 3 /* c2 */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            pop
        end local 4 // int c3
        end local 3 // int c2
        97: .line 2867
            goto 110
        98: .line 2868
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 8
            ishr
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        99: .line 2869
            iload 1 /* c */
            bipush 16
            ishr
            istore 4 /* c3 */
        start local 4 // int c3
       100: .line 2871
            iload 4 /* c3 */
            ifne 107
       101: .line 2872
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 104
       102: .line 2873
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
       103: .line 2874
            iconst_0
            ireturn
       104: .line 2876
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
       105: .line 2877
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            pop
       106: .line 2878
            goto 110
       107: .line 2879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 4 /* c3 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            pop
        end local 4 // int c3
        end local 3 // int c2
        end local 2 // int next
       108: .line 2883
            goto 110
       109: .line 2885
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
       110: .line 2887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
       111: .line 2888
            iconst_1
            ireturn
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  112     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
           10   21     1     b  B
           14   21     2     n  Lcom/fasterxml/aalto/in/PName;
           18   21     3    ch  I
           45   51     1     n  Lcom/fasterxml/aalto/in/PName;
           48   51     2    ch  I
           60   66     1     b  B
           72  112     1     c  I
           76   85     2  next  I
           77   85     3    c2  I
           82   83     4    c3  I
           87  108     2  next  I
           92   97     3    c2  I
           96   97     4    c3  I
           99  108     3    c2  I
          100  108     4    c3  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private int skipEntityInCharacters();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2905
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            istore 1 /* ptr */
        start local 1 // int ptr
         1: .line 2906
            iload 1 /* ptr */
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmpgt 40
         2: .line 2907
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
        start local 2 // byte b
         3: .line 2908
            iload 2 /* b */
            bipush 35
            if_icmpne 7
         4: .line 2909
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 120
            if_icmpne 6
         5: .line 2910
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_1
            iadd
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInCharacters:(I)I
            ireturn
         6: .line 2912
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ptr */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInCharacters:(I)I
            ireturn
         7: .line 2915
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 97
            if_icmpne 22
         8: .line 2916
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* b */
         9: .line 2917
            iload 2 /* b */
            bipush 109
            if_icmpne 15
        10: .line 2918
            iload 1 /* ptr */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmpge 40
        11: .line 2919
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 112
            if_icmpne 40
        12: .line 2920
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 59
            if_icmpne 40
        13: .line 2921
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        14: .line 2922
            bipush 38
            ireturn
        15: .line 2924
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 112
            if_icmpne 40
        16: .line 2925
            iload 1 /* ptr */
            iconst_2
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmpge 40
        17: .line 2926
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 111
            if_icmpne 40
        18: .line 2927
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 115
            if_icmpne 40
        19: .line 2928
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_2
            iadd
            baload
            bipush 59
            if_icmpne 40
        20: .line 2929
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_3
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        21: .line 2930
            bipush 39
            ireturn
        22: .line 2933
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 103
            if_icmpne 27
        23: .line 2934
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 116
            if_icmpne 40
        24: .line 2935
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 59
            if_icmpne 40
        25: .line 2936
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        26: .line 2937
            bipush 62
            ireturn
        27: .line 2939
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 108
            if_icmpne 32
        28: .line 2940
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 116
            if_icmpne 40
        29: .line 2941
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 59
            if_icmpne 40
        30: .line 2942
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_2
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        31: .line 2943
            bipush 60
            ireturn
        32: .line 2945
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 113
            if_icmpne 40
        33: .line 2946
            iload 1 /* ptr */
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmpge 40
        34: .line 2947
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            baload
            bipush 117
            if_icmpne 40
        35: .line 2948
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_1
            iadd
            baload
            bipush 111
            if_icmpne 40
        36: .line 2949
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_2
            iadd
            baload
            bipush 116
            if_icmpne 40
        37: .line 2950
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            iload 1 /* ptr */
            iconst_3
            iadd
            baload
            bipush 59
            if_icmpne 40
        38: .line 2951
            aload 0 /* this */
            iload 1 /* ptr */
            iconst_4
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        39: .line 2952
            bipush 39
            ireturn
        end local 2 // byte b
        40: .line 2957
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int ptr
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   41     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   41     1   ptr  I
            3   40     2     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected boolean skipCoalescedText();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2968
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
         1: .line 2969
            iconst_0
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected boolean handleAttrValue();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 2987
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 4
         1: .line 2988
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAttrValuePending:()Z
            ifne 3
         2: .line 2989
            iconst_0
            ireturn
         3: .line 2991
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         4: .line 2994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.continueValue:()[C
            astore 1 /* attrBuffer */
        start local 1 // char[] attrBuffer
         5: .line 2995
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.ATTR_CHARS:[I
            astore 2 /* TYPES */
        start local 2 // int[] TYPES
         6: .line 2996
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
            istore 3 /* quoteChar */
        start local 3 // int quoteChar
         7: .line 3004
      StackMap locals: char[] int[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 9
         8: .line 3005
            iconst_0
            ireturn
         9: .line 3007
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            aload 1 /* attrBuffer */
            arraylength
            if_icmplt 11
        10: .line 3008
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 1 /* attrBuffer */
        11: .line 3010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
        12: .line 3012
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 1 /* attrBuffer */
            arraylength
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            isub
            iadd
            istore 6 /* max2 */
        start local 6 // int max2
        13: .line 3013
            iload 6 /* max2 */
            iload 5 /* max */
            if_icmpge 20
        14: .line 3014
            iload 6 /* max2 */
            istore 5 /* max */
        end local 6 // int max2
        15: .line 3017
            goto 20
        16: .line 3018
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int[] int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c */
        start local 4 // int c
        17: .line 3019
            aload 2 /* TYPES */
            iload 4 /* c */
            iaload
            ifeq 19
        18: .line 3020
            goto 22
        19: .line 3022
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int[] int int int
      StackMap stack:
            aload 1 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            iload 4 /* c */
            i2c
            castore
        end local 4 // int c
        20: .line 3017
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int[] int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iload 5 /* max */
            if_icmplt 16
        end local 5 // int max
        21: .line 3003
            goto 7
        start local 4 // int c
        22: .line 3026
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner char[] int[] int int
      StackMap stack:
            aload 2 /* TYPES */
            iload 4 /* c */
            iaload
            tableswitch { // 1 - 14
                    1: 23
                    2: 24
                    3: 29
                    4: 60
                    5: 32
                    6: 37
                    7: 45
                    8: 30
                    9: 61
                   10: 62
                   11: 76
                   12: 76
                   13: 76
                   14: 74
              default: 76
          }
        23: .line 3028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 4 /* c */
        24: .line 3030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 27
        25: .line 3031
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        26: .line 3032
            iconst_0
            ireturn
        27: .line 3034
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 29
        28: .line 3035
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        29: .line 3039
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        30: .line 3043
      StackMap locals:
      StackMap stack:
            bipush 32
            istore 4 /* c */
        31: .line 3044
            goto 76
        32: .line 3046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 35
        33: .line 3047
            aload 0 /* this */
            iload 4 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        34: .line 3048
            iconst_0
            ireturn
        35: .line 3050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 4 /* c */
        36: .line 3051
            goto 76
        37: .line 3053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 43
        38: .line 3054
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 41
        39: .line 3055
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* d */
        start local 5 // int d
        40: .line 3056
            iload 4 /* c */
            iload 5 /* d */
            bipush 8
            ishl
            ior
            istore 4 /* c */
        end local 5 // int d
        41: .line 3058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        42: .line 3059
            iconst_0
            ireturn
        43: .line 3061
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 4 /* c */
        44: .line 3062
            goto 76
        45: .line 3064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 54
        46: .line 3065
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 52
        47: .line 3066
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* d */
        start local 5 // int d
        48: .line 3067
            iload 4 /* c */
            iload 5 /* d */
            bipush 8
            ishl
            ior
            istore 4 /* c */
        49: .line 3068
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 52
        50: .line 3069
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* d */
        51: .line 3070
            iload 4 /* c */
            iload 5 /* d */
            bipush 16
            ishl
            ior
            istore 4 /* c */
        end local 5 // int d
        52: .line 3073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        53: .line 3074
            iconst_0
            ireturn
        54: .line 3076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 4 /* c */
        55: .line 3078
            aload 1 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            ldc 55296
            iload 4 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        56: .line 3079
            ldc 56320
            iload 4 /* c */
            sipush 1023
            iand
            ior
            istore 4 /* c */
        57: .line 3080
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            aload 1 /* attrBuffer */
            arraylength
            if_icmplt 76
        58: .line 3081
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 1 /* attrBuffer */
        59: .line 3083
            goto 76
        60: .line 3085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        61: .line 3087
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            ldc "'<' not allowed in attribute value"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        62: .line 3089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEntityInAttributeValue:()I
            istore 4 /* c */
        63: .line 3090
            iload 4 /* c */
            ifgt 67
        64: .line 3091
            iload 4 /* c */
            ifge 66
        65: .line 3092
            iconst_0
            ireturn
        66: .line 3094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        67: .line 3097
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 16
            ishr
            ifeq 76
        68: .line 3098
            iload 4 /* c */
            ldc 65536
            isub
            istore 4 /* c */
        69: .line 3099
            aload 1 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            ldc 55296
            iload 4 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        70: .line 3100
            ldc 56320
            iload 4 /* c */
            sipush 1023
            iand
            ior
            istore 4 /* c */
        71: .line 3101
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            aload 1 /* attrBuffer */
            arraylength
            if_icmplt 76
        72: .line 3102
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 1 /* attrBuffer */
        73: .line 3105
            goto 76
        74: .line 3107
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            iload 3 /* quoteChar */
            if_icmpne 76
        75: .line 3108
            goto 78
        76: .line 3115
      StackMap locals:
      StackMap stack:
            aload 1 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            iload 4 /* c */
            i2c
            castore
        end local 4 // int c
        77: .line 2999
            goto 7
        78: .line 3118
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int quoteChar
        end local 2 // int[] TYPES
        end local 1 // char[] attrBuffer
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   79     0        this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            5   79     1  attrBuffer  [C
            6   79     2       TYPES  [I
            7   79     3   quoteChar  I
           17   20     4           c  I
           22   77     4           c  I
           12   21     5         max  I
           13   15     6        max2  I
           40   41     5           d  I
           48   52     5           d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final boolean handleAttrValuePending();
    descriptor: ()Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3127
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            iconst_m1
            if_icmpne 8
         1: .line 3128
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePartialCR:()Z
            ifne 3
         2: .line 3129
            iconst_0
            ireturn
         3: .line 3131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.continueValue:()[C
            astore 1 /* attrBuffer */
        start local 1 // char[] attrBuffer
         4: .line 3132
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            aload 1 /* attrBuffer */
            arraylength
            if_icmplt 6
         5: .line 3133
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 1 /* attrBuffer */
         6: .line 3136
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            bipush 32
            castore
         7: .line 3137
            iconst_1
            ireturn
        end local 1 // char[] attrBuffer
         8: .line 3140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 10
         9: .line 3141
            iconst_0
            ireturn
        10: .line 3145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -60
            if_icmpne 34
        11: .line 3146
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
        12: .line 3147
            iload 2 /* b */
            bipush 35
            if_icmpne 25
        13: .line 3148
            aload 0 /* this */
            bipush -61
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        14: .line 3149
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 16
        15: .line 3150
            iconst_0
            ireturn
        16: .line 3152
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 120
            if_icmpne 23
        17: .line 3153
            aload 0 /* this */
            bipush -62
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        18: .line 3154
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        19: .line 3155
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 21
        20: .line 3156
            iconst_0
            ireturn
        21: .line 3158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        22: .line 3159
            goto 63
        end local 1 // int ch
        23: .line 3160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        24: .line 3162
            goto 63
        end local 1 // int ch
        25: .line 3163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewEntityName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 3 /* entityName */
        start local 3 // com.fasterxml.aalto.in.PName entityName
        26: .line 3164
            aload 3 /* entityName */
            ifnonnull 29
        27: .line 3165
            aload 0 /* this */
            bipush -63
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        28: .line 3166
            iconst_0
            ireturn
        29: .line 3168
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 3 /* entityName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 1 /* ch */
        start local 1 // int ch
        30: .line 3169
            iload 1 /* ch */
            ifne 63
        31: .line 3170
            aload 0 /* this */
            aload 3 /* entityName */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        32: .line 3171
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        end local 3 // com.fasterxml.aalto.in.PName entityName
        end local 2 // byte b
        33: .line 3174
            goto 63
        end local 1 // int ch
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner
      StackMap stack:
        34: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -61
            if_icmpne 44
        35: .line 3175
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 120
            if_icmpne 42
        36: .line 3176
            aload 0 /* this */
            bipush -62
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        37: .line 3177
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        38: .line 3178
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 40
        39: .line 3179
            iconst_0
            ireturn
        40: .line 3181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        41: .line 3182
            goto 63
        end local 1 // int ch
        42: .line 3183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        43: .line 3185
            goto 63
        end local 1 // int ch
      StackMap locals:
      StackMap stack:
        44: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -62
            if_icmpne 47
        45: .line 3186
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        46: .line 3187
            goto 63
        end local 1 // int ch
      StackMap locals:
      StackMap stack:
        47: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -63
            if_icmpne 56
        48: .line 3188
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseEntityName:()Lcom/fasterxml/aalto/in/PName;
            astore 2 /* entityName */
        start local 2 // com.fasterxml.aalto.in.PName entityName
        49: .line 3189
            aload 2 /* entityName */
            ifnonnull 51
        50: .line 3190
            iconst_0
            ireturn
        51: .line 3192
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner top com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 2 /* entityName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 1 /* ch */
        start local 1 // int ch
        52: .line 3193
            iload 1 /* ch */
            ifne 63
        53: .line 3194
            aload 0 /* this */
            aload 2 /* entityName */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        54: .line 3195
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        end local 2 // com.fasterxml.aalto.in.PName entityName
        55: .line 3197
            goto 63
        end local 1 // int ch
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner
      StackMap stack:
        56: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -64
            if_icmpne 59
        57: .line 3198
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        58: .line 3199
            goto 63
        end local 1 // int ch
      StackMap locals:
      StackMap stack:
        59: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -65
            if_icmpne 62
        60: .line 3200
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        61: .line 3201
            goto 63
        end local 1 // int ch
        62: .line 3204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAttrValuePendingUTF8:()I
            istore 1 /* ch */
        start local 1 // int ch
        63: .line 3206
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ifne 65
        64: .line 3207
            iconst_0
            ireturn
        65: .line 3210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.continueValue:()[C
            astore 2 /* attrBuffer */
        start local 2 // char[] attrBuffer
        66: .line 3212
            iload 1 /* ch */
            bipush 16
            ishr
            ifeq 72
        67: .line 3213
            iload 1 /* ch */
            ldc 65536
            isub
            istore 1 /* ch */
        68: .line 3214
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 70
        69: .line 3215
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 2 /* attrBuffer */
        70: .line 3217
      StackMap locals: char[]
      StackMap stack:
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            ldc 55296
            iload 1 /* ch */
            bipush 10
            ishr
            ior
            i2c
            castore
        71: .line 3218
            ldc 56320
            iload 1 /* ch */
            sipush 1023
            iand
            ior
            istore 1 /* ch */
        72: .line 3220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 74
        73: .line 3221
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 2 /* attrBuffer */
        74: .line 3223
      StackMap locals:
      StackMap stack:
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrPtr:I
            iload 1 /* ch */
            i2c
            castore
        75: .line 3224
            iconst_1
            ireturn
        end local 2 // char[] attrBuffer
        end local 1 // int ch
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   76     0        this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            4    8     1  attrBuffer  [C
           22   23     1          ch  I
           24   25     1          ch  I
           30   34     1          ch  I
           41   42     1          ch  I
           43   44     1          ch  I
           46   47     1          ch  I
           52   56     1          ch  I
           58   59     1          ch  I
           61   62     1          ch  I
           63   76     1          ch  I
           12   33     2           b  B
           26   33     3  entityName  Lcom/fasterxml/aalto/in/PName;
           49   55     2  entityName  Lcom/fasterxml/aalto/in/PName;
           66   76     2  attrBuffer  [C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final int handleAttrValuePendingUTF8();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3230
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            istore 1 /* c */
        start local 1 // int c
         1: .line 3231
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         2: .line 3234
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            iload 1 /* c */
            sipush 255
            iand
            iaload
            tableswitch { // 5 - 7
                    5: 3
                    6: 4
                    7: 15
              default: 38
          }
         3: .line 3237
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            ireturn
         4: .line 3241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
         5: .line 3242
            iload 1 /* c */
            bipush 8
            ishr
            istore 3 /* c2 */
        start local 3 // int c2
         6: .line 3243
            iload 3 /* c2 */
            ifne 13
         7: .line 3244
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 10
         8: .line 3245
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         9: .line 3246
            iconst_0
            ireturn
        10: .line 3248
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        11: .line 3249
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            istore 1 /* c */
        end local 4 // int c3
        12: .line 3250
            goto 14
        13: .line 3251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(III)I
            istore 1 /* c */
        14: .line 3253
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 3 // int c2
        end local 2 // int next
        15: .line 3257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* next */
        start local 2 // int next
        16: .line 3259
            iload 1 /* c */
            bipush 8
            ishr
            ifne 27
        17: .line 3260
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 20
        18: .line 3261
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        19: .line 3262
            iconst_0
            ireturn
        20: .line 3264
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        21: .line 3265
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 24
        22: .line 3266
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 8
            ishl
            ior
            iload 3 /* c2 */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        23: .line 3267
            iconst_0
            ireturn
        24: .line 3269
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        start local 4 // int c3
        25: .line 3270
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            iload 3 /* c2 */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        end local 4 // int c3
        end local 3 // int c2
        26: .line 3271
            goto 37
        27: .line 3272
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 8
            ishr
            sipush 255
            iand
            istore 3 /* c2 */
        start local 3 // int c2
        28: .line 3273
            iload 1 /* c */
            bipush 16
            ishr
            istore 4 /* c3 */
        start local 4 // int c3
        29: .line 3275
            iload 4 /* c3 */
            ifne 36
        30: .line 3276
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 33
        31: .line 3277
            aload 0 /* this */
            iload 1 /* c */
            iload 2 /* next */
            bipush 16
            ishl
            ior
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        32: .line 3278
            iconst_0
            ireturn
        33: .line 3280
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c3 */
        34: .line 3281
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 2 /* next */
            iload 4 /* c3 */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        35: .line 3282
            goto 37
        36: .line 3283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            iload 3 /* c2 */
            iload 4 /* c3 */
            iload 2 /* next */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(IIII)I
            istore 1 /* c */
        end local 4 // int c3
        end local 3 // int c2
        37: .line 3286
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 2 // int next
        38: .line 3289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
        39: .line 3290
            iconst_0
            ireturn
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   40     1     c  I
            5   15     2  next  I
            6   15     3    c2  I
           11   12     4    c3  I
           16   38     2  next  I
           21   26     3    c2  I
           25   26     4    c3  I
           28   37     3    c2  I
           29   37     4    c3  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final int handleDecEntityInAttribute(boolean);
    descriptor: (Z)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // boolean starting
         0: .line 3296
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
         1: .line 3297
            iload 1 /* starting */
            ifeq 21
         2: .line 3298
            iload 2 /* b */
            istore 3 /* ch */
        start local 3 // int ch
         3: .line 3299
            iload 3 /* ch */
            bipush 48
            if_icmplt 4
            iload 3 /* ch */
            bipush 57
            if_icmple 5
         4: .line 3300
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a digit (0 - 9) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         5: .line 3302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -64
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         6: .line 3303
            aload 0 /* this */
            iload 3 /* ch */
            bipush 48
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
         7: .line 3304
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 9
         8: .line 3305
            iconst_0
            ireturn
         9: .line 3307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        end local 3 // int ch
        10: .line 3309
            goto 21
        11: .line 3310
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 48
            isub
            istore 3 /* ch */
        start local 3 // int ch
        12: .line 3311
            iload 3 /* ch */
            iflt 13
            iload 3 /* ch */
            bipush 9
            if_icmple 14
        13: .line 3312
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a digit (0 - 9) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        14: .line 3314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            bipush 10
            imul
            iload 3 /* ch */
            iadd
            istore 4 /* value */
        start local 4 // int value
        15: .line 3315
            aload 0 /* this */
            iload 4 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        16: .line 3316
            iload 4 /* value */
            ldc 1114111
            if_icmple 18
        17: .line 3317
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportEntityOverflow:()V
        18: .line 3319
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 20
        19: .line 3320
            iconst_0
            ireturn
        20: .line 3322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        end local 4 // int value
        end local 3 // int ch
        21: .line 3309
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 59
            if_icmpne 11
        22: .line 3324
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.verifyXmlChar:(I)V
        23: .line 3325
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        24: .line 3326
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            ireturn
        end local 2 // byte b
        end local 1 // boolean starting
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   25     1  starting  Z
            1   25     2         b  B
            3   10     3        ch  I
           12   21     3        ch  I
           15   21     4     value  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      starting  

  private final int handleHexEntityInAttribute(boolean);
    descriptor: (Z)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // boolean starting
         0: .line 3332
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
         1: .line 3333
            iload 1 /* starting */
            istore 3 /* firstLoop */
        start local 3 // boolean firstLoop
         2: .line 3334
            goto 26
         3: .line 3335
      StackMap locals: int int
      StackMap stack:
            iload 2 /* b */
            istore 4 /* ch */
        start local 4 // int ch
         4: .line 3336
            iload 4 /* ch */
            bipush 57
            if_icmpgt 7
            iload 4 /* ch */
            bipush 48
            if_icmplt 7
         5: .line 3337
            iinc 4 /* ch */ -48
         6: .line 3338
            goto 14
      StackMap locals: int
      StackMap stack:
         7: iload 4 /* ch */
            bipush 70
            if_icmpgt 10
            iload 4 /* ch */
            bipush 65
            if_icmplt 10
         8: .line 3339
            bipush 10
            iload 4 /* ch */
            bipush 65
            isub
            iadd
            istore 4 /* ch */
         9: .line 3340
            goto 14
      StackMap locals:
      StackMap stack:
        10: iload 4 /* ch */
            bipush 102
            if_icmpgt 13
            iload 4 /* ch */
            bipush 97
            if_icmplt 13
        11: .line 3341
            bipush 10
            iload 4 /* ch */
            bipush 97
            isub
            iadd
            istore 4 /* ch */
        12: .line 3342
            goto 14
        13: .line 3343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeCharForError:(B)I
            ldc " expected a hex digit (0-9a-fA-F) for character entity"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        14: .line 3345
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            istore 5 /* value */
        start local 5 // int value
        15: .line 3346
            iload 3 /* firstLoop */
            ifeq 19
        16: .line 3347
            aload 0 /* this */
            bipush -65
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        17: .line 3348
            iconst_0
            istore 3 /* firstLoop */
        18: .line 3349
            goto 22
        19: .line 3350
      StackMap locals: int
      StackMap stack:
            iload 5 /* value */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            iconst_4
            ishl
            iadd
            istore 5 /* value */
        20: .line 3351
            iload 5 /* value */
            ldc 1114111
            if_icmple 22
        21: .line 3352
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportEntityOverflow:()V
        22: .line 3355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* value */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
        23: .line 3356
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 25
        24: .line 3357
            iconst_0
            ireturn
        25: .line 3359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        end local 5 // int value
        end local 4 // int ch
        26: .line 3334
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 59
            if_icmpne 3
        27: .line 3361
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.verifyXmlChar:(I)V
        28: .line 3362
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        29: .line 3363
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._entityValue:I
            ireturn
        end local 3 // boolean firstLoop
        end local 2 // byte b
        end local 1 // boolean starting
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   30     1   starting  Z
            1   30     2          b  B
            2   30     3  firstLoop  Z
            4   26     4         ch  I
           15   26     5      value  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      starting  

  protected int handleEntityInAttributeValue();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3374
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 3
         1: .line 3375
            aload 0 /* this */
            bipush -60
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         2: .line 3376
            iconst_m1
            ireturn
         3: .line 3378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 1 /* b */
        start local 1 // byte b
         4: .line 3379
            iload 1 /* b */
            bipush 35
            if_icmpne 19
         5: .line 3380
            aload 0 /* this */
            bipush -61
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         6: .line 3381
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 8
         7: .line 3382
            iconst_m1
            ireturn
         8: .line 3385
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 120
            if_icmpne 15
         9: .line 3386
            aload 0 /* this */
            bipush -62
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        10: .line 3387
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        11: .line 3388
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 13
        12: .line 3389
            iconst_m1
            ireturn
        13: .line 3391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 2 /* ch */
        start local 2 // int ch
        14: .line 3392
            goto 16
        end local 2 // int ch
        15: .line 3393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 2 /* ch */
        start local 2 // int ch
        16: .line 3395
      StackMap locals: int
      StackMap stack:
            iload 2 /* ch */
            ifne 18
        17: .line 3396
            iconst_m1
            ireturn
        18: .line 3398
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            ireturn
        end local 2 // int ch
        19: .line 3400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewEntityName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* entityName */
        start local 2 // com.fasterxml.aalto.in.PName entityName
        20: .line 3401
            aload 2 /* entityName */
            ifnonnull 23
        21: .line 3402
            aload 0 /* this */
            bipush -63
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        22: .line 3403
            iconst_m1
            ireturn
        23: .line 3405
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 2 /* entityName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 3 /* ch */
        start local 3 // int ch
        24: .line 3406
            iload 3 /* ch */
            ifeq 26
        25: .line 3407
            iload 3 /* ch */
            ireturn
        26: .line 3409
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* entityName */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        27: .line 3410
            iconst_0
            ireturn
        end local 3 // int ch
        end local 2 // com.fasterxml.aalto.in.PName entityName
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            4   28     1           b  B
           14   15     2          ch  I
           16   19     2          ch  I
           20   28     2  entityName  Lcom/fasterxml/aalto/in/PName;
           24   28     3          ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected boolean handleNsDecl();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3416
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.ATTR_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 3417
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
            astore 2 /* attrBuffer */
        start local 2 // char[] attrBuffer
         2: .line 3418
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrQuote:B
            istore 3 /* quoteChar */
        start local 3 // int quoteChar
         3: .line 3421
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            ifeq 7
         4: .line 3422
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleNsValuePending:()Z
            ifne 6
         5: .line 3423
            iconst_0
            ireturn
         6: .line 3425
      StackMap locals: int[] char[] int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         7: .line 3434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 9
         8: .line 3435
            iconst_0
            ireturn
         9: .line 3437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 11
        10: .line 3438
            aload 0 /* this */
            aload 2 /* attrBuffer */
            aload 2 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* attrBuffer */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
        11: .line 3440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
        12: .line 3442
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 2 /* attrBuffer */
            arraylength
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            isub
            iadd
            istore 6 /* max2 */
        start local 6 // int max2
        13: .line 3443
            iload 6 /* max2 */
            iload 5 /* max */
            if_icmpge 20
        14: .line 3444
            iload 6 /* max2 */
            istore 5 /* max */
        end local 6 // int max2
        15: .line 3447
            goto 20
        16: .line 3448
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] char[] int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 4 /* c */
        start local 4 // int c
        17: .line 3449
            aload 1 /* TYPES */
            iload 4 /* c */
            iaload
            ifeq 19
        18: .line 3450
            goto 22
        19: .line 3452
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] char[] int int int
      StackMap stack:
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            iload 4 /* c */
            i2c
            castore
        end local 4 // int c
        20: .line 3447
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] char[] int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iload 5 /* max */
            if_icmplt 16
        end local 5 // int max
        21: .line 3433
            goto 7
        start local 4 // int c
        22: .line 3456
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner int[] char[] int int
      StackMap stack:
            aload 1 /* TYPES */
            iload 4 /* c */
            iaload
            tableswitch { // 1 - 14
                    1: 23
                    2: 24
                    3: 29
                    4: 60
                    5: 32
                    6: 37
                    7: 45
                    8: 30
                    9: 61
                   10: 62
                   11: 76
                   12: 76
                   13: 76
                   14: 74
              default: 76
          }
        23: .line 3458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 4 /* c */
        24: .line 3460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 27
        25: .line 3461
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        26: .line 3462
            iconst_0
            ireturn
        27: .line 3464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 29
        28: .line 3465
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        29: .line 3469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.markLF:()V
        30: .line 3473
      StackMap locals:
      StackMap stack:
            bipush 32
            istore 4 /* c */
        31: .line 3474
            goto 76
        32: .line 3476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 35
        33: .line 3477
            aload 0 /* this */
            iload 4 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        34: .line 3478
            iconst_0
            ireturn
        35: .line 3480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_2:(I)I
            istore 4 /* c */
        36: .line 3481
            goto 76
        37: .line 3483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_2
            if_icmpge 43
        38: .line 3484
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 41
        39: .line 3485
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* d */
        start local 5 // int d
        40: .line 3486
            iload 4 /* c */
            iload 5 /* d */
            bipush 8
            ishl
            ior
            istore 4 /* c */
        end local 5 // int d
        41: .line 3488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        42: .line 3489
            iconst_0
            ireturn
        43: .line 3491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_3:(I)I
            istore 4 /* c */
        44: .line 3492
            goto 76
        45: .line 3494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            isub
            iconst_3
            if_icmpge 54
        46: .line 3495
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 52
        47: .line 3496
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* d */
        start local 5 // int d
        48: .line 3497
            iload 4 /* c */
            iload 5 /* d */
            bipush 8
            ishl
            ior
            istore 4 /* c */
        49: .line 3498
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            if_icmple 52
        50: .line 3499
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 5 /* d */
        51: .line 3500
            iload 4 /* c */
            iload 5 /* d */
            bipush 16
            ishl
            ior
            istore 4 /* c */
        end local 5 // int d
        52: .line 3503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        53: .line 3504
            iconst_0
            ireturn
        54: .line 3506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeUtf8_4:(I)I
            istore 4 /* c */
        55: .line 3508
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            ldc 55296
            iload 4 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        56: .line 3509
            ldc 56320
            iload 4 /* c */
            sipush 1023
            iand
            ior
            istore 4 /* c */
        57: .line 3510
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 76
        58: .line 3511
            aload 0 /* this */
            aload 2 /* attrBuffer */
            aload 2 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* attrBuffer */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
        59: .line 3513
            goto 76
        60: .line 3515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidInitial:(I)V
        61: .line 3517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            ldc "'<' not allowed in attribute value"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        62: .line 3519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleEntityInAttributeValue:()I
            istore 4 /* c */
        63: .line 3520
            iload 4 /* c */
            ifgt 67
        64: .line 3521
            iload 4 /* c */
            ifge 66
        65: .line 3522
            iconst_0
            ireturn
        66: .line 3524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        67: .line 3527
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 16
            ishr
            ifeq 76
        68: .line 3528
            iload 4 /* c */
            ldc 65536
            isub
            istore 4 /* c */
        69: .line 3529
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            ldc 55296
            iload 4 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        70: .line 3530
            ldc 56320
            iload 4 /* c */
            sipush 1023
            iand
            ior
            istore 4 /* c */
        71: .line 3531
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 76
        72: .line 3532
            aload 0 /* this */
            aload 2 /* attrBuffer */
            aload 2 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* attrBuffer */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
        73: .line 3535
            goto 76
        74: .line 3537
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            iload 3 /* quoteChar */
            if_icmpne 76
        75: .line 3538
            goto 78
        76: .line 3545
      StackMap locals:
      StackMap stack:
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            iload 4 /* c */
            i2c
            castore
        end local 4 // int c
        77: .line 3429
            goto 7
        78: .line 3552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            istore 4 /* attrPtr */
        start local 4 // int attrPtr
        79: .line 3553
            iload 4 /* attrPtr */
            ifne 82
        80: .line 3554
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            ldc ""
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.bindNs:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)V
        81: .line 3555
            goto 84
        82: .line 3556
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 2 /* attrBuffer */
            iload 4 /* attrPtr */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.canonicalizeURI:([CI)Ljava/lang/String;
            astore 5 /* uri */
        start local 5 // java.lang.String uri
        83: .line 3557
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            aload 5 /* uri */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.bindNs:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)V
        end local 5 // java.lang.String uri
        84: .line 3559
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // int attrPtr
        end local 3 // int quoteChar
        end local 2 // char[] attrBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   85     0        this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   85     1       TYPES  [I
            2   85     2  attrBuffer  [C
            3   85     3   quoteChar  I
           17   20     4           c  I
           22   77     4           c  I
           12   21     5         max  I
           13   15     6        max2  I
           40   41     5           d  I
           48   52     5           d  I
           79   85     4     attrPtr  I
           83   84     5         uri  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final boolean handleNsValuePending();
    descriptor: ()Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3568
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            iconst_m1
            if_icmpne 8
         1: .line 3569
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handlePartialCR:()Z
            ifne 3
         2: .line 3570
            iconst_0
            ireturn
         3: .line 3572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
            astore 1 /* attrBuffer */
        start local 1 // char[] attrBuffer
         4: .line 3573
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            aload 1 /* attrBuffer */
            arraylength
            if_icmplt 6
         5: .line 3574
            aload 0 /* this */
            aload 1 /* attrBuffer */
            aload 1 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 1 /* attrBuffer */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
         6: .line 3577
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            bipush 32
            castore
         7: .line 3578
            iconst_1
            ireturn
        end local 1 // char[] attrBuffer
         8: .line 3582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 10
         9: .line 3583
            iconst_0
            ireturn
        10: .line 3588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -60
            if_icmpne 34
        11: .line 3589
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* b */
        start local 2 // byte b
        12: .line 3590
            iload 2 /* b */
            bipush 35
            if_icmpne 25
        13: .line 3591
            aload 0 /* this */
            bipush -61
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        14: .line 3592
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 16
        15: .line 3593
            iconst_0
            ireturn
        16: .line 3595
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 120
            if_icmpne 23
        17: .line 3596
            aload 0 /* this */
            bipush -62
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        18: .line 3597
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        19: .line 3598
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 21
        20: .line 3599
            iconst_0
            ireturn
        21: .line 3601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        22: .line 3602
            goto 63
        end local 1 // int ch
        23: .line 3603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        24: .line 3605
            goto 63
        end local 1 // int ch
        25: .line 3606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseNewEntityName:(B)Lcom/fasterxml/aalto/in/PName;
            astore 3 /* entityName */
        start local 3 // com.fasterxml.aalto.in.PName entityName
        26: .line 3607
            aload 3 /* entityName */
            ifnonnull 29
        27: .line 3608
            aload 0 /* this */
            bipush -63
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        28: .line 3609
            iconst_0
            ireturn
        29: .line 3611
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 3 /* entityName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 1 /* ch */
        start local 1 // int ch
        30: .line 3612
            iload 1 /* ch */
            ifne 63
        31: .line 3613
            aload 0 /* this */
            aload 3 /* entityName */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        32: .line 3614
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        end local 3 // com.fasterxml.aalto.in.PName entityName
        end local 2 // byte b
        33: .line 3617
            goto 63
        end local 1 // int ch
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner
      StackMap stack:
        34: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -61
            if_icmpne 44
        35: .line 3618
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 120
            if_icmpne 42
        36: .line 3619
            aload 0 /* this */
            bipush -62
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
        37: .line 3620
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        38: .line 3621
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 40
        39: .line 3622
            iconst_0
            ireturn
        40: .line 3624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        41: .line 3625
            goto 63
        end local 1 // int ch
        42: .line 3626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        43: .line 3628
            goto 63
        end local 1 // int ch
      StackMap locals:
      StackMap stack:
        44: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -62
            if_icmpne 47
        45: .line 3629
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        46: .line 3630
            goto 63
        end local 1 // int ch
      StackMap locals:
      StackMap stack:
        47: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -63
            if_icmpne 56
        48: .line 3631
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseEntityName:()Lcom/fasterxml/aalto/in/PName;
            astore 2 /* entityName */
        start local 2 // com.fasterxml.aalto.in.PName entityName
        49: .line 3632
            aload 2 /* entityName */
            ifnonnull 51
        50: .line 3633
            iconst_0
            ireturn
        51: .line 3635
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner top com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 0 /* this */
            aload 2 /* entityName */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.decodeGeneralEntity:(Lcom/fasterxml/aalto/in/PName;)I
            istore 1 /* ch */
        start local 1 // int ch
        52: .line 3636
            iload 1 /* ch */
            ifne 63
        53: .line 3637
            aload 0 /* this */
            aload 2 /* entityName */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        54: .line 3638
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemAttrName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        end local 2 // com.fasterxml.aalto.in.PName entityName
        55: .line 3640
            goto 63
        end local 1 // int ch
      StackMap locals: com.fasterxml.aalto.async.AsyncByteArrayScanner
      StackMap stack:
        56: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -64
            if_icmpne 59
        57: .line 3641
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleDecEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        58: .line 3642
            goto 63
        end local 1 // int ch
      StackMap locals:
      StackMap stack:
        59: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            bipush -65
            if_icmpne 62
        60: .line 3643
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleHexEntityInAttribute:(Z)I
            istore 1 /* ch */
        start local 1 // int ch
        61: .line 3644
            goto 63
        end local 1 // int ch
        62: .line 3646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleAttrValuePendingUTF8:()I
            istore 1 /* ch */
        start local 1 // int ch
        63: .line 3648
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ifne 65
        64: .line 3649
            iconst_0
            ireturn
        65: .line 3652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
            astore 2 /* attrBuffer */
        start local 2 // char[] attrBuffer
        66: .line 3654
            iload 1 /* ch */
            bipush 16
            ishr
            ifeq 72
        67: .line 3655
            iload 1 /* ch */
            ldc 65536
            isub
            istore 1 /* ch */
        68: .line 3656
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 70
        69: .line 3657
            aload 0 /* this */
            aload 2 /* attrBuffer */
            aload 2 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* attrBuffer */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
        70: .line 3659
      StackMap locals: char[]
      StackMap stack:
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            ldc 55296
            iload 1 /* ch */
            bipush 10
            ishr
            ior
            i2c
            castore
        71: .line 3660
            ldc 56320
            iload 1 /* ch */
            sipush 1023
            iand
            ior
            istore 1 /* ch */
        72: .line 3662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            aload 2 /* attrBuffer */
            arraylength
            if_icmplt 74
        73: .line 3663
            aload 0 /* this */
            aload 2 /* attrBuffer */
            aload 2 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* attrBuffer */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._nameBuffer:[C
        74: .line 3665
      StackMap locals:
      StackMap stack:
            aload 2 /* attrBuffer */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._elemNsPtr:I
            iload 1 /* ch */
            i2c
            castore
        75: .line 3666
            iconst_1
            ireturn
        end local 2 // char[] attrBuffer
        end local 1 // int ch
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   76     0        this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            4    8     1  attrBuffer  [C
           22   23     1          ch  I
           24   25     1          ch  I
           30   34     1          ch  I
           41   42     1          ch  I
           43   44     1          ch  I
           46   47     1          ch  I
           52   56     1          ch  I
           58   59     1          ch  I
           61   62     1          ch  I
           63   76     1          ch  I
           12   33     2           b  B
           26   33     3  entityName  Lcom/fasterxml/aalto/in/PName;
           49   55     2  entityName  Lcom/fasterxml/aalto/in/PName;
           66   76     2  attrBuffer  [C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final com.fasterxml.aalto.in.PName parseNewName(byte);
    descriptor: (B)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte b
         0: .line 3678
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* q */
        start local 2 // int q
         1: .line 3683
            iload 2 /* q */
            bipush 65
            if_icmpge 3
         2: .line 3684
            aload 0 /* this */
            iload 2 /* q */
            ldc "; expected a name start character"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         3: .line 3686
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
         4: .line 3687
            aload 0 /* this */
            iload 2 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
         5: .line 3688
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
         6: .line 3689
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            areturn
        end local 2 // int q
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    7     1     b  B
            1    7     2     q  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected final com.fasterxml.aalto.in.PName parsePName();
    descriptor: ()Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3707
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
            istore 1 /* q */
        start local 1 // int q
         1: .line 3712
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            tableswitch { // 0 - 3
                    0: 2
                    1: 8
                    2: 17
                    3: 26
              default: 35
          }
         2: .line 3714
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 4
         3: .line 3715
            aconst_null
            areturn
         4: .line 3717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 1 /* q */
         5: .line 3723
            iload 1 /* q */
            bipush 65
            if_icmpge 8
         6: .line 3725
            iload 1 /* q */
            bipush 45
            if_icmplt 7
            iload 1 /* q */
            bipush 58
            if_icmpgt 7
            iload 1 /* q */
            bipush 47
            if_icmpne 8
         7: .line 3727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
         8: .line 3733
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 12
         9: .line 3734
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        10: .line 3735
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        11: .line 3736
            aconst_null
            areturn
        12: .line 3738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        13: .line 3739
            iload 2 /* i */
            bipush 65
            if_icmpge 16
        14: .line 3740
            iload 2 /* i */
            bipush 45
            if_icmplt 15
            iload 2 /* i */
            bipush 58
            if_icmpgt 15
            iload 2 /* i */
            bipush 47
            if_icmpne 16
        15: .line 3741
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        16: .line 3744
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        17: .line 3748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 21
        18: .line 3749
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        19: .line 3750
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        20: .line 3751
            aconst_null
            areturn
        21: .line 3753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        22: .line 3754
            iload 2 /* i */
            bipush 65
            if_icmpge 25
        23: .line 3755
            iload 2 /* i */
            bipush 45
            if_icmplt 24
            iload 2 /* i */
            bipush 58
            if_icmpgt 24
            iload 2 /* i */
            bipush 47
            if_icmpne 25
        24: .line 3756
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_2
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        25: .line 3759
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        26: .line 3763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 30
        27: .line 3764
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        28: .line 3765
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        29: .line 3766
            aconst_null
            areturn
        30: .line 3768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        31: .line 3769
            iload 2 /* i */
            bipush 65
            if_icmpge 34
        32: .line 3770
            iload 2 /* i */
            bipush 45
            if_icmplt 33
            iload 2 /* i */
            bipush 58
            if_icmpgt 33
            iload 2 /* i */
            bipush 47
            if_icmpne 34
        33: .line 3771
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_3
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        34: .line 3774
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        35: .line 3778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            ifne 39
        36: .line 3779
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            iconst_0
            iload 1 /* q */
            iastore
        37: .line 3780
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
        38: .line 3781
            goto 42
        39: .line 3782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            arraylength
            if_icmplt 41
        40: .line 3783
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([II)[I
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
        41: .line 3785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            iload 1 /* q */
            iastore
        42: .line 3787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        43: .line 3709
            goto 1
        end local 1 // int q
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   44     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   44     1     q  I
           13   17     2     i  I
           22   26     2     i  I
           31   35     2     i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final com.fasterxml.aalto.in.PName parseNewEntityName(byte);
    descriptor: (B)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // byte b
         0: .line 3793
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* q */
        start local 2 // int q
         1: .line 3794
            iload 2 /* q */
            bipush 65
            if_icmpge 3
         2: .line 3795
            aload 0 /* this */
            iload 2 /* q */
            ldc "; expected a name start character"
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         3: .line 3797
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
         4: .line 3798
            aload 0 /* this */
            iload 2 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
         5: .line 3799
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
         6: .line 3800
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.parseEntityName:()Lcom/fasterxml/aalto/in/PName;
            areturn
        end local 2 // int q
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    7     1     b  B
            1    7     2     q  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected final com.fasterxml.aalto.in.PName parseEntityName();
    descriptor: ()Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3805
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
            istore 1 /* q */
        start local 1 // int q
         1: .line 3810
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
            tableswitch { // 0 - 3
                    0: 2
                    1: 16
                    2: 25
                    3: 41
              default: 54
          }
         2: .line 3812
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 4
         3: .line 3813
            aconst_null
            areturn
         4: .line 3815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 1 /* q */
         5: .line 3822
            iload 1 /* q */
            bipush 65
            if_icmpge 16
         6: .line 3824
            iload 1 /* q */
            bipush 45
            if_icmplt 7
            iload 1 /* q */
            bipush 58
            if_icmpgt 7
            iload 1 /* q */
            bipush 47
            if_icmpne 16
         7: .line 3826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            iconst_1
            if_icmpne 15
         8: .line 3827
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            iconst_0
            iaload
            istore 1 /* q */
         9: .line 3828
            iload 1 /* q */
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_APOS_QUAD:I
            if_icmpne 12
        10: .line 3829
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        11: .line 3830
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_APOS:Lcom/fasterxml/aalto/in/PNameC;
            areturn
        12: .line 3832
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_QUOT_QUAD:I
            if_icmpne 15
        13: .line 3833
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        14: .line 3834
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_QUOT:Lcom/fasterxml/aalto/in/PNameC;
            areturn
        15: .line 3838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        16: .line 3844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 20
        17: .line 3845
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        18: .line 3846
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        19: .line 3847
            aconst_null
            areturn
        20: .line 3849
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        21: .line 3850
            iload 2 /* i */
            bipush 65
            if_icmpge 24
        22: .line 3851
            iload 2 /* i */
            bipush 45
            if_icmplt 23
            iload 2 /* i */
            bipush 58
            if_icmpgt 23
            iload 2 /* i */
            bipush 47
            if_icmpne 24
        23: .line 3852
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        24: .line 3855
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        25: .line 3859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 29
        26: .line 3860
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        27: .line 3861
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        28: .line 3862
            aconst_null
            areturn
        29: .line 3864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        30: .line 3865
            iload 2 /* i */
            bipush 65
            if_icmpge 40
        31: .line 3866
            iload 2 /* i */
            bipush 45
            if_icmplt 32
            iload 2 /* i */
            bipush 58
            if_icmpgt 32
            iload 2 /* i */
            bipush 47
            if_icmpne 40
        32: .line 3868
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            ifne 39
        33: .line 3869
            iload 1 /* q */
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_GT_QUAD:I
            if_icmpne 36
        34: .line 3870
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        35: .line 3871
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_GT:Lcom/fasterxml/aalto/in/PNameC;
            areturn
        36: .line 3873
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_LT_QUAD:I
            if_icmpne 39
        37: .line 3874
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        38: .line 3875
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_LT:Lcom/fasterxml/aalto/in/PNameC;
            areturn
        39: .line 3878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_2
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        40: .line 3881
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        41: .line 3885
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 45
        42: .line 3886
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuad:I
        43: .line 3887
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        44: .line 3888
            aconst_null
            areturn
        45: .line 3890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        46: .line 3891
            iload 2 /* i */
            bipush 65
            if_icmpge 53
        47: .line 3892
            iload 2 /* i */
            bipush 45
            if_icmplt 48
            iload 2 /* i */
            bipush 58
            if_icmpgt 48
            iload 2 /* i */
            bipush 47
            if_icmpne 53
        48: .line 3894
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            ifne 52
        49: .line 3895
            iload 1 /* q */
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_AMP_QUAD:I
            if_icmpne 52
        50: .line 3896
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
        51: .line 3897
            getstatic com.fasterxml.aalto.in.EntityNames.ENTITY_AMP:Lcom/fasterxml/aalto/in/PNameC;
            areturn
        52: .line 3900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_3
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        53: .line 3903
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        54: .line 3909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            ifne 58
        55: .line 3910
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            iconst_0
            iload 1 /* q */
            iastore
        56: .line 3911
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
        57: .line 3912
            goto 61
        58: .line 3913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            arraylength
            if_icmplt 60
        59: .line 3914
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([II)[I
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
        60: .line 3916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadBuffer:[I
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._quadCount:I
            iload 1 /* q */
            iastore
        61: .line 3918
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currQuadBytes:I
        62: .line 3807
            goto 1
        end local 1 // int q
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   63     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            1   63     1     q  I
           21   25     2     i  I
           30   41     2     i  I
           46   54     2     i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final boolean handlePartialCR();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
         0: .line 3940
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
            iconst_m1
            if_icmpeq 2
         1: .line 3941
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.throwInternal:()I
            pop
         2: .line 3943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputEnd:I
            if_icmplt 4
         3: .line 3944
            iconst_0
            ireturn
         4: .line 3946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._pendingInput:I
         5: .line 3947
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            bipush 10
            if_icmpne 7
         6: .line 3948
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
         7: .line 3950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currRow:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._currRow:I
         8: .line 3951
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._rowStartOffset:I
         9: .line 3952
            iconst_1
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;

  protected final int decodeUtf8_2(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int c
         0: .line 3968
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
        start local 2 // int d
         1: .line 3969
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 3970
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         3: .line 3972
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            bipush 31
            iand
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            ireturn
        end local 2 // int d
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    4     1     c  I
            1    4     2     d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  protected final void skipUtf8_2(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int c
         0: .line 3977
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
        start local 2 // int d
         1: .line 3978
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 3979
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         3: .line 3981
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int d
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    4     1     c  I
            1    4     2     d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  protected final int decodeUtf8_3(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int c1
         0: .line 3991
            iload 1 /* c1 */
            bipush 15
            iand
            istore 1 /* c1 */
         1: .line 3992
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
        start local 2 // int d
         2: .line 3993
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 4
         3: .line 3994
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         4: .line 3996
      StackMap locals: int
      StackMap stack:
            iload 1 /* c1 */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 3 /* c */
        start local 3 // int c
         5: .line 3997
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
         6: .line 3998
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 8
         7: .line 3999
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         8: .line 4001
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 3 /* c */
         9: .line 4002
            iload 1 /* c1 */
            bipush 13
            if_icmplt 13
        10: .line 4003
            iload 3 /* c */
            ldc 55296
            if_icmplt 13
        11: .line 4004
            iload 3 /* c */
            ldc 57344
            if_icmplt 12
            iload 3 /* c */
            ldc 65534
            if_icmplt 13
            iload 3 /* c */
            ldc 65535
            if_icmpgt 13
        12: .line 4005
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 3 /* c */
        13: .line 4009
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 3 // int c
        end local 2 // int d
        end local 1 // int c1
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   14     1    c1  I
            2   14     2     d  I
            5   14     3     c  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c1    

  protected final int decodeUtf8_3(int, int, int);
    descriptor: (III)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int c1
        start local 2 // int c2
        start local 3 // int c3
         0: .line 4015
            iload 2 /* c2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 2
         1: .line 4016
            aload 0 /* this */
            iload 2 /* c2 */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         2: .line 4018
      StackMap locals:
      StackMap stack:
            iload 3 /* c3 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 4
         3: .line 4019
            aload 0 /* this */
            iload 3 /* c3 */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         4: .line 4021
      StackMap locals:
      StackMap stack:
            iload 1 /* c1 */
            bipush 15
            iand
            bipush 12
            ishl
            iload 2 /* c2 */
            bipush 63
            iand
            bipush 6
            ishl
            ior
            iload 3 /* c3 */
            bipush 63
            iand
            ior
            istore 4 /* c */
        start local 4 // int c
         5: .line 4022
            iload 1 /* c1 */
            bipush 13
            if_icmplt 9
         6: .line 4023
            iload 4 /* c */
            ldc 55296
            if_icmplt 9
         7: .line 4024
            iload 4 /* c */
            ldc 57344
            if_icmplt 8
            iload 4 /* c */
            ldc 65534
            if_icmplt 9
            iload 4 /* c */
            ldc 65535
            if_icmpgt 9
         8: .line 4025
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.handleInvalidXmlChar:(I)C
            istore 4 /* c */
         9: .line 4029
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            ireturn
        end local 4 // int c
        end local 3 // int c3
        end local 2 // int c2
        end local 1 // int c1
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   10     1    c1  I
            0   10     2    c2  I
            0   10     3    c3  I
            5   10     4     c  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c1    
      c2    
      c3    

  protected final int decodeUtf8_4(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int c
         0: .line 4035
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
        start local 2 // int d
         1: .line 4036
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 4037
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         3: .line 4039
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            bipush 7
            iand
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
         4: .line 4040
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
         5: .line 4041
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 7
         6: .line 4042
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         7: .line 4044
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
         8: .line 4045
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            baload
            istore 2 /* d */
         9: .line 4046
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 11
        10: .line 4047
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
        11: .line 4052
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            ldc 65536
            isub
            ireturn
        end local 2 // int d
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0   12     1     c  I
            1   12     2     d  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  protected final int decodeUtf8_4(int, int, int, int);
    descriptor: (IIII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
        start local 1 // int c1
        start local 2 // int c2
        start local 3 // int c3
        start local 4 // int c4
         0: .line 4064
            iload 2 /* c2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 2
         1: .line 4065
            aload 0 /* this */
            iload 2 /* c2 */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_2
            isub
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         2: .line 4067
      StackMap locals:
      StackMap stack:
            iload 1 /* c1 */
            bipush 7
            iand
            bipush 6
            ishl
            iload 2 /* c2 */
            bipush 63
            iand
            ior
            istore 5 /* c */
        start local 5 // int c
         3: .line 4068
            iload 3 /* c3 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 5
         4: .line 4069
            aload 0 /* this */
            iload 3 /* c3 */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            iconst_1
            isub
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         5: .line 4071
      StackMap locals: int
      StackMap stack:
            iload 5 /* c */
            bipush 6
            ishl
            iload 3 /* c3 */
            bipush 63
            iand
            ior
            istore 5 /* c */
         6: .line 4072
            iload 4 /* c4 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 8
         7: .line 4073
            aload 0 /* this */
            iload 4 /* c4 */
            sipush 255
            iand
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteArrayScanner._inputPtr:I
            invokevirtual com.fasterxml.aalto.async.AsyncByteArrayScanner.reportInvalidOther:(II)V
         8: .line 4075
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 6
            ishl
            iload 4 /* c4 */
            bipush 63
            iand
            ior
            ldc 65536
            isub
            ireturn
        end local 5 // int c
        end local 4 // int c4
        end local 3 // int c3
        end local 2 // int c2
        end local 1 // int c1
        end local 0 // com.fasterxml.aalto.async.AsyncByteArrayScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/aalto/async/AsyncByteArrayScanner;
            0    9     1    c1  I
            0    9     2    c2  I
            0    9     3    c3  I
            0    9     4    c4  I
            3    9     5     c  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c1    
      c2    
      c3    
      c4    
}
SourceFile: "AsyncByteArrayScanner.java"