final class com.oracle.truffle.api.memory.UnsafeByteArraySupport extends com.oracle.truffle.api.memory.ByteArraySupport
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.memory.UnsafeByteArraySupport
  super_class: com.oracle.truffle.api.memory.ByteArraySupport
{
  private static final sun.misc.Unsafe UNSAFE;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, 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=2, locals=0, args_size=0
         0: .line 56
            ldc Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            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 com.oracle.truffle.api.memory.UnsafeByteArraySupport.$assertionsDisabled:Z
         3: .line 57
            new com.oracle.truffle.api.memory.UnsafeByteArraySupport$1
            dup
            invokespecial com.oracle.truffle.api.memory.UnsafeByteArraySupport$1.<init>:()V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast sun.misc.Unsafe
            putstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
         4: .line 69
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
         0: .line 56
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.memory.ByteArraySupport.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;

  public byte getByte(byte[], int);
    descriptor: ([BI)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
         0: .line 73
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(Ljava/lang/Object;J)B
            ireturn
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    1     1  buffer  [B
            0    1     2   index  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   

  public void putByte(byte[], int, byte);
    descriptor: ([BIB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
        start local 3 // byte value
         0: .line 78
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            iload 3 /* value */
            invokevirtual sun.misc.Unsafe.putByte:(Ljava/lang/Object;JB)V
         1: .line 80
            return
        end local 3 // byte value
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    2     1  buffer  [B
            0    2     2   index  I
            0    2     3   value  B
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   
      value   

  public short getShort(byte[], int);
    descriptor: ([BI)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
         0: .line 84
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(Ljava/lang/Object;J)S
            ireturn
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    1     1  buffer  [B
            0    1     2   index  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   

  public void putShort(byte[], int, short);
    descriptor: ([BIS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
        start local 3 // short value
         0: .line 89
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            iload 3 /* value */
            invokevirtual sun.misc.Unsafe.putShort:(Ljava/lang/Object;JS)V
         1: .line 90
            return
        end local 3 // short value
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    2     1  buffer  [B
            0    2     2   index  I
            0    2     3   value  S
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   
      value   

  public int getInt(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
         0: .line 94
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            ireturn
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    1     1  buffer  [B
            0    1     2   index  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   

  public void putInt(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
        start local 3 // int value
         0: .line 99
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            iload 3 /* value */
            invokevirtual sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         1: .line 100
            return
        end local 3 // int value
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    2     1  buffer  [B
            0    2     2   index  I
            0    2     3   value  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   
      value   

  public long getLong(byte[], int);
    descriptor: ([BI)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
         0: .line 104
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            lreturn
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    1     1  buffer  [B
            0    1     2   index  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   

  public void putLong(byte[], int, long);
    descriptor: ([BIJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
        start local 3 // long value
         0: .line 109
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            lload 3 /* value */
            invokevirtual sun.misc.Unsafe.putLong:(Ljava/lang/Object;JJ)V
         1: .line 110
            return
        end local 3 // long value
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    2     1  buffer  [B
            0    2     2   index  I
            0    2     3   value  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   
      value   

  public float getFloat(byte[], int);
    descriptor: ([BI)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
         0: .line 114
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(Ljava/lang/Object;J)F
            freturn
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    1     1  buffer  [B
            0    1     2   index  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   

  public void putFloat(byte[], int, float);
    descriptor: ([BIF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
        start local 3 // float value
         0: .line 119
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            fload 3 /* value */
            invokevirtual sun.misc.Unsafe.putFloat:(Ljava/lang/Object;JF)V
         1: .line 120
            return
        end local 3 // float value
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    2     1  buffer  [B
            0    2     2   index  I
            0    2     3   value  F
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   
      value   

  public double getDouble(byte[], int);
    descriptor: ([BI)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
         0: .line 124
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            invokevirtual sun.misc.Unsafe.getDouble:(Ljava/lang/Object;J)D
            dreturn
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    1     1  buffer  [B
            0    1     2   index  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   

  public void putDouble(byte[], int, double);
    descriptor: ([BID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
        start local 1 // byte[] buffer
        start local 2 // int index
        start local 3 // double value
         0: .line 129
            getstatic com.oracle.truffle.api.memory.UnsafeByteArraySupport.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* buffer */
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            iload 2 /* index */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            ladd
            dload 3 /* value */
            invokevirtual sun.misc.Unsafe.putDouble:(Ljava/lang/Object;JD)V
         1: .line 130
            return
        end local 3 // double value
        end local 2 // int index
        end local 1 // byte[] buffer
        end local 0 // com.oracle.truffle.api.memory.UnsafeByteArraySupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/memory/UnsafeByteArraySupport;
            0    2     1  buffer  [B
            0    2     2   index  I
            0    2     3   value  D
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
        Name  Flags
      buffer  
      index   
      value   
}
SourceFile: "UnsafeByteArraySupport.java"
NestMembers:
  com.oracle.truffle.api.memory.UnsafeByteArraySupport$1
InnerClasses:
  com.oracle.truffle.api.memory.UnsafeByteArraySupport$1