public class org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState extends org.graalvm.compiler.microbenchmarks.graal.util.GraphState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState
  super_class: org.graalvm.compiler.microbenchmarks.graal.util.GraphState
{
  public org.graalvm.compiler.phases.schedule.SchedulePhase schedule;
    descriptor: Lorg/graalvm/compiler/phases/schedule/SchedulePhase;
    flags: (0x0001) ACC_PUBLIC

  private final org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy selectedStrategy;
    descriptor: Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy);
    descriptor: (Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
        start local 1 // org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy selectedStrategy
         0: .line 40
            aload 0 /* this */
            invokespecial org.graalvm.compiler.microbenchmarks.graal.util.GraphState.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* selectedStrategy */
            putfield org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.selectedStrategy:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
         2: .line 42
            return
        end local 1 // org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy selectedStrategy
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;
            0    3     1  selectedStrategy  Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
    MethodParameters:
                  Name  Flags
      selectedStrategy  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
         0: .line 45
            aload 0 /* this */
            getstatic org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy.EARLIEST_WITH_GUARD_ORDER:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
            invokespecial org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.<init>:(Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
         1: .line 46
            return
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;

  public void beforeInvocation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
         0: .line 50
            aload 0 /* this */
            new org.graalvm.compiler.phases.schedule.SchedulePhase
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.selectedStrategy:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
            invokespecial org.graalvm.compiler.phases.schedule.SchedulePhase.<init>:(Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
            putfield org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.schedule:Lorg/graalvm/compiler/phases/schedule/SchedulePhase;
         1: .line 51
            aload 0 /* this */
            invokespecial org.graalvm.compiler.microbenchmarks.graal.util.GraphState.beforeInvocation:()V
         2: .line 52
            return
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;

  protected org.graalvm.compiler.nodes.StructuredGraph preprocessOriginal(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph structuredGraph
         0: .line 56
            aload 0 /* this */
            aload 1 /* structuredGraph */
            invokespecial org.graalvm.compiler.microbenchmarks.graal.util.GraphState.preprocessOriginal:(Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 2 /* g */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph g
         1: .line 57
            new org.graalvm.compiler.microbenchmarks.graal.util.GraalState
            dup
            invokespecial org.graalvm.compiler.microbenchmarks.graal.util.GraalState.<init>:()V
            astore 3 /* graal */
        start local 3 // org.graalvm.compiler.microbenchmarks.graal.util.GraalState graal
         2: .line 58
            aload 3 /* graal */
            getfield org.graalvm.compiler.microbenchmarks.graal.util.GraalState.backend:Lorg/graalvm/compiler/core/target/Backend;
            invokevirtual org.graalvm.compiler.core.target.Backend.getSuites:()Lorg/graalvm/compiler/phases/tiers/SuitesProvider;
            aload 3 /* graal */
            getfield org.graalvm.compiler.microbenchmarks.graal.util.GraalState.options:Lorg/graalvm/compiler/options/OptionValues;
            invokeinterface org.graalvm.compiler.phases.tiers.SuitesProvider.getDefaultSuites:(Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getHighTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            astore 4 /* highTier */
        start local 4 // org.graalvm.compiler.phases.PhaseSuite highTier
         3: .line 59
            aload 4 /* highTier */
            aload 2 /* g */
            new org.graalvm.compiler.phases.tiers.HighTierContext
            dup
            aload 3 /* graal */
            getfield org.graalvm.compiler.microbenchmarks.graal.util.GraalState.providers:Lorg/graalvm/compiler/phases/util/Providers;
            aload 3 /* graal */
            getfield org.graalvm.compiler.microbenchmarks.graal.util.GraalState.backend:Lorg/graalvm/compiler/core/target/Backend;
            invokevirtual org.graalvm.compiler.core.target.Backend.getSuites:()Lorg/graalvm/compiler/phases/tiers/SuitesProvider;
            invokeinterface org.graalvm.compiler.phases.tiers.SuitesProvider.getDefaultGraphBuilderSuite:()Lorg/graalvm/compiler/phases/PhaseSuite;
            getstatic org.graalvm.compiler.phases.OptimisticOptimizations.ALL:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            invokespecial org.graalvm.compiler.phases.tiers.HighTierContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/phases/PhaseSuite;Lorg/graalvm/compiler/phases/OptimisticOptimizations;)V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         4: .line 60
            aload 2 /* g */
            areturn
        end local 4 // org.graalvm.compiler.phases.PhaseSuite highTier
        end local 3 // org.graalvm.compiler.microbenchmarks.graal.util.GraalState graal
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph g
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph structuredGraph
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;
            0    5     1  structuredGraph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            1    5     2                g  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    5     3            graal  Lorg/graalvm/compiler/microbenchmarks/graal/util/GraalState;
            3    5     4         highTier  Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
    MethodParameters:
                 Name  Flags
      structuredGraph  
}
SourceFile: "ScheduleState.java"
InnerClasses:
  public final SchedulingStrategy = org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy of org.graalvm.compiler.phases.schedule.SchedulePhase