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 134
            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=10, 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 137
            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 139
            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;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.build:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 4 /* targetGraph */
        start local 4 // org.graalvm.compiler.nodes.StructuredGraph targetGraph
         2: .line 140
            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 */
            invokevirtual org.graalvm.compiler.phases.tiers.HighTierContext.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 2 /* context */
            invokevirtual org.graalvm.compiler.phases.tiers.HighTierContext.getConstantReflection:()Ljdk/vm/ci/meta/ConstantReflectionProvider;
         3: .line 141
            aload 2 /* context */
            invokevirtual org.graalvm.compiler.phases.tiers.HighTierContext.getConstantFieldProvider:()Lorg/graalvm/compiler/core/common/spi/ConstantFieldProvider;
            aload 2 /* context */
            invokevirtual org.graalvm.compiler.phases.tiers.HighTierContext.getStampProvider:()Lorg/graalvm/compiler/nodes/spi/StampProvider;
            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 4
            iconst_0
            goto 5
      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 2 new 2 jdk.vm.ci.code.Architecture org.graalvm.compiler.nodes.StructuredGraph jdk.vm.ci.meta.MetaAccessProvider jdk.vm.ci.meta.ConstantReflectionProvider org.graalvm.compiler.core.common.spi.ConstantFieldProvider org.graalvm.compiler.nodes.spi.StampProvider
         4: iconst_1
         5: .line 140
      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 2 new 2 jdk.vm.ci.code.Architecture org.graalvm.compiler.nodes.StructuredGraph jdk.vm.ci.meta.MetaAccessProvider jdk.vm.ci.meta.ConstantReflectionProvider org.graalvm.compiler.core.common.spi.ConstantFieldProvider org.graalvm.compiler.nodes.spi.StampProvider int
            invokespecial org.graalvm.compiler.nodes.SimplifyingGraphDecoder.<init>:(Ljdk/vm/ci/code/Architecture;Lorg/graalvm/compiler/nodes/StructuredGraph;Ljdk/vm/ci/meta/MetaAccessProvider;Ljdk/vm/ci/meta/ConstantReflectionProvider;Lorg/graalvm/compiler/core/common/spi/ConstantFieldProvider;Lorg/graalvm/compiler/nodes/spi/StampProvider;Z)V
            astore 5 /* graphDecoder */
        start local 5 // org.graalvm.compiler.nodes.SimplifyingGraphDecoder graphDecoder
         6: .line 142
            aload 5 /* graphDecoder */
            aload 3 /* encodedGraph */
            invokevirtual org.graalvm.compiler.nodes.SimplifyingGraphDecoder.decode:(Lorg/graalvm/compiler/nodes/EncodedGraph;)V
         7: .line 143
            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    8     0          this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider$1;
            0    8     1         graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    8     2       context  Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            1    8     3  encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
            2    8     4   targetGraph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            6    8     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 147
            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