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

  private final jdk.internal.vm.compiler.word.LocationIdentity[] locations;
    descriptor: [Ljdk/internal/vm/compiler/word/LocationIdentity;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(jdk.internal.vm.compiler.word.LocationIdentity[]);
    descriptor: ([Ljdk/internal/vm/compiler/word/LocationIdentity;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
        start local 1 // jdk.internal.vm.compiler.word.LocationIdentity[] locations
         0: .line 51
            aload 0 /* this */
            getstatic org.graalvm.compiler.nodes.memory.MemoryAnchorNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forVoid:()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 52
            aload 0 /* this */
            aload 1 /* locations */
            ifnonnull 2
            iconst_0
            anewarray jdk.internal.vm.compiler.word.LocationIdentity
            goto 3
      StackMap locals: org.graalvm.compiler.nodes.memory.MemoryAnchorNode jdk.internal.vm.compiler.word.LocationIdentity[]
      StackMap stack: org.graalvm.compiler.nodes.memory.MemoryAnchorNode
         2: aload 1 /* locations */
      StackMap locals: org.graalvm.compiler.nodes.memory.MemoryAnchorNode jdk.internal.vm.compiler.word.LocationIdentity[]
      StackMap stack: org.graalvm.compiler.nodes.memory.MemoryAnchorNode jdk.internal.vm.compiler.word.LocationIdentity[]
         3: putfield org.graalvm.compiler.nodes.memory.MemoryAnchorNode.locations:[Ljdk/internal/vm/compiler/word/LocationIdentity;
         4: .line 53
            return
        end local 1 // jdk.internal.vm.compiler.word.LocationIdentity[] locations
        end local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/graalvm/compiler/nodes/memory/MemoryAnchorNode;
            0    5     1  locations  [Ljdk/internal/vm/compiler/word/LocationIdentity;
    MethodParameters:
           Name  Flags
      locations  

  public void generate(org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
        start local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool generator
         0: .line 58
            return
        end local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool generator
        end local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/graalvm/compiler/nodes/memory/MemoryAnchorNode;
            0    1     1  generator  Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;
    MethodParameters:
           Name  Flags
      generator  

  public org.graalvm.compiler.graph.Node canonical(org.graalvm.compiler.graph.spi.CanonicalizerTool);
    descriptor: (Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
        start local 1 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
         0: .line 62
            aload 1 /* tool */
            invokeinterface org.graalvm.compiler.graph.spi.CanonicalizerTool.allUsagesAvailable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.memory.MemoryAnchorNode.hasNoUsages:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.graalvm.compiler.nodes.memory.MemoryAnchorNode
         2: areturn
        end local 1 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
        end local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/nodes/memory/MemoryAnchorNode;
            0    3     1  tool  Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;
    MethodParameters:
      Name  Flags
      tool  

  public jdk.internal.vm.compiler.word.LocationIdentity[] getKilledLocationIdentities();
    descriptor: ()[Ljdk/internal/vm/compiler/word/LocationIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
         0: .line 67
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.memory.MemoryAnchorNode.locations:[Ljdk/internal/vm/compiler/word/LocationIdentity;
            areturn
        end local 0 // org.graalvm.compiler.nodes.memory.MemoryAnchorNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/memory/MemoryAnchorNode;

  public static native org.graalvm.compiler.nodeinfo.StructuralInput$Memory anchor();
    descriptor: ()Lorg/graalvm/compiler/nodeinfo/StructuralInput$Memory;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic()
}
SourceFile: "MemoryAnchorNode.java"
InnerClasses:
  public abstract NodeIntrinsic = org.graalvm.compiler.graph.Node$NodeIntrinsic of org.graalvm.compiler.graph.Node
  public abstract Memory = org.graalvm.compiler.nodeinfo.StructuralInput$Memory of org.graalvm.compiler.nodeinfo.StructuralInput
    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_0:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_0:Lorg/graalvm/compiler/nodeinfo/NodeSize;)