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 138
            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=8, 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 141
            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 143
            new org.graalvm.compiler.nodes.SimplifyingGraphDecoder
            dup
            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;
            aload 2 /* context */
            invokevirtual org.graalvm.compiler.phases.tiers.HighTierContext.getConstantFieldProvider:()Lorg/graalvm/compiler/core/common/spi/ConstantFieldProvider;
         2: .line 144
            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/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 3
            iconst_0
            goto 4
      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
      StackMap stack: new 1 new 1 jdk.vm.ci.meta.MetaAccessProvider jdk.vm.ci.meta.ConstantReflectionProvider org.graalvm.compiler.core.common.spi.ConstantFieldProvider org.graalvm.compiler.nodes.spi.StampProvider
         3: 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
      StackMap stack: new 1 new 1 jdk.vm.ci.meta.MetaAccessProvider jdk.vm.ci.meta.ConstantReflectionProvider org.graalvm.compiler.core.common.spi.ConstantFieldProvider org.graalvm.compiler.nodes.spi.StampProvider int
         4: 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;
         5: .line 143
            invokespecial org.graalvm.compiler.nodes.SimplifyingGraphDecoder.<init>:(Ljdk/vm/ci/meta/MetaAccessProvider;Ljdk/vm/ci/meta/ConstantReflectionProvider;Lorg/graalvm/compiler/core/common/spi/ConstantFieldProvider;Lorg/graalvm/compiler/nodes/spi/StampProvider;ZLjdk/vm/ci/code/Architecture;)V
            astore 4 /* graphDecoder */
        start local 4 // org.graalvm.compiler.nodes.SimplifyingGraphDecoder graphDecoder
         6: .line 145
            new org.graalvm.compiler.nodes.StructuredGraph
            dup
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.method:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            getstatic org.graalvm.compiler.core.common.CompilationIdentifier.INVALID_COMPILATION_ID:Lorg/graalvm/compiler/core/common/CompilationRequestIdentifier;
            invokespecial org.graalvm.compiler.nodes.StructuredGraph.<init>:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/core/common/CompilationIdentifier;)V
            astore 5 /* targetGraph */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph targetGraph
         7: .line 146
            aload 4 /* graphDecoder */
            aload 5 /* targetGraph */
            aload 3 /* encodedGraph */
            invokevirtual org.graalvm.compiler.nodes.SimplifyingGraphDecoder.decode:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/EncodedGraph;)V
         8: .line 147
            return
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph targetGraph
        end local 4 // org.graalvm.compiler.nodes.SimplifyingGraphDecoder graphDecoder
        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    9     0          this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider$1;
            0    9     1         graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    9     2       context  Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            1    9     3  encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
            6    9     4  graphDecoder  Lorg/graalvm/compiler/nodes/SimplifyingGraphDecoder;
            7    9     5   targetGraph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    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 151
            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