class org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 extends org.graalvm.compiler.phases.BasePhase<org.graalvm.compiler.phases.tiers.HighTierContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1
  super_class: org.graalvm.compiler.phases.BasePhase
{
  final org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this$0;
    descriptor: Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider);
    descriptor: (Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 this
         0: .line 139
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1.this$0:Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.BasePhase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void run(org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.phases.tiers.HighTierContext);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/phases/tiers/HighTierContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 2 // org.graalvm.compiler.phases.tiers.HighTierContext context
         0: .line 142
            aload 1 /* graph */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1.this$0:Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.runtime:Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
            invokeinterface org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider.getTarget:()Ljdk/vm/ci/code/TargetDescription;
            getfield jdk.vm.ci.code.TargetDescription.arch:Ljdk/vm/ci/code/Architecture;
            invokestatic org.graalvm.compiler.nodes.GraphEncoder.encodeSingleGraph:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljdk/vm/ci/code/Architecture;)Lorg/graalvm/compiler/nodes/EncodedGraph;
            astore 3 /* encodedGraph */
        start local 3 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
         1: .line 144
            new org.graalvm.compiler.nodes.StructuredGraph$Builder
            dup
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            invokespecial org.graalvm.compiler.nodes.StructuredGraph$Builder.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)V
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.method:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.method:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         2: .line 145
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.trackNodeSourcePosition:()Z
         3: .line 144
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.trackNodeSourcePosition:(Z)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         4: .line 145
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.build:()Lorg/graalvm/compiler/nodes/StructuredGraph;
         5: .line 144
            astore 4 /* targetGraph */
        start local 4 // org.graalvm.compiler.nodes.StructuredGraph targetGraph
         6: .line 146
            new org.graalvm.compiler.nodes.SimplifyingGraphDecoder
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1.this$0:Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.runtime:Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
            invokeinterface org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider.getTarget:()Ljdk/vm/ci/code/TargetDescription;
            getfield jdk.vm.ci.code.TargetDescription.arch:Ljdk/vm/ci/code/Architecture;
            aload 4 /* targetGraph */
            aload 2 /* context */
            getstatic org.graalvm.compiler.core.common.GraalOptions.ImmutableCode:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 7
            iconst_0
            goto 8
      StackMap locals: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.nodes.EncodedGraph org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack: new 6 new 6 jdk.vm.ci.code.Architecture org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.phases.tiers.HighTierContext
         7: iconst_1
      StackMap locals: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.nodes.EncodedGraph org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack: new 6 new 6 jdk.vm.ci.code.Architecture org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.phases.tiers.HighTierContext int
         8: invokespecial org.graalvm.compiler.nodes.SimplifyingGraphDecoder.<init>:(Ljdk/vm/ci/code/Architecture;Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/spi/CoreProviders;Z)V
            astore 5 /* graphDecoder */
        start local 5 // org.graalvm.compiler.nodes.SimplifyingGraphDecoder graphDecoder
         9: .line 147
            aload 5 /* graphDecoder */
            aload 3 /* encodedGraph */
            invokevirtual org.graalvm.compiler.nodes.SimplifyingGraphDecoder.decode:(Lorg/graalvm/compiler/nodes/EncodedGraph;)V
        10: .line 148
            return
        end local 5 // org.graalvm.compiler.nodes.SimplifyingGraphDecoder graphDecoder
        end local 4 // org.graalvm.compiler.nodes.StructuredGraph targetGraph
        end local 3 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
        end local 2 // org.graalvm.compiler.phases.tiers.HighTierContext context
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider$1;
            0   11     1         graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0   11     2       context  Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            1   11     3  encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
            6   11     4   targetGraph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            9   11     5  graphDecoder  Lorg/graalvm/compiler/nodes/SimplifyingGraphDecoder;
    MethodParameters:
         Name  Flags
      graph    
      context  

  protected java.lang.CharSequence getName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 this
         0: .line 152
            ldc "VerifyEncodingDecoding"
            areturn
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider$1;

  protected void run(org.graalvm.compiler.nodes.StructuredGraph, java.lang.Object);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.graalvm.compiler.phases.tiers.HighTierContext
            invokevirtual org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1.run:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/phases/tiers/HighTierContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/graalvm/compiler/phases/BasePhase<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
SourceFile: "HotSpotSuitesProvider.java"
EnclosingMethod: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.appendGraphEncoderTest:(Lorg/graalvm/compiler/phases/PhaseSuite;)Z
NestHost: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider
InnerClasses:
  org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph
  public Builder = org.graalvm.compiler.nodes.StructuredGraph$Builder of org.graalvm.compiler.nodes.StructuredGraph