final class io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache<T> extends io.netty.buffer.PoolThreadCache$MemoryRegionCache<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache
  super_class: io.netty.buffer.PoolThreadCache$MemoryRegionCache
{
  void <init>(int, io.netty.buffer.PoolArena$SizeClass);
    descriptor: (ILio/netty/buffer/PoolArena$SizeClass;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache this
        start local 1 // int size
        start local 2 // io.netty.buffer.PoolArena$SizeClass sizeClass
         0: .line 327
            aload 0 /* this */
            iload 1 /* size */
            aload 2 /* sizeClass */
            invokespecial io.netty.buffer.PoolThreadCache$MemoryRegionCache.<init>:(ILio/netty/buffer/PoolArena$SizeClass;)V
         1: .line 328
            return
        end local 2 // io.netty.buffer.PoolArena$SizeClass sizeClass
        end local 1 // int size
        end local 0 // io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/buffer/PoolThreadCache$SubPageMemoryRegionCache<TT;>;
            0    2     1       size  I
            0    2     2  sizeClass  Lio/netty/buffer/PoolArena$SizeClass;
    Signature: (ILio/netty/buffer/PoolArena$SizeClass;)V
    MethodParameters:
           Name  Flags
      size       
      sizeClass  

  protected void initBuf(io.netty.buffer.PoolChunk<T>, long, io.netty.buffer.PooledByteBuf<T>, );
    descriptor: (Lio/netty/buffer/PoolChunk;JLio/netty/buffer/PooledByteBuf;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache this
        start local 1 // io.netty.buffer.PoolChunk chunk
        start local 2 // long handle
        start local 4 // io.netty.buffer.PooledByteBuf buf
        start local 5 // int reqCapacity
         0: .line 333
            aload 1 /* chunk */
            aload 4 /* buf */
            lload 2 /* handle */
            iload 5 /* reqCapacity */
            invokevirtual io.netty.buffer.PoolChunk.initBufWithSubpage:(Lio/netty/buffer/PooledByteBuf;JI)V
         1: .line 334
            return
        end local 5 // int reqCapacity
        end local 4 // io.netty.buffer.PooledByteBuf buf
        end local 2 // long handle
        end local 1 // io.netty.buffer.PoolChunk chunk
        end local 0 // io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/PoolThreadCache$SubPageMemoryRegionCache<TT;>;
            0    2     1        chunk  Lio/netty/buffer/PoolChunk<TT;>;
            0    2     2       handle  J
            0    2     4          buf  Lio/netty/buffer/PooledByteBuf<TT;>;
            0    2     5  reqCapacity  I
    Signature: (Lio/netty/buffer/PoolChunk<TT;>;JLio/netty/buffer/PooledByteBuf<TT;>;I)V
    MethodParameters:
             Name  Flags
      chunk        
      handle       
      buf          
      reqCapacity  
}
Signature: <T:Ljava/lang/Object;>Lio/netty/buffer/PoolThreadCache$MemoryRegionCache<TT;>;
SourceFile: "PoolThreadCache.java"
NestHost: io.netty.buffer.PoolThreadCache
InnerClasses:
  final SizeClass = io.netty.buffer.PoolArena$SizeClass of io.netty.buffer.PoolArena
  private abstract MemoryRegionCache = io.netty.buffer.PoolThreadCache$MemoryRegionCache of io.netty.buffer.PoolThreadCache
  private final SubPageMemoryRegionCache = io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache of io.netty.buffer.PoolThreadCache