class sun.nio.cs.ISO_8859_1$Encoder extends java.nio.charset.CharsetEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ISO_8859_1$Encoder
  super_class: java.nio.charset.CharsetEncoder
{
  private final sun.nio.cs.Surrogate$Parser sgp;
    descriptor: Lsun/nio/cs/Surrogate$Parser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 128
            ldc Lsun/nio/cs/ISO_8859_1;
            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.ISO_8859_1$Encoder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 131
            aload 0 /* this */
            aload 1 /* cs */
            fconst_1
            fconst_1
            invokespecial java.nio.charset.CharsetEncoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 142
            aload 0 /* this */
            new sun.nio.cs.Surrogate$Parser
            dup
            invokespecial sun.nio.cs.Surrogate$Parser.<init>:()V
            putfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
         2: .line 132
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    3     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public boolean canEncode(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // char c
         0: .line 135
            iload 1 /* c */
            sipush 255
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char c
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public boolean isLegalReplacement(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // byte[] repl
         0: .line 139
            iconst_1
            ireturn
        end local 1 // byte[] repl
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    1     1  repl  [B
    MethodParameters:
      Name  Flags
      repl  

  private static int encodeISOArray(char[], int, byte[], int, int);
    descriptor: ([CI[BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // char[] sa
        start local 1 // int sp
        start local 2 // byte[] da
        start local 3 // int dp
        start local 4 // int len
         0: .line 147
            iload 4 /* len */
            ifgt 2
         1: .line 148
            iconst_0
            ireturn
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* sa */
            iload 1 /* sp */
            aload 2 /* da */
            iload 3 /* dp */
            iload 4 /* len */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.encodeISOArrayCheck:([CI[BII)V
         3: .line 151
            aload 0 /* sa */
            iload 1 /* sp */
            aload 2 /* da */
            iload 3 /* dp */
            iload 4 /* len */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.implEncodeISOArray:([CI[BII)I
            ireturn
        end local 4 // int len
        end local 3 // int dp
        end local 2 // byte[] da
        end local 1 // int sp
        end local 0 // char[] sa
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    sa  [C
            0    4     1    sp  I
            0    4     2    da  [B
            0    4     3    dp  I
            0    4     4   len  I
    MethodParameters:
      Name  Flags
      sa    
      sp    
      da    
      dp    
      len   

  private static int implEncodeISOArray(char[], int, byte[], int, int);
    descriptor: ([CI[BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // char[] sa
        start local 1 // int sp
        start local 2 // byte[] da
        start local 3 // int dp
        start local 4 // int len
         0: .line 158
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         1: .line 159
            goto 7
         2: .line 160
      StackMap locals: int
      StackMap stack:
            aload 0 /* sa */
            iload 1 /* sp */
            iinc 1 /* sp */ 1
            caload
            istore 6 /* c */
        start local 6 // char c
         3: .line 161
            iload 6 /* c */
            sipush 255
            if_icmple 5
         4: .line 162
            goto 8
         5: .line 163
      StackMap locals: int
      StackMap stack:
            aload 2 /* da */
            iload 3 /* dp */
            iinc 3 /* dp */ 1
            iload 6 /* c */
            i2b
            bastore
        end local 6 // char c
         6: .line 159
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 2
         8: .line 165
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            ireturn
        end local 5 // int i
        end local 4 // int len
        end local 3 // int dp
        end local 2 // byte[] da
        end local 1 // int sp
        end local 0 // char[] sa
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0    sa  [C
            0    9     1    sp  I
            0    9     2    da  [B
            0    9     3    dp  I
            0    9     4   len  I
            1    9     5     i  I
            3    6     6     c  C
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      sa    
      sp    
      da    
      dp    
      len   

  private static void encodeISOArrayCheck(char[], int, byte[], int, int);
    descriptor: ([CI[BII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // char[] sa
        start local 1 // int sp
        start local 2 // byte[] da
        start local 3 // int dp
        start local 4 // int len
         0: .line 170
            aload 0 /* sa */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 171
            aload 2 /* da */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 173
            iload 1 /* sp */
            iflt 3
            iload 1 /* sp */
            aload 0 /* sa */
            arraylength
            if_icmplt 4
         3: .line 174
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* sp */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         4: .line 177
      StackMap locals:
      StackMap stack:
            iload 3 /* dp */
            iflt 5
            iload 3 /* dp */
            aload 2 /* da */
            arraylength
            if_icmplt 6
         5: .line 178
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 3 /* dp */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         6: .line 181
      StackMap locals:
      StackMap stack:
            iload 1 /* sp */
            iload 4 /* len */
            iadd
            iconst_1
            isub
            istore 5 /* endIndexSP */
        start local 5 // int endIndexSP
         7: .line 182
            iload 5 /* endIndexSP */
            iflt 8
            iload 5 /* endIndexSP */
            aload 0 /* sa */
            arraylength
            if_icmplt 9
         8: .line 183
      StackMap locals: int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 5 /* endIndexSP */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         9: .line 186
      StackMap locals:
      StackMap stack:
            iload 3 /* dp */
            iload 4 /* len */
            iadd
            iconst_1
            isub
            istore 6 /* endIndexDP */
        start local 6 // int endIndexDP
        10: .line 187
            iload 6 /* endIndexDP */
            iflt 11
            iload 6 /* endIndexDP */
            aload 2 /* da */
            arraylength
            if_icmplt 12
        11: .line 188
      StackMap locals: int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 6 /* endIndexDP */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        12: .line 190
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int endIndexDP
        end local 5 // int endIndexSP
        end local 4 // int len
        end local 3 // int dp
        end local 2 // byte[] da
        end local 1 // int sp
        end local 0 // char[] sa
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0          sa  [C
            0   13     1          sp  I
            0   13     2          da  [B
            0   13     3          dp  I
            0   13     4         len  I
            7   13     5  endIndexSP  I
           10   13     6  endIndexDP  I
    MethodParameters:
      Name  Flags
      sa    
      sp    
      da    
      dp    
      len   

  private java.nio.charset.CoderResult encodeArrayLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=17, args_size=3
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 195
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 3 /* sa */
        start local 3 // char[] sa
         1: .line 196
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            istore 4 /* soff */
        start local 4 // int soff
         2: .line 197
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 5 /* sp */
        start local 5 // int sp
         3: .line 198
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 6 /* sl */
        start local 6 // int sl
         4: .line 199
            getstatic sun.nio.cs.ISO_8859_1$Encoder.$assertionsDisabled:Z
            ifne 5
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 200
      StackMap locals: sun.nio.cs.ISO_8859_1$Encoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int int
      StackMap stack:
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmpgt 6
            iload 5 /* sp */
            goto 7
      StackMap locals:
      StackMap stack:
         6: iload 6 /* sl */
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* sp */
         8: .line 201
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 7 /* da */
        start local 7 // byte[] da
         9: .line 202
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            istore 8 /* doff */
        start local 8 // int doff
        10: .line 203
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 9 /* dp */
        start local 9 // int dp
        11: .line 204
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 10 /* dl */
        start local 10 // int dl
        12: .line 205
            getstatic sun.nio.cs.ISO_8859_1$Encoder.$assertionsDisabled:Z
            ifne 13
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmple 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 206
      StackMap locals: sun.nio.cs.ISO_8859_1$Encoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int int byte[] int int int
      StackMap stack:
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmpgt 14
            iload 9 /* dp */
            goto 15
      StackMap locals:
      StackMap stack:
        14: iload 10 /* dl */
      StackMap locals:
      StackMap stack: int
        15: istore 9 /* dp */
        16: .line 207
            iload 10 /* dl */
            iload 9 /* dp */
            isub
            istore 11 /* dlen */
        start local 11 // int dlen
        17: .line 208
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            istore 12 /* slen */
        start local 12 // int slen
        18: .line 209
            iload 11 /* dlen */
            iload 12 /* slen */
            if_icmpge 19
            iload 11 /* dlen */
            goto 20
      StackMap locals: int int
      StackMap stack:
        19: iload 12 /* slen */
      StackMap locals:
      StackMap stack: int
        20: istore 13 /* len */
        start local 13 // int len
        21: .line 211
            aload 3 /* sa */
            iload 5 /* sp */
            aload 7 /* da */
            iload 9 /* dp */
            iload 13 /* len */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.encodeISOArray:([CI[BII)I
            istore 14 /* ret */
        start local 14 // int ret
        22: .line 212
            iload 5 /* sp */
            iload 14 /* ret */
            iadd
            istore 5 /* sp */
        23: .line 213
            iload 9 /* dp */
            iload 14 /* ret */
            iadd
            istore 9 /* dp */
        24: .line 214
            iload 14 /* ret */
            iload 13 /* len */
            if_icmpeq 34
        25: .line 215
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            aload 3 /* sa */
            iload 5 /* sp */
            caload
            aload 3 /* sa */
            iload 5 /* sp */
            iload 6 /* sl */
            invokevirtual sun.nio.cs.Surrogate$Parser.parse:(C[CII)I
            ifge 30
        26: .line 216
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.error:()Ljava/nio/charset/CoderResult;
            astore 16
        27: .line 223
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        28: .line 224
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        29: .line 216
            aload 16
            areturn
        30: .line 217
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.unmappableResult:()Ljava/nio/charset/CoderResult;
            astore 16
        31: .line 223
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        32: .line 224
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        33: .line 217
            aload 16
            areturn
        34: .line 219
      StackMap locals:
      StackMap stack:
            iload 13 /* len */
            iload 12 /* slen */
            if_icmpge 39
        35: .line 220
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        36: .line 223
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        37: .line 224
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        38: .line 220
            aload 16
            areturn
        39: .line 221
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        40: .line 223
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        41: .line 224
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 221
            aload 16
            areturn
        end local 14 // int ret
        43: .line 222
      StackMap locals: sun.nio.cs.ISO_8859_1$Encoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int int byte[] int int int int int int
      StackMap stack: java.lang.Throwable
            astore 15
        44: .line 223
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        45: .line 224
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        46: .line 225
            aload 15
            athrow
        end local 13 // int len
        end local 12 // int slen
        end local 11 // int dlen
        end local 10 // int dl
        end local 9 // int dp
        end local 8 // int doff
        end local 7 // byte[] da
        end local 6 // int sl
        end local 5 // int sp
        end local 4 // int soff
        end local 3 // char[] sa
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   47     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0   47     1   src  Ljava/nio/CharBuffer;
            0   47     2   dst  Ljava/nio/ByteBuffer;
            1   47     3    sa  [C
            2   47     4  soff  I
            3   47     5    sp  I
            4   47     6    sl  I
            9   47     7    da  [B
           10   47     8  doff  I
           11   47     9    dp  I
           12   47    10    dl  I
           17   47    11  dlen  I
           18   47    12  slen  I
           21   47    13   len  I
           22   43    14   ret  I
      Exception table:
        from    to  target  type
          21    27      43  any
          30    31      43  any
          34    36      43  any
          39    40      43  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  private java.nio.charset.CoderResult encodeBufferLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 231
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 233
            goto 18
         2: .line 234
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.get:()C
            istore 4 /* c */
        start local 4 // char c
         3: .line 235
            iload 4 /* c */
            sipush 255
            if_icmpgt 11
         4: .line 236
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 8
         5: .line 237
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 6
         6: .line 248
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         7: .line 237
            aload 6
            areturn
         8: .line 238
      StackMap locals: int
      StackMap stack:
            aload 2 /* dst */
            iload 4 /* c */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         9: .line 239
            iinc 3 /* mark */ 1
        10: .line 240
            goto 18
        11: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            iload 4 /* c */
            aload 1 /* src */
            invokevirtual sun.nio.cs.Surrogate$Parser.parse:(CLjava/nio/CharBuffer;)I
            ifge 15
        12: .line 243
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.error:()Ljava/nio/charset/CoderResult;
            astore 6
        13: .line 248
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        14: .line 243
            aload 6
            areturn
        15: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.unmappableResult:()Ljava/nio/charset/CoderResult;
            astore 6
        16: .line 248
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        17: .line 244
            aload 6
            areturn
        end local 4 // char c
        18: .line 233
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 2
        19: .line 246
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 6
        20: .line 248
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        21: .line 246
            aload 6
            areturn
        22: .line 247
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        23: .line 248
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        24: .line 249
            aload 5
            athrow
        end local 3 // int mark
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0   25     1   src  Ljava/nio/CharBuffer;
            0   25     2   dst  Ljava/nio/ByteBuffer;
            1   25     3  mark  I
            3   18     4     c  C
      Exception table:
        from    to  target  type
           1     6      22  any
           8    13      22  any
          15    16      22  any
          18    20      22  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 255
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
         1: .line 256
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ISO_8859_1$Encoder.encodeArrayLoop:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ISO_8859_1$Encoder.encodeBufferLoop:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    3     1   src  Ljava/nio/CharBuffer;
            0    3     2   dst  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   
}
SourceFile: "ISO_8859_1.java"
NestHost: sun.nio.cs.ISO_8859_1
InnerClasses:
  private Encoder = sun.nio.cs.ISO_8859_1$Encoder of sun.nio.cs.ISO_8859_1
  public Parser = sun.nio.cs.Surrogate$Parser of sun.nio.cs.Surrogate