public class sun.nio.cs.DoubleByte$Decoder extends java.nio.charset.CharsetDecoder implements sun.nio.cs.DelegatableDecoder, sun.nio.cs.ArrayDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.DoubleByte$Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  private static final jdk.internal.access.JavaLangAccess JLA;
    descriptor: Ljdk/internal/access/JavaLangAccess;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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

  final boolean isASCIICompatible;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 117
            invokestatic jdk.internal.access.SharedSecrets.getJavaLangAccess:()Ljdk/internal/access/JavaLangAccess;
            putstatic sun.nio.cs.DoubleByte$Decoder.JLA:Ljdk/internal/access/JavaLangAccess;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.DoubleByte$Decoder this
        start local 1 // int b
         0: .line 127
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // int b
        end local 0 // sun.nio.cs.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/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.DoubleByte$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 131
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            iload 1 /* b1 */
            aaload
            getstatic sun.nio.cs.DoubleByte.B2C_UNMAPPABLE:[C
            if_acmpeq 3
         1: .line 132
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            iload 2 /* b2 */
            aaload
            getstatic sun.nio.cs.DoubleByte.B2C_UNMAPPABLE:[C
            if_acmpne 3
         2: .line 133
            aload 0 /* this */
            iload 2 /* b2 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.decodeSingle:(I)C
            ldc 65533
            if_icmpeq 4
         3: .line 134
      StackMap locals:
      StackMap stack:
            iconst_1
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
         4: .line 136
      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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/cs/DoubleByte$Decoder;
            0    5     1    b1  I
            0    5     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  public void <init>(java.nio.charset.Charset, float, float, char[][], char[], int, int, boolean);
    descriptor: (Ljava/nio/charset/Charset;FF[[C[CIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=9
        start local 0 // sun.nio.cs.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
        start local 8 // boolean isASCIICompatible
         0: .line 143
            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 144
            aload 0 /* this */
            aload 4 /* b2c */
            putfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
         2: .line 145
            aload 0 /* this */
            aload 5 /* b2cSB */
            putfield sun.nio.cs.DoubleByte$Decoder.b2cSB:[C
         3: .line 146
            aload 0 /* this */
            iload 6 /* b2Min */
            putfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
         4: .line 147
            aload 0 /* this */
            iload 7 /* b2Max */
            putfield sun.nio.cs.DoubleByte$Decoder.b2Max:I
         5: .line 148
            aload 0 /* this */
            iload 8 /* isASCIICompatible */
            putfield sun.nio.cs.DoubleByte$Decoder.isASCIICompatible:Z
         6: .line 149
            return
        end local 8 // boolean isASCIICompatible
        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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lsun/nio/cs/DoubleByte$Decoder;
            0    7     1                 cs  Ljava/nio/charset/Charset;
            0    7     2             avgcpb  F
            0    7     3             maxcpb  F
            0    7     4                b2c  [[C
            0    7     5              b2cSB  [C
            0    7     6              b2Min  I
            0    7     7              b2Max  I
            0    7     8  isASCIICompatible  Z
    MethodParameters:
                   Name  Flags
      cs                 
      avgcpb             
      maxcpb             
      b2c                
      b2cSB              
      b2Min              
      b2Max              
      isASCIICompatible  

  public void <init>(java.nio.charset.Charset, char[][], char[], int, int, boolean);
    descriptor: (Ljava/nio/charset/Charset;[[C[CIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // sun.nio.cs.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
        start local 6 // boolean isASCIICompatible
         0: .line 153
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            aload 2 /* b2c */
            aload 3 /* b2cSB */
            iload 4 /* b2Min */
            iload 5 /* b2Max */
            iload 6 /* isASCIICompatible */
            invokespecial sun.nio.cs.DoubleByte$Decoder.<init>:(Ljava/nio/charset/Charset;FF[[C[CIIZ)V
         1: .line 154
            return
        end local 6 // boolean isASCIICompatible
        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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lsun/nio/cs/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
            0    2     6  isASCIICompatible  Z
    MethodParameters:
                   Name  Flags
      cs                 
      b2c                
      b2cSB              
      b2Min              
      b2Max              
      isASCIICompatible  

  public void <init>(java.nio.charset.Charset, char[][], char[], int, int);
    descriptor: (Ljava/nio/charset/Charset;[[C[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // sun.nio.cs.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 157
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            aload 2 /* b2c */
            aload 3 /* b2cSB */
            iload 4 /* b2Min */
            iload 5 /* b2Max */
            iconst_0
            invokespecial sun.nio.cs.DoubleByte$Decoder.<init>:(Ljava/nio/charset/Charset;FF[[C[CIIZ)V
         1: .line 158
            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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/cs/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=8, locals=17, args_size=3
        start local 0 // sun.nio.cs.DoubleByte$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 161
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 162
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            istore 4 /* soff */
        start local 4 // int soff
         2: .line 163
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 5 /* sp */
        start local 5 // int sp
         3: .line 164
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 6 /* sl */
        start local 6 // int sl
         4: .line 166
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 7 /* da */
        start local 7 // char[] da
         5: .line 167
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            istore 8 /* doff */
        start local 8 // int doff
         6: .line 168
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 9 /* dp */
        start local 9 // int dp
         7: .line 169
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 10 /* dl */
        start local 10 // int dl
         8: .line 172
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.isASCIICompatible:Z
            ifeq 32
         9: .line 173
            getstatic sun.nio.cs.DoubleByte$Decoder.JLA:Ljdk/internal/access/JavaLangAccess;
            aload 3 /* sa */
            iload 5 /* sp */
            aload 7 /* da */
            iload 9 /* dp */
            iload 10 /* dl */
            iload 9 /* dp */
            isub
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            invokestatic java.lang.Math.min:(II)I
            invokeinterface jdk.internal.access.JavaLangAccess.decodeASCII:([BI[CII)I
            istore 11 /* n */
        start local 11 // int n
        10: .line 174
            iload 9 /* dp */
            iload 11 /* n */
            iadd
            istore 9 /* dp */
        11: .line 175
            iload 5 /* sp */
            iload 11 /* n */
            iadd
            istore 5 /* sp */
        end local 11 // int n
        12: .line 177
            goto 32
        13: .line 179
      StackMap locals: sun.nio.cs.DoubleByte$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int int char[] int int int
      StackMap stack:
            iconst_1
            istore 11 /* inSize */
        start local 11 // int inSize
        14: .line 180
            aload 3 /* sa */
            iload 5 /* sp */
            baload
            sipush 255
            iand
            istore 12 /* b1 */
        start local 12 // int b1
        15: .line 181
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2cSB:[C
            iload 12 /* b1 */
            caload
            istore 13 /* c */
        start local 13 // char c
        16: .line 182
            iload 13 /* c */
            ldc 65533
            if_icmpne 30
        17: .line 183
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            iconst_2
            if_icmpge 22
        18: .line 184
            aload 0 /* this */
            iload 12 /* b1 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.crMalformedOrUnderFlow:(I)Ljava/nio/charset/CoderResult;
            astore 16
        19: .line 198
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        20: .line 199
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        21: .line 184
            aload 16
            areturn
        22: .line 185
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 14 /* b2 */
        start local 14 // int b2
        23: .line 186
            iload 14 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            if_icmplt 25
            iload 14 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Max:I
            if_icmpgt 25
        24: .line 187
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            iload 12 /* b1 */
            aaload
            iload 14 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            isub
            caload
            dup
            istore 13 /* c */
            ldc 65533
            if_icmpne 29
        25: .line 188
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 12 /* b1 */
            iload 14 /* b2 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.crMalformedOrUnmappable:(II)Ljava/nio/charset/CoderResult;
            astore 16
        26: .line 198
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        27: .line 199
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        28: .line 188
            aload 16
            areturn
        29: .line 190
      StackMap locals:
      StackMap stack:
            iinc 11 /* inSize */ 1
        end local 14 // int b2
        30: .line 192
      StackMap locals:
      StackMap stack:
            aload 7 /* da */
            iload 9 /* dp */
            iinc 9 /* dp */ 1
            iload 13 /* c */
            castore
        31: .line 193
            iload 5 /* sp */
            iload 11 /* inSize */
            iadd
            istore 5 /* sp */
        end local 13 // char c
        end local 12 // int b1
        end local 11 // int inSize
        32: .line 177
      StackMap locals:
      StackMap stack:
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmpge 33
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmplt 13
        33: .line 195
      StackMap locals:
      StackMap stack:
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmplt 34
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            goto 35
        34: .line 196
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
      StackMap locals:
      StackMap stack: java.nio.charset.CoderResult
        35: astore 16
        36: .line 198
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        37: .line 199
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        38: .line 195
            aload 16
            areturn
        39: .line 197
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 15
        40: .line 198
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        41: .line 199
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        42: .line 200
            aload 15
            athrow
        end local 10 // int dl
        end local 9 // int dp
        end local 8 // int doff
        end local 7 // char[] da
        end local 6 // int sl
        end local 5 // int sp
        end local 4 // int soff
        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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   43     0    this  Lsun/nio/cs/DoubleByte$Decoder;
            0   43     1     src  Ljava/nio/ByteBuffer;
            0   43     2     dst  Ljava/nio/CharBuffer;
            1   43     3      sa  [B
            2   43     4    soff  I
            3   43     5      sp  I
            4   43     6      sl  I
            5   43     7      da  [C
            6   43     8    doff  I
            7   43     9      dp  I
            8   43    10      dl  I
           10   12    11       n  I
           14   32    11  inSize  I
           15   32    12      b1  I
           16   32    13       c  C
           23   30    14      b2  I
      Exception table:
        from    to  target  type
           8    19      39  any
          22    26      39  any
          29    36      39  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.DoubleByte$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 204
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 207
            goto 19
         2: .line 208
      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 209
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2cSB:[C
            iload 4 /* b1 */
            caload
            istore 5 /* c */
        start local 5 // char c
         4: .line 210
            iconst_1
            istore 6 /* inSize */
        start local 6 // int inSize
         5: .line 211
            iload 5 /* c */
            ldc 65533
            if_icmpne 17
         6: .line 212
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            if_icmpge 10
         7: .line 213
            aload 0 /* this */
            iload 4 /* b1 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.crMalformedOrUnderFlow:(I)Ljava/nio/charset/CoderResult;
            astore 9
         8: .line 226
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         9: .line 213
            aload 9
            areturn
        10: .line 214
      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 215
            iload 7 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            if_icmplt 13
            iload 7 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Max:I
            if_icmpgt 13
        12: .line 216
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            iload 4 /* b1 */
            aaload
            iload 7 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            isub
            caload
            dup
            istore 5 /* c */
            ldc 65533
            if_icmpne 16
        13: .line 217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* b1 */
            iload 7 /* b2 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.crMalformedOrUnmappable:(II)Ljava/nio/charset/CoderResult;
            astore 9
        14: .line 226
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        15: .line 217
            aload 9
            areturn
        16: .line 218
      StackMap locals:
      StackMap stack:
            iinc 6 /* inSize */ 1
        end local 7 // int b2
        17: .line 220
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 5 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        18: .line 221
            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 207
      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 223
      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 224
      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 226
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        24: .line 223
            aload 9
            areturn
        25: .line 225
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        26: .line 226
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        27: .line 227
            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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Lsun/nio/cs/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.DoubleByte$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 232
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 233
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/DoubleByte$Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public int decode(byte[], int, int, char[]);
    descriptor: ([BII[C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=5
        start local 0 // sun.nio.cs.DoubleByte$Decoder this
        start local 1 // byte[] src
        start local 2 // int sp
        start local 3 // int len
        start local 4 // char[] dst
         0: .line 240
            iconst_0
            istore 5 /* dp */
        start local 5 // int dp
         1: .line 241
            iload 2 /* sp */
            iload 3 /* len */
            iadd
            istore 6 /* sl */
        start local 6 // int sl
         2: .line 242
            aload 0 /* this */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.replacement:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* repl */
        start local 7 // char repl
         3: .line 243
            goto 16
         4: .line 244
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* src */
            iload 2 /* sp */
            iinc 2 /* sp */ 1
            baload
            sipush 255
            iand
            istore 8 /* b1 */
        start local 8 // int b1
         5: .line 245
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2cSB:[C
            iload 8 /* b1 */
            caload
            istore 9 /* c */
        start local 9 // char c
         6: .line 246
            iload 9 /* c */
            ldc 65533
            if_icmpne 15
         7: .line 247
            iload 2 /* sp */
            iload 6 /* sl */
            if_icmpge 13
         8: .line 248
            aload 1 /* src */
            iload 2 /* sp */
            iinc 2 /* sp */ 1
            baload
            sipush 255
            iand
            istore 10 /* b2 */
        start local 10 // int b2
         9: .line 249
            iload 10 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            if_icmplt 11
            iload 10 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Max:I
            if_icmpgt 11
        10: .line 250
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            iload 8 /* b1 */
            aaload
            iload 10 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            isub
            caload
            dup
            istore 9 /* c */
            ldc 65533
            if_icmpne 13
        11: .line 251
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* b1 */
            iload 10 /* b2 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.crMalformedOrUnmappable:(II)Ljava/nio/charset/CoderResult;
            invokevirtual java.nio.charset.CoderResult.length:()I
            iconst_1
            if_icmpne 13
        12: .line 252
            iinc 2 /* sp */ -1
        end local 10 // int b2
        13: .line 256
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            ldc 65533
            if_icmpne 15
        14: .line 257
            iload 7 /* repl */
            istore 9 /* c */
        15: .line 260
      StackMap locals:
      StackMap stack:
            aload 4 /* dst */
            iload 5 /* dp */
            iinc 5 /* dp */ 1
            iload 9 /* c */
            castore
        end local 9 // char c
        end local 8 // int b1
        16: .line 243
      StackMap locals:
      StackMap stack:
            iload 2 /* sp */
            iload 6 /* sl */
            if_icmplt 4
        17: .line 262
            iload 5 /* dp */
            ireturn
        end local 7 // char repl
        end local 6 // int sl
        end local 5 // int dp
        end local 4 // char[] dst
        end local 3 // int len
        end local 2 // int sp
        end local 1 // byte[] src
        end local 0 // sun.nio.cs.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/nio/cs/DoubleByte$Decoder;
            0   18     1   src  [B
            0   18     2    sp  I
            0   18     3   len  I
            0   18     4   dst  [C
            1   18     5    dp  I
            2   18     6    sl  I
            3   18     7  repl  C
            5   16     8    b1  I
            6   16     9     c  C
            9   13    10    b2  I
    MethodParameters:
      Name  Flags
      src   
      sp    
      len   
      dst   

  public boolean isASCIICompatible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.DoubleByte$Decoder this
         0: .line 267
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.isASCIICompatible:Z
            ireturn
        end local 0 // sun.nio.cs.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/DoubleByte$Decoder;

  public void implReset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.DoubleByte$Decoder this
         0: .line 271
            aload 0 /* this */
            invokespecial java.nio.charset.CharsetDecoder.implReset:()V
         1: .line 272
            return
        end local 0 // sun.nio.cs.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/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.DoubleByte$Decoder this
        start local 1 // java.nio.CharBuffer out
         0: .line 275
            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.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/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.DoubleByte$Decoder this
        start local 1 // int b
         0: .line 281
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2cSB:[C
            iload 1 /* b */
            caload
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/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.DoubleByte$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 285
            iload 1 /* b1 */
            iflt 2
            iload 1 /* b1 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            arraylength
            if_icmpgt 2
         1: .line 286
            iload 2 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            if_icmplt 2
            iload 2 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Max:I
            if_icmple 3
         2: .line 287
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         3: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2c:[[C
            iload 1 /* b1 */
            aaload
            iload 2 /* b2 */
            aload 0 /* this */
            getfield sun.nio.cs.DoubleByte$Decoder.b2Min:I
            isub
            caload
            ireturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.DoubleByte$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/DoubleByte$Decoder;
            0    4     1    b1  I
            0    4     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    
}
SourceFile: "DoubleByte.java"
NestHost: sun.nio.cs.DoubleByte
InnerClasses:
  public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte