class com.oracle.truffle.object.CoreLocations$LongArrayLocation extends com.oracle.truffle.object.CoreLocations$ArrayLocation implements com.oracle.truffle.object.CoreLocations$LongLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.object.CoreLocations$LongArrayLocation
  super_class: com.oracle.truffle.object.CoreLocations$ArrayLocation
{
  private static final sun.misc.Unsafe UNSAFE;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int ALIGN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final long ARRAY_INT_BASE_OFFSET;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long ARRAY_INT_INDEX_SCALE;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final boolean allowInt;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 479
            invokestatic com.oracle.truffle.object.CoreLocations.getUnsafe:()Lsun/misc/Unsafe;
            putstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.UNSAFE:Lsun/misc/Unsafe;
         1: .line 481
            getstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.UNSAFE:Lsun/misc/Unsafe;
            ldc [I
            invokevirtual sun.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            i2l
            putstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.ARRAY_INT_BASE_OFFSET:J
         2: .line 482
            getstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.UNSAFE:Lsun/misc/Unsafe;
            ldc [I
            invokevirtual sun.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            i2l
            putstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.ARRAY_INT_INDEX_SCALE:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int, com.oracle.truffle.object.CoreLocation, boolean);
    descriptor: (ILcom/oracle/truffle/object/CoreLocation;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // int index
        start local 2 // com.oracle.truffle.object.CoreLocation arrayLocation
        start local 3 // boolean allowInt
         0: .line 487
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* arrayLocation */
            invokespecial com.oracle.truffle.object.CoreLocations$ArrayLocation.<init>:(ILcom/oracle/truffle/object/CoreLocation;)V
         1: .line 488
            aload 0 /* this */
            iload 3 /* allowInt */
            putfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.allowInt:Z
         2: .line 489
            return
        end local 3 // boolean allowInt
        end local 2 // com.oracle.truffle.object.CoreLocation arrayLocation
        end local 1 // int index
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    3     1          index  I
            0    3     2  arrayLocation  Lcom/oracle/truffle/object/CoreLocation;
            0    3     3       allowInt  Z
    MethodParameters:
               Name  Flags
      index          
      arrayLocation  
      allowInt       

  protected void <init>(int, com.oracle.truffle.object.CoreLocation);
    descriptor: (ILcom/oracle/truffle/object/CoreLocation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // int index
        start local 2 // com.oracle.truffle.object.CoreLocation arrayLocation
         0: .line 492
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* arrayLocation */
            iconst_0
            invokespecial com.oracle.truffle.object.CoreLocations$LongArrayLocation.<init>:(ILcom/oracle/truffle/object/CoreLocation;Z)V
         1: .line 493
            return
        end local 2 // com.oracle.truffle.object.CoreLocation arrayLocation
        end local 1 // int index
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    2     1          index  I
            0    2     2  arrayLocation  Lcom/oracle/truffle/object/CoreLocation;
    MethodParameters:
               Name  Flags
      index          
      arrayLocation  

  public final java.lang.Object get(com.oracle.truffle.api.object.DynamicObject, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Z)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // boolean condition
         0: .line 497
            aload 0 /* this */
            aload 1 /* store */
            iload 2 /* condition */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.getLong:(Lcom/oracle/truffle/api/object/DynamicObject;Z)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    1     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      store      
      condition  

  public final void setInternal(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // java.lang.Object value
        start local 3 // boolean condition
         0: .line 502
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.canStore:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 503
            aload 0 /* this */
            aload 1 /* store */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.longValue:(Ljava/lang/Object;)J
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.setLongInternal:(Lcom/oracle/truffle/api/object/DynamicObject;J)V
         2: .line 504
            goto 4
         3: .line 505
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.incompatibleLocation:()Lcom/oracle/truffle/api/object/IncompatibleLocationException;
            athrow
         4: .line 507
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean condition
        end local 2 // java.lang.Object value
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    5     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    5     2      value  Ljava/lang/Object;
            0    5     3  condition  Z
    Exceptions:
      throws com.oracle.truffle.api.object.IncompatibleLocationException
    MethodParameters:
           Name  Flags
      store      
      value      
      condition  

  private long longValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // java.lang.Object value
         0: .line 510
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.allowInt:Z
            ifeq 1
            aload 1 /* value */
            instanceof java.lang.Long
            ifeq 2
         1: .line 511
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lreturn
         2: .line 513
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.longValue:()J
            lreturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public long getLong(com.oracle.truffle.api.object.DynamicObject, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Z)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // boolean condition
         0: .line 519
            aload 0 /* this */
            aload 1 /* store */
            iload 2 /* condition */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.getArray:(Lcom/oracle/truffle/api/object/DynamicObject;Z)Ljava/lang/Object;
            checkcast int[]
            astore 3 /* array */
        start local 3 // int[] array
         1: .line 520
            getstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.UNSAFE:Lsun/misc/Unsafe;
            aload 3 /* array */
            aload 0 /* this */
            aload 3 /* array */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.getOffset:([I)J
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            lreturn
        end local 3 // int[] array
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    2     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     2  condition  Z
            1    2     3      array  [I
    MethodParameters:
           Name  Flags
      store      
      condition  

  public final void setLongInternal(com.oracle.truffle.api.object.DynamicObject, long);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;J)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // long value
         0: .line 524
            aload 0 /* this */
            aload 1 /* store */
            iconst_0
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.getArray:(Lcom/oracle/truffle/api/object/DynamicObject;Z)Ljava/lang/Object;
            checkcast int[]
            astore 4 /* array */
        start local 4 // int[] array
         1: .line 525
            aload 0 /* this */
            aload 4 /* array */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.getOffset:([I)J
            lstore 5 /* offset */
        start local 5 // long offset
         2: .line 526
            getstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.UNSAFE:Lsun/misc/Unsafe;
            aload 4 /* array */
            lload 5 /* offset */
            lload 2 /* value */
            invokevirtual sun.misc.Unsafe.putLong:(Ljava/lang/Object;JJ)V
         3: .line 527
            return
        end local 5 // long offset
        end local 4 // int[] array
        end local 2 // long value
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    4     1   store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    4     2   value  J
            1    4     4   array  [I
            2    4     5  offset  J
    MethodParameters:
       Name  Flags
      store  
      value  

  public void setLong(com.oracle.truffle.api.object.DynamicObject, long, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // long value
        start local 4 // boolean condition
         0: .line 531
            aload 0 /* this */
            aload 1 /* store */
            lload 2 /* value */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.setLongInternal:(Lcom/oracle/truffle/api/object/DynamicObject;J)V
         1: .line 532
            return
        end local 4 // boolean condition
        end local 2 // long value
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    2     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     2      value  J
            0    2     4  condition  Z
    MethodParameters:
           Name  Flags
      store      
      value      
      condition  

  public final boolean canStore(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // java.lang.Object value
         0: .line 536
            aload 1 /* value */
            instanceof java.lang.Long
            ifne 2
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.allowInt:Z
            ifeq 1
            aload 1 /* value */
            instanceof java.lang.Integer
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public final java.lang.Class<java.lang.Long> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
         0: .line 540
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
    Signature: ()Ljava/lang/Class<Ljava/lang/Long;>;

  public int primitiveArrayCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
         0: .line 545
            iconst_2
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;

  public final void accept(com.oracle.truffle.object.LocationImpl$LocationVisitor);
    descriptor: (Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
         0: .line 550
            aload 1 /* locationVisitor */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongArrayLocation.getIndex:()I
            iconst_2
            invokeinterface com.oracle.truffle.object.LocationImpl$LocationVisitor.visitPrimitiveArray:(II)V
         1: .line 551
            return
        end local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    2     1  locationVisitor  Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;
    MethodParameters:
                 Name  Flags
      locationVisitor  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // java.lang.Object obj
         0: .line 555
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.oracle.truffle.object.CoreLocations$ArrayLocation.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.allowInt:Z
            aload 1 /* obj */
            checkcast com.oracle.truffle.object.CoreLocations$LongArrayLocation
            getfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.allowInt:Z
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean isImplicitCastIntToLong();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
         0: .line 560
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.allowInt:Z
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;

  protected final long getOffset(int[]);
    descriptor: ([I)J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
        start local 1 // int[] array
         0: .line 564
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongArrayLocation.index:I
            istore 2 /* idx */
        start local 2 // int idx
         1: .line 565
            iload 2 /* idx */
            iflt 2
            iload 2 /* idx */
            aload 1 /* array */
            arraylength
            iconst_1
            isub
            if_icmplt 4
         2: .line 566
      StackMap locals: int
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 567
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 2 /* idx */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         4: .line 569
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.ARRAY_INT_BASE_OFFSET:J
            getstatic com.oracle.truffle.object.CoreLocations$LongArrayLocation.ARRAY_INT_INDEX_SCALE:J
            iload 2 /* idx */
            i2l
            lmul
            ladd
            lreturn
        end local 2 // int idx
        end local 1 // int[] array
        end local 0 // com.oracle.truffle.object.CoreLocations$LongArrayLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/truffle/object/CoreLocations$LongArrayLocation;
            0    5     1  array  [I
            1    5     2    idx  I
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "CoreLocations.java"
NestHost: com.oracle.truffle.object.CoreLocations
InnerClasses:
  public abstract ArrayLocation = com.oracle.truffle.object.CoreLocations$ArrayLocation of com.oracle.truffle.object.CoreLocations
  LongArrayLocation = com.oracle.truffle.object.CoreLocations$LongArrayLocation of com.oracle.truffle.object.CoreLocations
  public abstract LongLocation = com.oracle.truffle.object.CoreLocations$LongLocation of com.oracle.truffle.object.CoreLocations
  public abstract LocationVisitor = com.oracle.truffle.object.LocationImpl$LocationVisitor of com.oracle.truffle.object.LocationImpl