abstract class sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder extends java.nio.charset.CharsetDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  protected static final char REPLACE_CHAR;
    descriptor: C
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  protected java.lang.String singleByteToChar;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean[] leadByte;
    descriptor: [Z
    flags: (0x0004) ACC_PROTECTED

  protected short[] index1;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String index2;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

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

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

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

  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 43
            ldc Lsun/nio/cs/ext/DBCS_IBM_ASCII_Decoder;
            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 sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.$assertionsDisabled:Z
         3: .line 45
            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 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 57
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 58
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/DBCS_IBM_ASCII_Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  private java.nio.charset.CoderResult decodeArrayLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=16, args_size=3
        start local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 61
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 62
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 4 /* sp */
        start local 4 // int sp
         2: .line 63
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 5 /* sl */
        start local 5 // int sl
         3: .line 64
            getstatic sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.$assertionsDisabled:Z
            ifne 4
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmple 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 65
      StackMap locals: byte[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmpgt 5
            iload 4 /* sp */
            goto 6
      StackMap locals:
      StackMap stack:
         5: iload 5 /* sl */
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* sp */
         7: .line 66
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 6 /* da */
        start local 6 // char[] da
         8: .line 67
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 7 /* dp */
        start local 7 // int dp
         9: .line 68
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 8 /* dl */
        start local 8 // int dl
        10: .line 69
            getstatic sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.$assertionsDisabled:Z
            ifne 11
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmple 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 70
      StackMap locals: char[] int int
      StackMap stack:
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmpgt 12
            iload 7 /* dp */
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 8 /* dl */
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* dp */
        14: .line 73
            goto 49
        15: .line 75
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            baload
            istore 9 /* b1 */
        start local 9 // int b1
        16: .line 76
            iconst_1
            istore 11 /* inputSize */
        start local 11 // int inputSize
        17: .line 77
            iconst_0
            istore 12 /* v */
        start local 12 // int v
        18: .line 78
            ldc 65533
            istore 13 /* outputChar */
        start local 13 // char outputChar
        19: .line 79
            iload 9 /* b1 */
            ifge 21
        20: .line 80
            iinc 9 /* b1 */ 256
        21: .line 82
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int int top int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.leadByte:[Z
            iload 9 /* b1 */
            baload
            ifne 24
        22: .line 84
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.singleByteToChar:Ljava/lang/String;
            iload 9 /* b1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 13 /* outputChar */
        23: .line 85
            goto 37
        24: .line 86
      StackMap locals:
      StackMap stack:
            iload 5 /* sl */
            iload 4 /* sp */
            isub
            iconst_2
            if_icmpge 29
        25: .line 87
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 15
        26: .line 109
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        27: .line 110
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        28: .line 87
            aload 15
            areturn
        29: .line 88
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_1
            iadd
            baload
            istore 10 /* b2 */
        start local 10 // int b2
        30: .line 89
            iload 10 /* b2 */
            ifge 32
        31: .line 90
            iinc 10 /* b2 */ 256
        32: .line 92
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int int int int int int
      StackMap stack:
            iinc 11 /* inputSize */ 1
        33: .line 95
            iload 9 /* b1 */
            sipush 256
            imul
            iload 10 /* b2 */
            iadd
            istore 12 /* v */
        34: .line 96
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.index1:[S
            iload 12 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.shift:I
            ishr
            saload
        35: .line 97
            iload 12 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.mask2:I
            iand
            iadd
        36: .line 96
            invokevirtual java.lang.String.charAt:(I)C
            istore 13 /* outputChar */
        end local 10 // int b2
        37: .line 99
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int int top int int int
      StackMap stack:
            iload 13 /* outputChar */
            ldc 65533
            if_icmpne 42
        38: .line 100
            iload 11 /* inputSize */
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 15
        39: .line 109
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        40: .line 110
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        41: .line 100
            aload 15
            areturn
        42: .line 102
      StackMap locals:
      StackMap stack:
            iload 8 /* dl */
            iload 7 /* dp */
            isub
            iconst_1
            if_icmpge 47
        43: .line 103
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 15
        44: .line 109
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        45: .line 110
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        46: .line 103
            aload 15
            areturn
        47: .line 104
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            iload 13 /* outputChar */
            castore
        48: .line 105
            iload 4 /* sp */
            iload 11 /* inputSize */
            iadd
            istore 4 /* sp */
        end local 13 // char outputChar
        end local 12 // int v
        end local 11 // int inputSize
        end local 9 // int b1
        49: .line 73
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmplt 15
        50: .line 107
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 15
        51: .line 109
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        52: .line 110
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        53: .line 107
            aload 15
            areturn
        54: .line 108
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 14
        55: .line 109
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        56: .line 110
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        57: .line 111
            aload 14
            athrow
        end local 8 // int dl
        end local 7 // int dp
        end local 6 // char[] da
        end local 5 // int sl
        end local 4 // int sp
        end local 3 // byte[] sa
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   58     0        this  Lsun/nio/cs/ext/DBCS_IBM_ASCII_Decoder;
            0   58     1         src  Ljava/nio/ByteBuffer;
            0   58     2         dst  Ljava/nio/CharBuffer;
            1   58     3          sa  [B
            2   58     4          sp  I
            3   58     5          sl  I
            8   58     6          da  [C
            9   58     7          dp  I
           10   58     8          dl  I
           16   49     9          b1  I
           30   37    10          b2  I
           17   49    11   inputSize  I
           18   49    12           v  I
           19   49    13  outputChar  C
      Exception table:
        from    to  target  type
          14    26      54  any
          29    39      54  any
          42    44      54  any
          47    51      54  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  private java.nio.charset.CoderResult decodeBufferLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=3
        start local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 115
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 119
            goto 33
         2: .line 120
      StackMap locals: int
      StackMap stack:
            ldc 65533
            istore 4 /* outputChar */
        start local 4 // char outputChar
         3: .line 121
            iconst_1
            istore 5 /* inputSize */
        start local 5 // int inputSize
         4: .line 123
            iconst_0
            istore 8 /* v */
        start local 8 // int v
         5: .line 124
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* b1 */
        start local 6 // int b1
         6: .line 125
            iload 6 /* b1 */
            ifge 8
         7: .line 126
            iinc 6 /* b1 */ 256
         8: .line 128
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.leadByte:[Z
            iload 6 /* b1 */
            baload
            ifne 11
         9: .line 130
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.singleByteToChar:Ljava/lang/String;
            iload 6 /* b1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* outputChar */
        10: .line 131
            goto 23
        11: .line 132
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            if_icmpge 15
        12: .line 133
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 10
        13: .line 154
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        14: .line 133
            aload 10
            areturn
        15: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* b2 */
        start local 7 // int b2
        16: .line 135
            iload 7 /* b2 */
            ifge 18
        17: .line 136
            iinc 7 /* b2 */ 256
        18: .line 137
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int int int int
      StackMap stack:
            iinc 5 /* inputSize */ 1
        19: .line 140
            iload 6 /* b1 */
            sipush 256
            imul
            iload 7 /* b2 */
            iadd
            istore 8 /* v */
        20: .line 141
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.index1:[S
            iload 8 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.shift:I
            ishr
            saload
        21: .line 142
            iload 8 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.mask2:I
            iand
            iadd
        22: .line 141
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* outputChar */
        end local 7 // int b2
        23: .line 144
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int int top int
      StackMap stack:
            iload 4 /* outputChar */
            ldc 65533
            if_icmpne 27
        24: .line 145
            iload 5 /* inputSize */
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 10
        25: .line 154
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        26: .line 145
            aload 10
            areturn
        27: .line 147
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 31
        28: .line 148
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 10
        29: .line 154
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        30: .line 148
            aload 10
            areturn
        31: .line 149
      StackMap locals:
      StackMap stack:
            iload 3 /* mark */
            iload 5 /* inputSize */
            iadd
            istore 3 /* mark */
        32: .line 150
            aload 2 /* dst */
            iload 4 /* outputChar */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        end local 8 // int v
        end local 6 // int b1
        end local 5 // int inputSize
        end local 4 // char outputChar
        33: .line 119
      StackMap locals: sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder java.nio.ByteBuffer java.nio.CharBuffer int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
        34: .line 152
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 10
        35: .line 154
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        36: .line 152
            aload 10
            areturn
        37: .line 153
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        38: .line 154
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        39: .line 155
            aload 9
            athrow
        end local 3 // int mark
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Lsun/nio/cs/ext/DBCS_IBM_ASCII_Decoder;
            0   40     1         src  Ljava/nio/ByteBuffer;
            0   40     2         dst  Ljava/nio/CharBuffer;
            1   40     3        mark  I
            3   33     4  outputChar  C
            4   33     5   inputSize  I
            6   33     6          b1  I
           16   23     7          b2  I
            5   33     8           v  I
      Exception table:
        from    to  target  type
           1    13      37  any
          15    25      37  any
          27    29      37  any
          31    35      37  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  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=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 159
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 160
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder.decodeBufferLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.DBCS_IBM_ASCII_Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/DBCS_IBM_ASCII_Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   
}
SourceFile: "DBCS_IBM_ASCII_Decoder.java"