class org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase extends org.graalvm.compiler.phases.Phase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase
  super_class: org.graalvm.compiler.phases.Phase
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase this
         0: .line 174
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidLogUsagePhase;

  protected void run(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 178
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 2 /* debug */
        start local 2 // org.graalvm.compiler.debug.DebugContext debug
         1: .line 179
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 3 /* n */
        start local 3 // org.graalvm.compiler.graph.Node n
         3: .line 180
            aload 2 /* debug */
            ldc "%s"
            aload 3 /* n */
            invokevirtual org.graalvm.compiler.debug.DebugContext.log:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 3 // org.graalvm.compiler.graph.Node n
         4: .line 179
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 182
            return
        end local 2 // org.graalvm.compiler.debug.DebugContext debug
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidLogUsagePhase;
            0    6     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            1    6     2  debug  Lorg/graalvm/compiler/debug/DebugContext;
            3    4     3      n  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "VerifyDebugUsageTest.java"
NestHost: org.graalvm.compiler.core.test.VerifyDebugUsageTest
InnerClasses:
  private ValidLogUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest