public class sun.nio.cs.ext.DoubleByte$Decoder extends java.nio.charset.CharsetDecoder implements sun.nio.cs.ext.DelegatableDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.ext.DoubleByte$Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  final char[][] b2c;
    descriptor: [[C
    flags: (0x0010) ACC_FINAL

  final char[] b2cSB;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  final int b2Min;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int b2Max;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  protected java.nio.charset.CoderResult crMalformedOrUnderFlow(int);
    descriptor: (I)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // int b
         0: .line 119
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected java.nio.charset.CoderResult crMalformedOrUnmappable(int, int);
    descriptor: (II)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 123
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2c:[[C
            iload 1 /* b1 */
            aaload
            getstatic sun.nio.cs.ext.DoubleByte.B2C_UNMAPPABLE:[C
            if_acmpeq 3
         1: .line 124
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2c:[[C
            iload 2 /* b2 */
            aaload
            getstatic sun.nio.cs.ext.DoubleByte.B2C_UNMAPPABLE:[C
            if_acmpne 3
         2: .line 125
            aload 0 /* this */
            iload 2 /* b2 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.decodeSingle:(I)C
            ldc 65533
            if_icmpeq 4
         3: .line 126
      StackMap locals:
      StackMap stack:
            iconst_1
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
         4: .line 128
      StackMap locals:
      StackMap stack:
            iconst_2
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    5     1    b1  I
            0    5     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  void <init>(java.nio.charset.Charset, float, float, char[][], char[], int, int);
    descriptor: (Ljava/nio/charset/Charset;FF[[C[CII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=8
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // java.nio.charset.Charset cs
        start local 2 // float avgcpb
        start local 3 // float maxcpb
        start local 4 // char[][] b2c
        start local 5 // char[] b2cSB
        start local 6 // int b2Min
        start local 7 // int b2Max
         0: .line 134
            aload 0 /* this */
            aload 1 /* cs */
            fload 2 /* avgcpb */
            fload 3 /* maxcpb */
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 135
            aload 0 /* this */
            aload 4 /* b2c */
            putfield sun.nio.cs.ext.DoubleByte$Decoder.b2c:[[C
         2: .line 136
            aload 0 /* this */
            aload 5 /* b2cSB */
            putfield sun.nio.cs.ext.DoubleByte$Decoder.b2cSB:[C
         3: .line 137
            aload 0 /* this */
            iload 6 /* b2Min */
            putfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
         4: .line 138
            aload 0 /* this */
            iload 7 /* b2Max */
            putfield sun.nio.cs.ext.DoubleByte$Decoder.b2Max:I
         5: .line 139
            return
        end local 7 // int b2Max
        end local 6 // int b2Min
        end local 5 // char[] b2cSB
        end local 4 // char[][] b2c
        end local 3 // float maxcpb
        end local 2 // float avgcpb
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    6     1      cs  Ljava/nio/charset/Charset;
            0    6     2  avgcpb  F
            0    6     3  maxcpb  F
            0    6     4     b2c  [[C
            0    6     5   b2cSB  [C
            0    6     6   b2Min  I
            0    6     7   b2Max  I
    MethodParameters:
        Name  Flags
      cs      
      avgcpb  
      maxcpb  
      b2c     
      b2cSB   
      b2Min   
      b2Max   

  void <init>(java.nio.charset.Charset, char[][], char[], int, int);
    descriptor: (Ljava/nio/charset/Charset;[[C[CII)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // java.nio.charset.Charset cs
        start local 2 // char[][] b2c
        start local 3 // char[] b2cSB
        start local 4 // int b2Min
        start local 5 // int b2Max
         0: .line 142
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            aload 2 /* b2c */
            aload 3 /* b2cSB */
            iload 4 /* b2Min */
            iload 5 /* b2Max */
            invokespecial sun.nio.cs.ext.DoubleByte$Decoder.<init>:(Ljava/nio/charset/Charset;FF[[C[CII)V
         1: .line 143
            return
        end local 5 // int b2Max
        end local 4 // int b2Min
        end local 3 // char[] b2cSB
        end local 2 // char[][] b2c
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    2     1     cs  Ljava/nio/charset/Charset;
            0    2     2    b2c  [[C
            0    2     3  b2cSB  [C
            0    2     4  b2Min  I
            0    2     5  b2Max  I
    MethodParameters:
       Name  Flags
      cs     
      b2c    
      b2cSB  
      b2Min  
      b2Max  

  protected java.nio.charset.CoderResult decodeArrayLoop(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=15, args_size=3
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 146
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 147
            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 148
            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 150
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 6 /* da */
        start local 6 // char[] da
         4: .line 151
            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
         5: .line 152
            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
         6: .line 155
            goto 26
         7: .line 157
      StackMap locals: sun.nio.cs.ext.DoubleByte$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int
      StackMap stack:
            iconst_1
            istore 9 /* inSize */
        start local 9 // int inSize
         8: .line 158
            aload 3 /* sa */
            iload 4 /* sp */
            baload
            sipush 255
            iand
            istore 10 /* b1 */
        start local 10 // int b1
         9: .line 159
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2cSB:[C
            iload 10 /* b1 */
            caload
            istore 11 /* c */
        start local 11 // char c
        10: .line 160
            iload 11 /* c */
            ldc 65533
            if_icmpne 24
        11: .line 161
            iload 5 /* sl */
            iload 4 /* sp */
            isub
            iconst_2
            if_icmpge 16
        12: .line 162
            aload 0 /* this */
            iload 10 /* b1 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.crMalformedOrUnderFlow:(I)Ljava/nio/charset/CoderResult;
            astore 14
        13: .line 176
            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
        14: .line 177
            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
        15: .line 162
            aload 14
            areturn
        16: .line 163
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 12 /* b2 */
        start local 12 // int b2
        17: .line 164
            iload 12 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
            if_icmplt 19
            iload 12 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Max:I
            if_icmpgt 19
        18: .line 165
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2c:[[C
            iload 10 /* b1 */
            aaload
            iload 12 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
            isub
            caload
            dup
            istore 11 /* c */
            ldc 65533
            if_icmpne 23
        19: .line 166
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 10 /* b1 */
            iload 12 /* b2 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.crMalformedOrUnmappable:(II)Ljava/nio/charset/CoderResult;
            astore 14
        20: .line 176
            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
        21: .line 177
            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
        22: .line 166
            aload 14
            areturn
        23: .line 168
      StackMap locals:
      StackMap stack:
            iinc 9 /* inSize */ 1
        end local 12 // int b2
        24: .line 170
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            iload 11 /* c */
            castore
        25: .line 171
            iload 4 /* sp */
            iload 9 /* inSize */
            iadd
            istore 4 /* sp */
        end local 11 // char c
        end local 10 // int b1
        end local 9 // int inSize
        26: .line 155
      StackMap locals:
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmpge 27
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmplt 7
        27: .line 173
      StackMap locals:
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmplt 28
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            goto 29
        28: .line 174
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
      StackMap locals:
      StackMap stack: java.nio.charset.CoderResult
        29: astore 14
        30: .line 176
            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
        31: .line 177
            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
        32: .line 173
            aload 14
            areturn
        33: .line 175
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        34: .line 176
            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
        35: .line 177
            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
        36: .line 178
            aload 13
            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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   37     0    this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0   37     1     src  Ljava/nio/ByteBuffer;
            0   37     2     dst  Ljava/nio/CharBuffer;
            1   37     3      sa  [B
            2   37     4      sp  I
            3   37     5      sl  I
            4   37     6      da  [C
            5   37     7      dp  I
            6   37     8      dl  I
            8   26     9  inSize  I
            9   26    10      b1  I
           10   26    11       c  C
           17   24    12      b2  I
      Exception table:
        from    to  target  type
           6    13      33  any
          16    20      33  any
          23    30      33  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected java.nio.charset.CoderResult decodeBufferLoop(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=10, args_size=3
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 182
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 185
            goto 19
         2: .line 186
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 4 /* b1 */
        start local 4 // int b1
         3: .line 187
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2cSB:[C
            iload 4 /* b1 */
            caload
            istore 5 /* c */
        start local 5 // char c
         4: .line 188
            iconst_1
            istore 6 /* inSize */
        start local 6 // int inSize
         5: .line 189
            iload 5 /* c */
            ldc 65533
            if_icmpne 17
         6: .line 190
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            if_icmpge 10
         7: .line 191
            aload 0 /* this */
            iload 4 /* b1 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.crMalformedOrUnderFlow:(I)Ljava/nio/charset/CoderResult;
            astore 9
         8: .line 204
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         9: .line 191
            aload 9
            areturn
        10: .line 192
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 7 /* b2 */
        start local 7 // int b2
        11: .line 193
            iload 7 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
            if_icmplt 13
            iload 7 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Max:I
            if_icmpgt 13
        12: .line 194
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2c:[[C
            iload 4 /* b1 */
            aaload
            iload 7 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
            isub
            caload
            dup
            istore 5 /* c */
            ldc 65533
            if_icmpne 16
        13: .line 195
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* b1 */
            iload 7 /* b2 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.crMalformedOrUnmappable:(II)Ljava/nio/charset/CoderResult;
            astore 9
        14: .line 204
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        15: .line 195
            aload 9
            areturn
        16: .line 196
      StackMap locals:
      StackMap stack:
            iinc 6 /* inSize */ 1
        end local 7 // int b2
        17: .line 198
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 5 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        18: .line 199
            iload 3 /* mark */
            iload 6 /* inSize */
            iadd
            istore 3 /* mark */
        end local 6 // int inSize
        end local 5 // char c
        end local 4 // int b1
        19: .line 185
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 20
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 2
        20: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 21
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            goto 22
        21: .line 202
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
      StackMap locals:
      StackMap stack: java.nio.charset.CoderResult
        22: astore 9
        23: .line 204
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        24: .line 201
            aload 9
            areturn
        25: .line 203
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        26: .line 204
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        27: .line 205
            aload 8
            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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0   28     1     src  Ljava/nio/ByteBuffer;
            0   28     2     dst  Ljava/nio/CharBuffer;
            1   28     3    mark  I
            3   19     4      b1  I
            4   19     5       c  C
            5   19     6  inSize  I
           11   17     7      b2  I
      Exception table:
        from    to  target  type
           1     8      25  any
          10    14      25  any
          16    23      25  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  public java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 210
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 211
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.DoubleByte$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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public void implReset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
         0: .line 217
            aload 0 /* this */
            invokespecial java.nio.charset.CharsetDecoder.implReset:()V
         1: .line 218
            return
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;

  public java.nio.charset.CoderResult implFlush(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // java.nio.CharBuffer out
         0: .line 221
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.nio.charset.CharsetDecoder.implFlush:(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.CharBuffer out
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    1     1   out  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      out   

  public char decodeSingle(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // int b
         0: .line 227
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2cSB:[C
            iload 1 /* b */
            caload
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 231
            iload 2 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
            if_icmplt 1
            iload 2 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Max:I
            if_icmple 2
         1: .line 232
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2c:[[C
            iload 1 /* b1 */
            aaload
            iload 2 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DoubleByte$Decoder.b2Min:I
            isub
            caload
            ireturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.ext.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/DoubleByte$Decoder;
            0    3     1    b1  I
            0    3     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    
}
SourceFile: "DoubleByte.java"
NestHost: sun.nio.cs.ext.DoubleByte
InnerClasses:
  public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte