class java.nio.DirectIntBufferRS extends java.nio.DirectIntBufferS implements sun.nio.ch.DirectBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.DirectIntBufferRS
  super_class: java.nio.DirectIntBufferS
{
  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 37
            ldc Ljava/nio/DirectIntBufferRS;
            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 java.nio.DirectIntBufferRS.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.nio.ch.DirectBuffer, int, int, int, int, int);
    descriptor: (Lsun/nio/ch/DirectBuffer;IIIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.DirectIntBufferRS this
        start local 1 // sun.nio.ch.DirectBuffer db
        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 202
            aload 0 /* this */
            aload 1 /* db */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            iload 6 /* off */
            invokespecial java.nio.DirectIntBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
         1: .line 204
            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 // sun.nio.ch.DirectBuffer db
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectIntBufferRS;
            0    2     1    db  Lsun/nio/ch/DirectBuffer;
            0    2     2  mark  I
            0    2     3   pos  I
            0    2     4   lim  I
            0    2     5   cap  I
            0    2     6   off  I
    MethodParameters:
      Name  Flags
      db    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.IntBuffer slice();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectIntBufferRS this
         0: .line 207
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 208
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 209
            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 210
            iload 1 /* pos */
            iconst_2
            ishl
            istore 4 /* off */
        start local 4 // int off
         6: .line 211
            getstatic java.nio.DirectIntBufferRS.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 212
      StackMap locals: int int
      StackMap stack:
            new java.nio.DirectIntBufferRS
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 4 /* off */
            invokespecial java.nio.DirectIntBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 4 // int off
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectIntBufferRS;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  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.DirectIntBufferRS this
         0: .line 216
            new java.nio.DirectIntBufferRS
            dup
            aload 0 /* this */
         1: .line 217
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.markValue:()I
         2: .line 218
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.position:()I
         3: .line 219
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.limit:()I
         4: .line 220
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.capacity:()I
         5: .line 221
            iconst_0
         6: .line 216
            invokespecial java.nio.DirectIntBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectIntBufferRS;

  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.DirectIntBufferRS this
         0: .line 233
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferRS.duplicate:()Ljava/nio/IntBuffer;
            areturn
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferRS;

  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.DirectIntBufferRS this
        start local 1 // int x
         0: .line 299
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // int x
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferRS;
            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.DirectIntBufferRS this
        start local 1 // int i
        start local 2 // int x
         0: .line 308
            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.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferRS;
            0    1     1     i  I
            0    1     2     x  I
    MethodParameters:
      Name  Flags
      i     
      x     

  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.DirectIntBufferRS this
        start local 1 // java.nio.IntBuffer src
         0: .line 349
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // java.nio.IntBuffer src
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferRS;
            0    1     1   src  Ljava/nio/IntBuffer;
    MethodParameters:
      Name  Flags
      src   

  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.DirectIntBufferRS this
        start local 1 // int[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 382
            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.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/nio/DirectIntBufferRS;
            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 compact();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferRS this
         0: .line 399
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferRS;

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

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

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferRS this
         0: .line 459
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 2
         1: .line 460
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
         3: .line 459
      StackMap locals:
      StackMap stack: java.nio.ByteOrder
            areturn
        end local 0 // java.nio.DirectIntBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/DirectIntBufferRS;
}
SourceFile: "DirectIntBufferRS.java"