final class org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo
  super_class: java.lang.Object
{
  final org.graalvm.compiler.debug.DebugContext debug;
    descriptor: Lorg/graalvm/compiler/debug/DebugContext;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.compiler.graph.Graph graph;
    descriptor: Lorg/graalvm/compiler/graph/Graph;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.compiler.nodes.cfg.ControlFlowGraph cfg;
    descriptor: Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.compiler.core.common.cfg.BlockMap<java.util.List<org.graalvm.compiler.graph.Node>> blockToNodes;
    descriptor: Lorg/graalvm/compiler/core/common/cfg/BlockMap;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/graalvm/compiler/core/common/cfg/BlockMap<Ljava/util/List<Lorg/graalvm/compiler/graph/Node;>;>;

  final org.graalvm.compiler.graph.NodeMap<org.graalvm.compiler.nodes.cfg.Block> nodeToBlocks;
    descriptor: Lorg/graalvm/compiler/graph/NodeMap;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeMap<Lorg/graalvm/compiler/nodes/cfg/Block;>;

  final java.util.List<org.graalvm.compiler.nodes.cfg.Block> blocks;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/nodes/cfg/Block;>;

  private void <init>(org.graalvm.compiler.debug.DebugContext, org.graalvm.compiler.graph.Graph);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo this
        start local 1 // org.graalvm.compiler.debug.DebugContext debug
        start local 2 // org.graalvm.compiler.graph.Graph graph
         0: .line 597
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 598
            aload 0 /* this */
            aload 1 /* debug */
            putfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.debug:Lorg/graalvm/compiler/debug/DebugContext;
         2: .line 599
            aload 0 /* this */
            aload 2 /* graph */
            putfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.graph:Lorg/graalvm/compiler/graph/Graph;
         3: .line 600
            aconst_null
            astore 3 /* scheduleResult */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult scheduleResult
         4: .line 601
            aload 2 /* graph */
            instanceof org.graalvm.compiler.nodes.StructuredGraph
            ifeq 7
         5: .line 602
            aload 2 /* graph */
            checkcast org.graalvm.compiler.nodes.StructuredGraph
            astore 4 /* structuredGraph */
        start local 4 // org.graalvm.compiler.nodes.StructuredGraph structuredGraph
         6: .line 603
            aload 1 /* debug */
            aload 4 /* structuredGraph */
            invokestatic org.graalvm.compiler.printer.GraalDebugHandlersFactory.tryGetSchedule:(Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            astore 3 /* scheduleResult */
        end local 4 // org.graalvm.compiler.nodes.StructuredGraph structuredGraph
         7: .line 605
      StackMap locals: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.graph.Graph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack:
            aload 0 /* this */
            aload 3 /* scheduleResult */
            ifnonnull 8
            aload 1 /* debug */
            ldc Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            invokevirtual org.graalvm.compiler.debug.DebugContext.contextLookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.cfg.ControlFlowGraph
            goto 9
      StackMap locals:
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo
         8: aload 3 /* scheduleResult */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
      StackMap locals: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.graph.Graph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.nodes.cfg.ControlFlowGraph
         9: putfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.cfg:Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
        10: .line 606
            aload 0 /* this */
            aload 3 /* scheduleResult */
            ifnonnull 11
            aconst_null
            goto 12
      StackMap locals:
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo
        11: aload 3 /* scheduleResult */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getBlockToNodesMap:()Lorg/graalvm/compiler/core/common/cfg/BlockMap;
      StackMap locals: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.graph.Graph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.core.common.cfg.BlockMap
        12: putfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.blockToNodes:Lorg/graalvm/compiler/core/common/cfg/BlockMap;
        13: .line 607
            aload 0 /* this */
            aload 3 /* scheduleResult */
            ifnonnull 14
            aconst_null
            goto 15
      StackMap locals:
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo
        14: aload 3 /* scheduleResult */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getNodeToBlockMap:()Lorg/graalvm/compiler/graph/NodeMap;
      StackMap locals: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.graph.Graph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.graph.NodeMap
        15: putfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.nodeToBlocks:Lorg/graalvm/compiler/graph/NodeMap;
        16: .line 608
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.cfg:Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            ifnonnull 17
            aconst_null
            goto 18
      StackMap locals:
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo
        17: aload 0 /* this */
            getfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.cfg:Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.getBlocks:()[Lorg/graalvm/compiler/nodes/cfg/Block;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
      StackMap locals: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.graph.Graph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack: org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo java.util.List
        18: putfield org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo.blocks:Ljava/util/List;
        19: .line 609
            return
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult scheduleResult
        end local 2 // org.graalvm.compiler.graph.Graph graph
        end local 1 // org.graalvm.compiler.debug.DebugContext debug
        end local 0 // org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lorg/graalvm/compiler/printer/BinaryGraphPrinter$GraphInfo;
            0   20     1            debug  Lorg/graalvm/compiler/debug/DebugContext;
            0   20     2            graph  Lorg/graalvm/compiler/graph/Graph;
            4   20     3   scheduleResult  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            6    7     4  structuredGraph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
       Name  Flags
      debug  
      graph  
}
SourceFile: "BinaryGraphPrinter.java"
NestHost: org.graalvm.compiler.printer.BinaryGraphPrinter
InnerClasses:
  public ScheduleResult = org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult of org.graalvm.compiler.nodes.StructuredGraph
  final GraphInfo = org.graalvm.compiler.printer.BinaryGraphPrinter$GraphInfo of org.graalvm.compiler.printer.BinaryGraphPrinter