public class org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode extends org.graalvm.compiler.nodes.calc.FloatingNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode
  super_class: org.graalvm.compiler.nodes.calc.FloatingNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode> 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/debug/instrumentation/MonitorProxyNode;>;

  protected org.graalvm.compiler.nodes.ValueNode object;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$OptionalInput(value = org.graalvm.compiler.nodeinfo.InputType.Unchecked:Lorg/graalvm/compiler/nodeinfo/InputType;)

  protected org.graalvm.compiler.nodes.java.MonitorIdNode monitorId;
    descriptor: Lorg/graalvm/compiler/nodes/java/MonitorIdNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$OptionalInput(value = org.graalvm.compiler.nodeinfo.InputType.Association:Lorg/graalvm/compiler/nodeinfo/InputType;)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            ldc Lorg/graalvm/compiler/nodes/debug/instrumentation/MonitorProxyNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.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.java.MonitorIdNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/java/MonitorIdNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode object
        start local 2 // org.graalvm.compiler.nodes.java.MonitorIdNode monitorId
         0: .line 51
            aload 0 /* this */
            getstatic org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.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.calc.FloatingNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
         1: .line 52
            aload 0 /* this */
            aload 1 /* object */
            putfield org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 53
            aload 0 /* this */
            aload 2 /* monitorId */
            putfield org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.monitorId:Lorg/graalvm/compiler/nodes/java/MonitorIdNode;
         3: .line 54
            return
        end local 2 // org.graalvm.compiler.nodes.java.MonitorIdNode monitorId
        end local 1 // org.graalvm.compiler.nodes.ValueNode object
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/graalvm/compiler/nodes/debug/instrumentation/MonitorProxyNode;
            0    4     1     object  Lorg/graalvm/compiler/nodes/ValueNode;
            0    4     2  monitorId  Lorg/graalvm/compiler/nodes/java/MonitorIdNode;
    MethodParameters:
           Name  Flags
      object     
      monitorId  

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

  public org.graalvm.compiler.nodes.java.MonitorIdNode getMonitorId();
    descriptor: ()Lorg/graalvm/compiler/nodes/java/MonitorIdNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode this
         0: .line 61
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.monitorId:Lorg/graalvm/compiler/nodes/java/MonitorIdNode;
            areturn
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/debug/instrumentation/MonitorProxyNode;

  public org.graalvm.compiler.nodes.java.RawMonitorEnterNode findFirstMatch();
    descriptor: ()Lorg/graalvm/compiler/nodes/java/RawMonitorEnterNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode this
         0: .line 69
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.monitorId:Lorg/graalvm/compiler/nodes/java/MonitorIdNode;
            invokevirtual org.graalvm.compiler.nodes.java.MonitorIdNode.usages:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/nodes/java/RawMonitorEnterNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.java.RawMonitorEnterNode
            astore 1 /* monitorEnter */
        start local 1 // org.graalvm.compiler.nodes.java.RawMonitorEnterNode monitorEnter
         2: .line 70
            aload 1 /* monitorEnter */
            invokevirtual org.graalvm.compiler.nodes.java.RawMonitorEnterNode.object:()Lorg/graalvm/compiler/nodes/ValueNode;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
            if_acmpne 4
         3: .line 71
            aload 1 /* monitorEnter */
            areturn
        end local 1 // org.graalvm.compiler.nodes.java.RawMonitorEnterNode monitorEnter
         4: .line 69
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 74
            aconst_null
            areturn
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.MonitorProxyNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/graalvm/compiler/nodes/debug/instrumentation/MonitorProxyNode;
            2    4     1  monitorEnter  Lorg/graalvm/compiler/nodes/java/RawMonitorEnterNode;
}
SourceFile: "MonitorProxyNode.java"
InnerClasses:
  public abstract OptionalInput = org.graalvm.compiler.graph.Node$OptionalInput of org.graalvm.compiler.graph.Node
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo(cycles = org.graalvm.compiler.nodeinfo.NodeCycles.CYCLES_IGNORED:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_IGNORED:Lorg/graalvm/compiler/nodeinfo/NodeSize;)