public class com.fasterxml.jackson.core.util.BufferRecycler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.core.util.BufferRecycler
  super_class: java.lang.Object
{
  public static final int BYTE_READ_IO_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int BYTE_WRITE_ENCODING_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int BYTE_WRITE_CONCAT_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int BYTE_BASE64_CODEC_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int CHAR_TOKEN_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int CHAR_CONCAT_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int CHAR_TEXT_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int CHAR_NAME_COPY_BUFFER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int[] BYTE_BUFFER_LENGTHS;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] CHAR_BUFFER_LENGTHS;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final byte[][] _byteBuffers;
    descriptor: [[B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final char[][] _charBuffers;
    descriptor: [[C
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 45
            iconst_4
            newarray 10
            dup
            iconst_0
            sipush 8000
            iastore
            dup
            iconst_1
            sipush 8000
            iastore
            dup
            iconst_2
            sipush 2000
            iastore
            dup
            iconst_3
            sipush 2000
            iastore
            putstatic com.fasterxml.jackson.core.util.BufferRecycler.BYTE_BUFFER_LENGTHS:[I
         1: .line 46
            iconst_4
            newarray 10
            dup
            iconst_0
            sipush 4000
            iastore
            dup
            iconst_1
            sipush 4000
            iastore
            dup
            iconst_2
            sipush 200
            iastore
            dup
            iconst_3
            sipush 200
            iastore
            putstatic com.fasterxml.jackson.core.util.BufferRecycler.CHAR_BUFFER_LENGTHS:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
         0: .line 62
            aload 0 /* this */
            iconst_4
            iconst_4
            invokespecial com.fasterxml.jackson.core.util.BufferRecycler.<init>:(II)V
         1: .line 63
            return
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;

  protected void <init>(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int bbCount
        start local 2 // int cbCount
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            iload 1 /* bbCount */
            anewarray byte[]
            putfield com.fasterxml.jackson.core.util.BufferRecycler._byteBuffers:[[B
         2: .line 73
            aload 0 /* this */
            iload 2 /* cbCount */
            anewarray char[]
            putfield com.fasterxml.jackson.core.util.BufferRecycler._charBuffers:[[C
         3: .line 74
            return
        end local 2 // int cbCount
        end local 1 // int bbCount
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    4     1  bbCount  I
            0    4     2  cbCount  I
    MethodParameters:
         Name  Flags
      bbCount  
      cbCount  

  public final byte[] allocByteBuffer(int);
    descriptor: (I)[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
         0: .line 86
            aload 0 /* this */
            iload 1 /* ix */
            iconst_0
            invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.allocByteBuffer:(II)[B
            areturn
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    1     1    ix  I
    MethodParameters:
      Name  Flags
      ix    

  public byte[] allocByteBuffer(int, int);
    descriptor: (II)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
        start local 2 // int minSize
         0: .line 90
            aload 0 /* this */
            iload 1 /* ix */
            invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.byteBufferLength:(I)I
            istore 3 /* DEF_SIZE */
        start local 3 // int DEF_SIZE
         1: .line 91
            iload 2 /* minSize */
            iload 3 /* DEF_SIZE */
            if_icmpge 3
         2: .line 92
            iload 3 /* DEF_SIZE */
            istore 2 /* minSize */
         3: .line 94
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.util.BufferRecycler._byteBuffers:[[B
            iload 1 /* ix */
            aaload
            astore 4 /* buffer */
        start local 4 // byte[] buffer
         4: .line 95
            aload 4 /* buffer */
            ifnull 5
            aload 4 /* buffer */
            arraylength
            iload 2 /* minSize */
            if_icmpge 7
         5: .line 96
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            iload 2 /* minSize */
            invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.balloc:(I)[B
            astore 4 /* buffer */
         6: .line 97
            goto 8
         7: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.util.BufferRecycler._byteBuffers:[[B
            iload 1 /* ix */
            aconst_null
            aastore
         8: .line 100
      StackMap locals:
      StackMap stack:
            aload 4 /* buffer */
            areturn
        end local 4 // byte[] buffer
        end local 3 // int DEF_SIZE
        end local 2 // int minSize
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    9     1        ix  I
            0    9     2   minSize  I
            1    9     3  DEF_SIZE  I
            4    9     4    buffer  [B
    MethodParameters:
         Name  Flags
      ix       
      minSize  

  public void releaseByteBuffer(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
        start local 2 // byte[] buffer
         0: .line 104
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.util.BufferRecycler._byteBuffers:[[B
            iload 1 /* ix */
            aload 2 /* buffer */
            aastore
         1: .line 105
            return
        end local 2 // byte[] buffer
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    2     1      ix  I
            0    2     2  buffer  [B
    MethodParameters:
        Name  Flags
      ix      
      buffer  

  public final char[] allocCharBuffer(int);
    descriptor: (I)[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
         0: .line 114
            aload 0 /* this */
            iload 1 /* ix */
            iconst_0
            invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.allocCharBuffer:(II)[C
            areturn
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    1     1    ix  I
    MethodParameters:
      Name  Flags
      ix    

  public char[] allocCharBuffer(int, int);
    descriptor: (II)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
        start local 2 // int minSize
         0: .line 118
            aload 0 /* this */
            iload 1 /* ix */
            invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.charBufferLength:(I)I
            istore 3 /* DEF_SIZE */
        start local 3 // int DEF_SIZE
         1: .line 119
            iload 2 /* minSize */
            iload 3 /* DEF_SIZE */
            if_icmpge 3
         2: .line 120
            iload 3 /* DEF_SIZE */
            istore 2 /* minSize */
         3: .line 122
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.util.BufferRecycler._charBuffers:[[C
            iload 1 /* ix */
            aaload
            astore 4 /* buffer */
        start local 4 // char[] buffer
         4: .line 123
            aload 4 /* buffer */
            ifnull 5
            aload 4 /* buffer */
            arraylength
            iload 2 /* minSize */
            if_icmpge 7
         5: .line 124
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            iload 2 /* minSize */
            invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.calloc:(I)[C
            astore 4 /* buffer */
         6: .line 125
            goto 8
         7: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.util.BufferRecycler._charBuffers:[[C
            iload 1 /* ix */
            aconst_null
            aastore
         8: .line 128
      StackMap locals:
      StackMap stack:
            aload 4 /* buffer */
            areturn
        end local 4 // char[] buffer
        end local 3 // int DEF_SIZE
        end local 2 // int minSize
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    9     1        ix  I
            0    9     2   minSize  I
            1    9     3  DEF_SIZE  I
            4    9     4    buffer  [C
    MethodParameters:
         Name  Flags
      ix       
      minSize  

  public void releaseCharBuffer(int, char[]);
    descriptor: (I[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
        start local 2 // char[] buffer
         0: .line 132
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.util.BufferRecycler._charBuffers:[[C
            iload 1 /* ix */
            aload 2 /* buffer */
            aastore
         1: .line 133
            return
        end local 2 // char[] buffer
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    2     1      ix  I
            0    2     2  buffer  [C
    MethodParameters:
        Name  Flags
      ix      
      buffer  

  protected int byteBufferLength(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
         0: .line 142
            getstatic com.fasterxml.jackson.core.util.BufferRecycler.BYTE_BUFFER_LENGTHS:[I
            iload 1 /* ix */
            iaload
            ireturn
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    1     1    ix  I
    MethodParameters:
      Name  Flags
      ix    

  protected int charBufferLength(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int ix
         0: .line 146
            getstatic com.fasterxml.jackson.core.util.BufferRecycler.CHAR_BUFFER_LENGTHS:[I
            iload 1 /* ix */
            iaload
            ireturn
        end local 1 // int ix
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    1     1    ix  I
    MethodParameters:
      Name  Flags
      ix    

  protected byte[] balloc(int);
    descriptor: (I)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int size
         0: .line 155
            iload 1 /* size */
            newarray 8
            areturn
        end local 1 // int size
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  protected char[] calloc(int);
    descriptor: (I)[C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
        start local 1 // int size
         0: .line 156
            iload 1 /* size */
            newarray 5
            areturn
        end local 1 // int size
        end local 0 // com.fasterxml.jackson.core.util.BufferRecycler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/util/BufferRecycler;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  
}
SourceFile: "BufferRecycler.java"