public abstract class com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation extends com.oracle.truffle.object.CoreLocations$FieldLocation implements com.oracle.truffle.object.CoreLocations$LongLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation
  super_class: com.oracle.truffle.object.CoreLocations$FieldLocation
{
  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
        start local 1 // int index
         0: .line 645
            aload 0 /* this */
            iload 1 /* index */
            invokespecial com.oracle.truffle.object.CoreLocations$FieldLocation.<init>:(I)V
         1: .line 646
            return
        end local 1 // int index
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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$SimpleLongFieldLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // boolean condition
         0: .line 650
            aload 0 /* this */
            aload 1 /* store */
            iload 2 /* condition */
            invokevirtual com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.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$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
            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=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation 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 655
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.canStore:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 656
            aload 0 /* this */
            aload 1 /* store */
            aload 2 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            iload 3 /* condition */
            invokevirtual com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.setLong:(Lcom/oracle/truffle/api/object/DynamicObject;JZ)V
         2: .line 657
            goto 4
         3: .line 658
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.incompatibleLocation:()Lcom/oracle/truffle/api/object/IncompatibleLocationException;
            athrow
         4: .line 660
      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$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
            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  

  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$SimpleLongFieldLocation this
        start local 1 // java.lang.Object value
         0: .line 664
            aload 1 /* value */
            instanceof java.lang.Long
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public abstract long getLong(com.oracle.truffle.api.object.DynamicObject, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Z)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      store      
      condition  

  public final long getLong(com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.api.object.Shape);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/Shape;)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // com.oracle.truffle.api.object.Shape shape
         0: .line 672
            aload 0 /* this */
            aload 1 /* store */
            aload 1 /* store */
            aload 2 /* shape */
            invokestatic com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.checkShape:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/Shape;)Z
            invokevirtual com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.getLong:(Lcom/oracle/truffle/api/object/DynamicObject;Z)J
            lreturn
        end local 2 // com.oracle.truffle.api.object.Shape shape
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
            0    1     1  store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2  shape  Lcom/oracle/truffle/api/object/Shape;
    MethodParameters:
       Name  Flags
      store  
      shape  

  public abstract void setLong(com.oracle.truffle.api.object.DynamicObject, long, boolean);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      store      
      value      
      condition  

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

  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$SimpleLongFieldLocation this
         0: .line 685
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
    Signature: ()Ljava/lang/Class<Ljava/lang/Long;>;

  public void accept(com.oracle.truffle.object.LocationImpl$LocationVisitor);
    descriptor: (Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
        start local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
         0: .line 690
            aload 1 /* locationVisitor */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation.getIndex:()I
            iconst_1
            invokeinterface com.oracle.truffle.object.LocationImpl$LocationVisitor.visitPrimitiveField:(II)V
         1: .line 691
            return
        end local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;
            0    2     1  locationVisitor  Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;
    MethodParameters:
                 Name  Flags
      locationVisitor  

  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$SimpleLongFieldLocation this
         0: .line 695
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$SimpleLongFieldLocation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.oracle.truffle.object.CoreLocations$FieldLocation.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CoreLocations.java"
NestHost: com.oracle.truffle.object.CoreLocations
InnerClasses:
  public abstract FieldLocation = com.oracle.truffle.object.CoreLocations$FieldLocation of com.oracle.truffle.object.CoreLocations
  public abstract LongLocation = com.oracle.truffle.object.CoreLocations$LongLocation of com.oracle.truffle.object.CoreLocations
  public abstract SimpleLongFieldLocation = com.oracle.truffle.object.CoreLocations$SimpleLongFieldLocation of com.oracle.truffle.object.CoreLocations
  public abstract LocationVisitor = com.oracle.truffle.object.LocationImpl$LocationVisitor of com.oracle.truffle.object.LocationImpl