public abstract class com.oracle.truffle.object.Locations$ValueLocation extends com.oracle.truffle.object.LocationImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.object.Locations$ValueLocation
  super_class: com.oracle.truffle.object.LocationImpl
{
  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, 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=1, locals=0, args_size=0
         0: .line 71
            ldc Lcom/oracle/truffle/object/Locations;
            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.object.Locations$ValueLocation.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
        start local 1 // java.lang.Object value
         0: .line 76
            aload 0 /* this */
            invokespecial com.oracle.truffle.object.LocationImpl.<init>:()V
         1: .line 77
            getstatic com.oracle.truffle.object.Locations$ValueLocation.$assertionsDisabled:Z
            ifne 2
            aload 1 /* value */
            instanceof com.oracle.truffle.api.object.Location
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 78
      StackMap locals: com.oracle.truffle.object.Locations$ValueLocation java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
         3: .line 79
            return
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    4     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
         0: .line 85
            aload 0 /* this */
            invokespecial com.oracle.truffle.object.LocationImpl.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 86
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: com.oracle.truffle.object.Locations$ValueLocation int
      StackMap stack: int
         2: iconst_0
      StackMap locals: com.oracle.truffle.object.Locations$ValueLocation int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 87
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            1    5     1  result  I

  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.Locations$ValueLocation this
        start local 1 // java.lang.Object obj
         0: .line 93
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.oracle.truffle.object.LocationImpl.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
            aload 1 /* obj */
            checkcast com.oracle.truffle.object.Locations$ValueLocation
            getfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 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.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  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=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // boolean condition
         0: .line 99
            aload 0 /* this */
            getfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
            areturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    1     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      store      
      condition  

  public final void set(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, com.oracle.truffle.api.object.Shape);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Lcom/oracle/truffle/api/object/Shape;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // java.lang.Object value
        start local 3 // com.oracle.truffle.api.object.Shape shape
         0: .line 105
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.Locations$ValueLocation.canStore:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 106
            invokestatic com.oracle.truffle.object.Locations$ValueLocation.finalLocation:()Lcom/oracle/truffle/api/object/FinalLocationException;
            athrow
         2: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.object.Shape shape
        end local 2 // java.lang.Object value
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    3     1  store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    3     2  value  Ljava/lang/Object;
            0    3     3  shape  Lcom/oracle/truffle/api/object/Shape;
    Exceptions:
      throws com.oracle.truffle.api.object.IncompatibleLocationException, com.oracle.truffle.api.object.FinalLocationException
    MethodParameters:
       Name  Flags
      store  
      value  
      shape  

  public boolean canStore(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.Locations$ValueLocation this
        start local 1 // java.lang.Object val
         0: .line 114
            aload 0 /* this */
            getfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
            aload 1 /* val */
            invokestatic com.oracle.truffle.object.CoreLocation.valueEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object val
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    1     1   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      val   

  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=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation 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 120
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.object.Locations$ValueLocation.canStore:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 121
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 122
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         3: .line 124
      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.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    4     1      store  Lcom/oracle/truffle/api/object/DynamicObject;
            0    4     2      value  Ljava/lang/Object;
            0    4     3  condition  Z
    Exceptions:
      throws com.oracle.truffle.api.object.IncompatibleLocationException
    MethodParameters:
           Name  Flags
      store      
      value      
      condition  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
         0: .line 129
            new java.lang.StringBuilder
            dup
            ldc "="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.object.Locations$ValueLocation.value:Ljava/lang/Object;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/Locations$ValueLocation;

  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=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
        start local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
         0: .line 135
            return
        end local 1 // com.oracle.truffle.object.LocationImpl$LocationVisitor locationVisitor
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/object/Locations$ValueLocation;
            0    1     1  locationVisitor  Lcom/oracle/truffle/object/LocationImpl$LocationVisitor;
    MethodParameters:
                 Name  Flags
      locationVisitor  

  public final boolean isValue();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.Locations$ValueLocation this
         0: .line 140
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.object.Locations$ValueLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/Locations$ValueLocation;
}
SourceFile: "Locations.java"
NestHost: com.oracle.truffle.object.Locations
InnerClasses:
  public abstract LocationVisitor = com.oracle.truffle.object.LocationImpl$LocationVisitor of com.oracle.truffle.object.LocationImpl
  public abstract ValueLocation = com.oracle.truffle.object.Locations$ValueLocation of com.oracle.truffle.object.Locations