public class com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder extends java.nio.charset.CharsetDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder
  super_class: java.nio.charset.CharsetDecoder
{
  private int octalCodePoint;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc Lcom/oracle/graal/python/charset/PythonUnicodeEscapeCharsetDecoder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 60
            aload 0 /* this */
            aload 1 /* cs */
            fconst_1
            fconst_1
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 61
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/graal/python/charset/PythonUnicodeEscapeCharsetDecoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  static java.nio.charset.CoderResult decodeHexUnicodeEscape(java.nio.ByteBuffer, java.nio.CharBuffer, byte, int);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;BI)Ljava/nio/charset/CoderResult;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // java.nio.ByteBuffer source
        start local 1 // java.nio.CharBuffer target
        start local 2 // byte b
        start local 3 // int initialPosition
         0: .line 65
            iload 2 /* b */
            lookupswitch { // 3
                   85: 5
                  117: 3
                  120: 1
              default: 7
          }
         1: .line 67
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 4 /* count */
        start local 4 // int count
         2: .line 68
            goto 8
        end local 4 // int count
         3: .line 70
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 4 /* count */
        start local 4 // int count
         4: .line 71
            goto 8
        end local 4 // int count
         5: .line 73
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 4 /* count */
        start local 4 // int count
         6: .line 74
            goto 8
        end local 4 // int count
         7: .line 76
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        start local 4 // int count
         8: .line 78
      StackMap locals: int
      StackMap stack:
            aload 0 /* source */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 4 /* count */
            if_icmpge 11
         9: .line 79
            aload 0 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        10: .line 80
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        11: .line 82
      StackMap locals:
      StackMap stack:
            iload 4 /* count */
            newarray 8
            astore 5 /* numbuf */
        start local 5 // byte[] numbuf
        12: .line 83
            aload 0 /* source */
            aload 5 /* numbuf */
            iconst_0
            iload 4 /* count */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        13: .line 86
            new java.lang.String
            dup
            aload 5 /* numbuf */
            iconst_0
            iload 4 /* count */
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            bipush 16
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
            istore 6 /* codePoint */
        start local 6 // int codePoint
        14: .line 87
            goto 19
        end local 6 // int codePoint
      StackMap locals: java.nio.ByteBuffer java.nio.CharBuffer int int int byte[]
      StackMap stack: java.lang.NumberFormatException
        15: pop
        16: .line 88
            aload 0 /* source */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 7 /* pos */
        start local 7 // int pos
        17: .line 89
            aload 0 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        18: .line 90
            iload 7 /* pos */
            iload 3 /* initialPosition */
            isub
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 7 // int pos
        start local 6 // int codePoint
        19: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* source */
            aload 1 /* target */
            iload 6 /* codePoint */
            iload 3 /* initialPosition */
            invokestatic com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.outputCodePoint:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        end local 6 // int codePoint
        end local 5 // byte[] numbuf
        end local 4 // int count
        end local 3 // int initialPosition
        end local 2 // byte b
        end local 1 // java.nio.CharBuffer target
        end local 0 // java.nio.ByteBuffer source
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0           source  Ljava/nio/ByteBuffer;
            0   20     1           target  Ljava/nio/CharBuffer;
            0   20     2                b  B
            0   20     3  initialPosition  I
            2    3     4            count  I
            4    5     4            count  I
            6    7     4            count  I
            8   20     4            count  I
           12   20     5           numbuf  [B
           14   15     6        codePoint  I
           19   20     6        codePoint  I
           17   19     7              pos  I
      Exception table:
        from    to  target  type
          13    14      15  Class java.lang.NumberFormatException
    MethodParameters:
                 Name  Flags
      source           
      target           
      b                
      initialPosition  

  static java.nio.charset.CoderResult outputCodePoint(java.nio.ByteBuffer, java.nio.CharBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.nio.ByteBuffer source
        start local 1 // java.nio.CharBuffer target
        start local 2 // int codePoint
        start local 3 // int initialPosition
         0: .line 96
            iload 2 /* codePoint */
            invokestatic java.lang.Character.isValidCodePoint:(I)Z
            ifne 4
         1: .line 97
            aload 0 /* source */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 98
            aload 0 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         3: .line 99
            iload 4 /* pos */
            iload 3 /* initialPosition */
            isub
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 4 // int pos
         4: .line 101
      StackMap locals:
      StackMap stack:
            iload 2 /* codePoint */
            invokestatic java.lang.Character.charCount:(I)I
            iconst_2
            if_icmpne 12
         5: .line 102
            aload 1 /* target */
            iload 2 /* codePoint */
            invokestatic java.lang.Character.highSurrogate:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         6: .line 103
            aload 1 /* target */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 10
         7: .line 104
            aload 0 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         8: .line 105
            aload 1 /* target */
            aload 1 /* target */
            invokevirtual java.nio.CharBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         9: .line 106
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        10: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* codePoint */
            invokestatic java.lang.Character.lowSurrogate:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        11: .line 109
            goto 13
        12: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* codePoint */
            i2c
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        13: .line 112
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int initialPosition
        end local 2 // int codePoint
        end local 1 // java.nio.CharBuffer target
        end local 0 // java.nio.ByteBuffer source
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0           source  Ljava/nio/ByteBuffer;
            0   14     1           target  Ljava/nio/CharBuffer;
            0   14     2        codePoint  I
            0   14     3  initialPosition  I
            2    4     4              pos  I
    MethodParameters:
                 Name  Flags
      source           
      target           
      codePoint        
      initialPosition  

  protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
        start local 1 // java.nio.ByteBuffer source
        start local 2 // java.nio.CharBuffer target
         0: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
         1: .line 119
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 4
         3: .line 122
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            areturn
         4: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* initialPosition */
        start local 3 // int initialPosition
         5: .line 125
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* b */
        start local 4 // byte b
         6: .line 128
            iload 4 /* b */
            bipush 92
            if_icmpne 66
         7: .line 129
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 10
         8: .line 130
            aload 1 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         9: .line 131
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        10: .line 133
      StackMap locals: int int
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* b */
        11: .line 134
            iload 4 /* b */
            bipush 48
            if_icmplt 15
            iload 4 /* b */
            bipush 55
            if_icmpgt 15
        12: .line 135
            aload 0 /* this */
            iconst_1
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
        13: .line 136
            aload 0 /* this */
            iload 4 /* b */
            bipush 48
            isub
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
        14: .line 137
            goto 0
        15: .line 139
      StackMap locals:
      StackMap stack:
            iload 4 /* b */
            lookupswitch { // 16
                   10: 36
                   13: 36
                   34: 32
                   39: 34
                   78: 40
                   85: 37
                   92: 16
                   97: 18
                   98: 20
                  102: 22
                  110: 24
                  114: 26
                  116: 28
                  117: 37
                  118: 30
                  120: 37
              default: 63
          }
        16: .line 141
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 92
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        17: .line 142
            goto 0
        18: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 7
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        19: .line 145
            goto 0
        20: .line 147
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 8
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        21: .line 148
            goto 0
        22: .line 150
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 12
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        23: .line 151
            goto 0
        24: .line 153
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 10
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        25: .line 154
            goto 0
        26: .line 156
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 13
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        27: .line 157
            goto 0
        28: .line 159
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 9
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        29: .line 160
            goto 0
        30: .line 162
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 11
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        31: .line 163
            goto 0
        32: .line 165
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 34
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        33: .line 166
            goto 0
        34: .line 168
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            bipush 39
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        35: .line 169
            goto 0
        36: .line 172
      StackMap locals:
      StackMap stack:
            goto 0
        37: .line 176
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            aload 2 /* target */
            iload 4 /* b */
            iload 3 /* initialPosition */
            invokestatic com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.decodeHexUnicodeEscape:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;BI)Ljava/nio/charset/CoderResult;
            astore 5 /* result */
        start local 5 // java.nio.charset.CoderResult result
        38: .line 177
            aload 5 /* result */
            ifnull 0
        39: .line 178
            aload 5 /* result */
            areturn
        end local 5 // java.nio.charset.CoderResult result
        40: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 43
        41: .line 183
            aload 1 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 184
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        43: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* b */
        44: .line 187
            iload 4 /* b */
            bipush 123
            if_icmpeq 47
        45: .line 188
            aload 1 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        46: .line 189
            iconst_2
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        47: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 50
        48: .line 193
            aload 1 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        49: .line 194
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        50: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* b */
        51: .line 197
            iload 4 /* b */
            bipush 125
            if_icmpne 47
        52: .line 198
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 6 /* end */
        start local 6 // int end
        53: .line 199
            aload 1 /* source */
            iload 3 /* initialPosition */
            iconst_3
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        54: .line 200
            iload 6 /* end */
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.position:()I
            isub
            iconst_1
            isub
            newarray 8
            astore 7 /* nameBytes */
        start local 7 // byte[] nameBytes
        55: .line 201
            aload 1 /* source */
            aload 7 /* nameBytes */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        56: .line 202
            new java.lang.String
            dup
            aload 7 /* nameBytes */
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            invokestatic com.oracle.graal.python.parser.sst.StringUtils.getCodePoint:(Ljava/lang/String;)I
            istore 8 /* codePoint */
        start local 8 // int codePoint
        57: .line 203
            iload 8 /* codePoint */
            ifge 60
        58: .line 204
            aload 1 /* source */
            iload 3 /* initialPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        59: .line 205
            iload 6 /* end */
            iload 3 /* initialPosition */
            isub
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        60: .line 207
      StackMap locals: com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder java.nio.ByteBuffer java.nio.CharBuffer int int top int byte[] int
      StackMap stack:
            aload 1 /* source */
            aload 2 /* target */
            iload 8 /* codePoint */
            iload 3 /* initialPosition */
            invokestatic com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.outputCodePoint:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            astore 5 /* result */
        start local 5 // java.nio.charset.CoderResult result
        61: .line 208
            aload 5 /* result */
            ifnull 0
        62: .line 209
            aload 5 /* result */
            areturn
        end local 8 // int codePoint
        end local 7 // byte[] nameBytes
        end local 6 // int end
        end local 5 // java.nio.charset.CoderResult result
        63: .line 214
      StackMap locals: com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder java.nio.ByteBuffer java.nio.CharBuffer int int
      StackMap stack:
            aload 2 /* target */
            bipush 92
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        64: .line 215
            aload 1 /* source */
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        65: .line 216
            goto 0
        66: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
            ifle 72
            iload 4 /* b */
            bipush 48
            if_icmplt 72
            iload 4 /* b */
            bipush 55
            if_icmpgt 72
        67: .line 219
            aload 0 /* this */
            dup
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
            iconst_1
            iadd
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
        68: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
            bipush 8
            imul
            iload 4 /* b */
            bipush 48
            isub
            iadd
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
        69: .line 221
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
            iconst_3
            if_icmplt 0
        70: .line 222
            aload 0 /* this */
            aload 2 /* target */
            invokevirtual com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.outputOctal:(Ljava/nio/CharBuffer;)V
        71: .line 224
            goto 0
        72: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
            iconst_1
            if_icmplt 76
        73: .line 226
            aload 0 /* this */
            aload 2 /* target */
            invokevirtual com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.outputOctal:(Ljava/nio/CharBuffer;)V
        74: .line 227
            aload 2 /* target */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 76
        75: .line 228
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        76: .line 231
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            iload 4 /* b */
            i2c
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        end local 4 // byte b
        end local 3 // int initialPosition
        77: .line 117
            goto 0
        end local 2 // java.nio.CharBuffer target
        end local 1 // java.nio.ByteBuffer source
        end local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   78     0             this  Lcom/oracle/graal/python/charset/PythonUnicodeEscapeCharsetDecoder;
            0   78     1           source  Ljava/nio/ByteBuffer;
            0   78     2           target  Ljava/nio/CharBuffer;
            5   77     3  initialPosition  I
            6   77     4                b  B
           38   40     5           result  Ljava/nio/charset/CoderResult;
           61   63     5           result  Ljava/nio/charset/CoderResult;
           53   63     6              end  I
           55   63     7        nameBytes  [B
           57   63     8        codePoint  I
    MethodParameters:
        Name  Flags
      source  
      target  

  private void outputOctal(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
        start local 1 // java.nio.CharBuffer target
         0: .line 237
            getstatic com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
            invokestatic java.lang.Character.isValidCodePoint:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
            invokestatic java.lang.Character.charCount:(I)I
            iconst_1
            if_icmpeq 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
            i2c
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         3: .line 239
            aload 0 /* this */
            iconst_0
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
         4: .line 240
            aload 0 /* this */
            iconst_0
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
         5: .line 241
            return
        end local 1 // java.nio.CharBuffer target
        end local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/graal/python/charset/PythonUnicodeEscapeCharsetDecoder;
            0    6     1  target  Ljava/nio/CharBuffer;
    MethodParameters:
        Name  Flags
      target  

  protected void implReset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
         0: .line 245
            aload 0 /* this */
            iconst_0
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalCodePoint:I
         1: .line 246
            aload 0 /* this */
            iconst_0
            putfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
         2: .line 247
            return
        end local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/charset/PythonUnicodeEscapeCharsetDecoder;

  protected java.nio.charset.CoderResult implFlush(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
        start local 1 // java.nio.CharBuffer target
         0: .line 251
            aload 0 /* this */
            getfield com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.octalLength:I
            ifle 4
         1: .line 252
            aload 1 /* target */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 3
         2: .line 253
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            areturn
         3: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* target */
            invokevirtual com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder.outputOctal:(Ljava/nio/CharBuffer;)V
         4: .line 257
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.CharBuffer target
        end local 0 // com.oracle.graal.python.charset.PythonUnicodeEscapeCharsetDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/graal/python/charset/PythonUnicodeEscapeCharsetDecoder;
            0    5     1  target  Ljava/nio/CharBuffer;
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "PythonUnicodeEscapeCharsetDecoder.java"