public final class org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode extends org.graalvm.compiler.nodes.FixedWithNextNode implements org.graalvm.compiler.nodes.spi.LIRLowerable, org.graalvm.compiler.nodes.memory.MemoryCheckpoint$Single
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode
  super_class: org.graalvm.compiler.nodes.FixedWithNextNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;>;

  org.graalvm.compiler.nodes.memory.address.AddressNode address;
    descriptor: Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$Input(value = org.graalvm.compiler.nodeinfo.InputType.Association:Lorg/graalvm/compiler/nodeinfo/InputType;)

  org.graalvm.compiler.nodes.ValueNode expectedValue;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$Input()

  org.graalvm.compiler.nodes.ValueNode newValue;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$Input()

  protected final org.graalvm.compiler.core.common.LocationIdentity locationIdentity;
    descriptor: Lorg/graalvm/compiler/core/common/LocationIdentity;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 53
            ldc Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.core.common.LocationIdentity);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/core/common/LocationIdentity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode address
        start local 2 // org.graalvm.compiler.nodes.ValueNode expected
        start local 3 // org.graalvm.compiler.nodes.ValueNode newValue
        start local 4 // org.graalvm.compiler.core.common.LocationIdentity locationIdentity
         0: .line 61
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            aload 2 /* expected */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.stamp:()Lorg/graalvm/compiler/core/common/type/Stamp;
            invokespecial org.graalvm.compiler.nodes.FixedWithNextNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
         1: .line 62
            aload 0 /* this */
            aload 1 /* address */
            checkcast org.graalvm.compiler.nodes.memory.address.AddressNode
            putfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.address:Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
         2: .line 63
            aload 0 /* this */
            aload 2 /* expected */
            putfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.expectedValue:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 64
            aload 0 /* this */
            aload 3 /* newValue */
            putfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.newValue:Lorg/graalvm/compiler/nodes/ValueNode;
         4: .line 65
            aload 0 /* this */
            aload 4 /* locationIdentity */
            putfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.locationIdentity:Lorg/graalvm/compiler/core/common/LocationIdentity;
         5: .line 66
            return
        end local 4 // org.graalvm.compiler.core.common.LocationIdentity locationIdentity
        end local 3 // org.graalvm.compiler.nodes.ValueNode newValue
        end local 2 // org.graalvm.compiler.nodes.ValueNode expected
        end local 1 // org.graalvm.compiler.nodes.ValueNode address
        end local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;
            0    6     1           address  Lorg/graalvm/compiler/nodes/ValueNode;
            0    6     2          expected  Lorg/graalvm/compiler/nodes/ValueNode;
            0    6     3          newValue  Lorg/graalvm/compiler/nodes/ValueNode;
            0    6     4  locationIdentity  Lorg/graalvm/compiler/core/common/LocationIdentity;
    MethodParameters:
                  Name  Flags
      address           
      expected          
      newValue          
      locationIdentity  

  public org.graalvm.compiler.nodes.memory.address.AddressNode getAddress();
    descriptor: ()Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
         0: .line 69
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.address:Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;

  public org.graalvm.compiler.nodes.ValueNode expectedValue();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
         0: .line 73
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.expectedValue:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;

  public org.graalvm.compiler.nodes.ValueNode newValue();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
         0: .line 77
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.newValue:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;

  public org.graalvm.compiler.core.common.LocationIdentity getLocationIdentity();
    descriptor: ()Lorg/graalvm/compiler/core/common/LocationIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
         0: .line 82
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode.locationIdentity:Lorg/graalvm/compiler/core/common/LocationIdentity;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;

  public void generate(org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
        start local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool gen
         0: .line 87
            aload 1 /* gen */
            checkcast org.graalvm.compiler.hotspot.HotSpotNodeLIRBuilder
            aload 0 /* this */
            invokeinterface org.graalvm.compiler.hotspot.HotSpotNodeLIRBuilder.visitDirectCompareAndSwap:(Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;)V
         1: .line 88
            return
        end local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool gen
        end local 0 // org.graalvm.compiler.hotspot.nodes.DirectCompareAndSwapNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/nodes/DirectCompareAndSwapNode;
            0    2     1   gen  Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;
    MethodParameters:
      Name  Flags
      gen   

  public static native org.graalvm.compiler.word.Word compareAndSwap(org.graalvm.compiler.nodes.memory.address.AddressNode$Address, org.graalvm.compiler.word.Word, org.graalvm.compiler.word.Word, org.graalvm.compiler.core.common.LocationIdentity);
    descriptor: (Lorg/graalvm/compiler/nodes/memory/address/AddressNode$Address;Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/word/Word;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
    MethodParameters:
                  Name  Flags
      address           
      expectedValue     
      newValue          
      locationIdentity  
}
SourceFile: "DirectCompareAndSwapNode.java"
InnerClasses:
  public abstract ConstantNodeParameter = org.graalvm.compiler.graph.Node$ConstantNodeParameter of org.graalvm.compiler.graph.Node
  public abstract Input = org.graalvm.compiler.graph.Node$Input of org.graalvm.compiler.graph.Node
  public abstract NodeIntrinsic = org.graalvm.compiler.graph.Node$NodeIntrinsic of org.graalvm.compiler.graph.Node
  public abstract Single = org.graalvm.compiler.nodes.memory.MemoryCheckpoint$Single of org.graalvm.compiler.nodes.memory.MemoryCheckpoint
  public abstract Address = org.graalvm.compiler.nodes.memory.address.AddressNode$Address of org.graalvm.compiler.nodes.memory.address.AddressNode
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo(allowedUsageTypes = {org.graalvm.compiler.nodeinfo.InputType.Memory:Lorg/graalvm/compiler/nodeinfo/InputType;}, cycles = org.graalvm.compiler.nodeinfo.NodeCycles.CYCLES_30:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_8:Lorg/graalvm/compiler/nodeinfo/NodeSize;)