class com.oracle.truffle.object.CoreLocations$LongLocationDecorator extends com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator 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$LongLocationDecorator
  super_class: com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator
{
  protected final boolean allowInt;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(com.oracle.truffle.object.CoreLocations$LongLocation, boolean);
    descriptor: (Lcom/oracle/truffle/object/CoreLocations$LongLocation;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$LongLocationDecorator this
        start local 1 // com.oracle.truffle.object.CoreLocations$LongLocation longLocation
        start local 2 // boolean allowInt
         0: .line 585
            aload 0 /* this */
            aload 1 /* longLocation */
            invokespecial com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator.<init>:(Lcom/oracle/truffle/object/CoreLocations$LongLocation;)V
         1: .line 586
            aload 0 /* this */
            iload 2 /* allowInt */
            putfield com.oracle.truffle.object.CoreLocations$LongLocationDecorator.allowInt:Z
         2: .line 587
            return
        end local 2 // boolean allowInt
        end local 1 // com.oracle.truffle.object.CoreLocations$LongLocation longLocation
        end local 0 // com.oracle.truffle.object.CoreLocations$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            0    3     1  longLocation  Lcom/oracle/truffle/object/CoreLocations$LongLocation;
            0    3     2      allowInt  Z
    MethodParameters:
              Name  Flags
      longLocation  
      allowInt      

  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$LongLocationDecorator this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // boolean condition
         0: .line 591
            aload 0 /* this */
            aload 1 /* store */
            iload 2 /* condition */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongLocationDecorator.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$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            0    1     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      store      
      condition  

  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=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.object.CoreLocations$LongLocationDecorator this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // boolean condition
         0: .line 596
            aload 0 /* this */
            aload 1 /* store */
            iload 2 /* condition */
            invokespecial com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator.getLongInternal:(Lcom/oracle/truffle/api/object/DynamicObject;Z)J
            lreturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.CoreLocations$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            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$LongLocationDecorator 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 601
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongLocationDecorator.canStore:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 602
            aload 0 /* this */
            aload 1 /* store */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongLocationDecorator.longValue:(Ljava/lang/Object;)J
            iload 3 /* condition */
            invokevirtual com.oracle.truffle.object.CoreLocations$LongLocationDecorator.setLong:(Lcom/oracle/truffle/api/object/DynamicObject;JZ)V
         2: .line 603
            goto 4
         3: .line 604
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.object.CoreLocations$LongLocationDecorator.incompatibleLocation:()Lcom/oracle/truffle/api/object/IncompatibleLocationException;
            athrow
         4: .line 606
      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$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            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 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=5, locals=5, args_size=4
        start local 0 // com.oracle.truffle.object.CoreLocations$LongLocationDecorator this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // long value
        start local 4 // boolean condition
         0: .line 610
            aload 0 /* this */
            aload 1 /* store */
            lload 2 /* value */
            iload 4 /* condition */
            invokespecial com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator.setLongInternal:(Lcom/oracle/truffle/api/object/DynamicObject;JZ)V
         1: .line 611
            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$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            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  

  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$LongLocationDecorator this
        start local 1 // java.lang.Object value
         0: .line 614
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongLocationDecorator.allowInt:Z
            ifeq 1
            aload 1 /* value */
            instanceof java.lang.Long
            ifeq 2
         1: .line 615
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lreturn
         2: .line 617
      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$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

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

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

  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$LongLocationDecorator this
        start local 1 // java.lang.Object obj
         0: .line 633
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongLocationDecorator.allowInt:Z
            aload 1 /* obj */
            checkcast com.oracle.truffle.object.CoreLocations$LongLocationDecorator
            getfield com.oracle.truffle.object.CoreLocations$LongLocationDecorator.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$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
            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$LongLocationDecorator this
         0: .line 638
            aload 0 /* this */
            getfield com.oracle.truffle.object.CoreLocations$LongLocationDecorator.allowInt:Z
            ireturn
        end local 0 // com.oracle.truffle.object.CoreLocations$LongLocationDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/CoreLocations$LongLocationDecorator;
}
SourceFile: "CoreLocations.java"
NestHost: com.oracle.truffle.object.CoreLocations
InnerClasses:
  public abstract LongLocation = com.oracle.truffle.object.CoreLocations$LongLocation of com.oracle.truffle.object.CoreLocations
  LongLocationDecorator = com.oracle.truffle.object.CoreLocations$LongLocationDecorator of com.oracle.truffle.object.CoreLocations
  public abstract PrimitiveLocationDecorator = com.oracle.truffle.object.CoreLocations$PrimitiveLocationDecorator of com.oracle.truffle.object.CoreLocations