class java.nio.HeapIntBufferR extends java.nio.HeapIntBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.HeapIntBufferR
  super_class: java.nio.HeapIntBuffer
{
  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // int cap
        start local 2 // int lim
         0: .line 63
            aload 0 /* this */
            iload 1 /* cap */
            iload 2 /* lim */
            invokespecial java.nio.HeapIntBuffer.<init>:(II)V
         1: .line 64
            aload 0 /* this */
            iconst_1
            putfield java.nio.HeapIntBufferR.isReadOnly:Z
         2: .line 66
            return
        end local 2 // int lim
        end local 1 // int cap
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapIntBufferR;
            0    3     1   cap  I
            0    3     2   lim  I
    MethodParameters:
      Name  Flags
      cap   
      lim   

  void <init>(int[], int, int);
    descriptor: ([III)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // int[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 76
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.nio.HeapIntBuffer.<init>:([III)V
         1: .line 77
            aload 0 /* this */
            iconst_1
            putfield java.nio.HeapIntBufferR.isReadOnly:Z
         2: .line 79
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // int[] buf
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapIntBufferR;
            0    3     1   buf  [I
            0    3     2   off  I
            0    3     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  protected void <init>(int[], int, int, int, int, int);
    descriptor: ([IIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // int[] buf
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // int off
         0: .line 92
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            iload 6 /* off */
            invokespecial java.nio.HeapIntBuffer.<init>:([IIIIII)V
         1: .line 93
            aload 0 /* this */
            iconst_1
            putfield java.nio.HeapIntBufferR.isReadOnly:Z
         2: .line 95
            return
        end local 6 // int off
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // int[] buf
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapIntBufferR;
            0    3     1   buf  [I
            0    3     2  mark  I
            0    3     3   pos  I
            0    3     4   lim  I
            0    3     5   cap  I
            0    3     6   off  I
    MethodParameters:
      Name  Flags
      buf   
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.IntBuffer slice();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // java.nio.HeapIntBufferR this
         0: .line 98
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 99
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 100
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 101
            new java.nio.HeapIntBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapIntBufferR.hb:[I
         6: .line 102
            iconst_m1
         7: .line 103
            iconst_0
         8: .line 104
            iload 3 /* rem */
         9: .line 105
            iload 3 /* rem */
        10: .line 106
            iload 1 /* pos */
            aload 0 /* this */
            getfield java.nio.HeapIntBufferR.offset:I
            iadd
        11: .line 101
            invokespecial java.nio.HeapIntBufferR.<init>:([IIIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/HeapIntBufferR;
            1   12     1   pos  I
            2   12     2   lim  I
            5   12     3   rem  I

  public java.nio.IntBuffer duplicate();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapIntBufferR this
         0: .line 110
            new java.nio.HeapIntBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapIntBufferR.hb:[I
         1: .line 111
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.markValue:()I
         2: .line 112
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.position:()I
         3: .line 113
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.limit:()I
         4: .line 114
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.capacity:()I
         5: .line 115
            aload 0 /* this */
            getfield java.nio.HeapIntBufferR.offset:I
         6: .line 110
            invokespecial java.nio.HeapIntBufferR.<init>:([IIIIII)V
            areturn
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapIntBufferR;

  public java.nio.IntBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapIntBufferR this
         0: .line 127
            aload 0 /* this */
            invokevirtual java.nio.HeapIntBufferR.duplicate:()Ljava/nio/IntBuffer;
            areturn
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapIntBufferR this
         0: .line 168
            iconst_1
            ireturn
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;

  public java.nio.IntBuffer put(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // int x
         0: .line 176
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // int x
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public java.nio.IntBuffer put(int, int);
    descriptor: (II)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // int i
        start local 2 // int x
         0: .line 185
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // int x
        end local 1 // int i
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;
            0    1     1     i  I
            0    1     2     x  I
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.IntBuffer put(int[], int, int);
    descriptor: ([III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // int[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 199
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[] src
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/nio/HeapIntBufferR;
            0    1     1     src  [I
            0    1     2  offset  I
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.IntBuffer put(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapIntBufferR this
        start local 1 // java.nio.IntBuffer src
         0: .line 230
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // java.nio.IntBuffer src
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;
            0    1     1   src  Ljava/nio/IntBuffer;
    MethodParameters:
      Name  Flags
      src   

  public java.nio.IntBuffer compact();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.HeapIntBufferR this
         0: .line 244
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapIntBufferR this
         0: .line 612
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.HeapIntBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapIntBufferR;
}
SourceFile: "HeapIntBufferR.java"