public class org.graalvm.compiler.replacements.CachingPEGraphDecoder extends org.graalvm.compiler.replacements.PEGraphDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.CachingPEGraphDecoder
  super_class: org.graalvm.compiler.replacements.PEGraphDecoder
{
  private static final org.graalvm.compiler.debug.TimerKey BuildGraphTimer;
    descriptor: Lorg/graalvm/compiler/debug/TimerKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final org.graalvm.compiler.phases.util.Providers providers;
    descriptor: Lorg/graalvm/compiler/phases/util/Providers;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig;
    descriptor: Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts;
    descriptor: Lorg/graalvm/compiler/phases/OptimisticOptimizations;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions allowAssumptions;
    descriptor: Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.collections.EconomicMap<jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.EncodedGraph> graphCache;
    descriptor: Lorg/graalvm/collections/EconomicMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/graalvm/collections/EconomicMap<Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/EncodedGraph;>;

  private final org.graalvm.compiler.phases.BasePhase<? super org.graalvm.compiler.nodes.spi.CoreProviders> postParsingPhase;
    descriptor: Lorg/graalvm/compiler/phases/BasePhase;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/nodes/spi/CoreProviders;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 68
            ldc "PartialEvaluation-GraphBuilding"
            invokestatic org.graalvm.compiler.debug.DebugContext.timer:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/TimerKey;
            putstatic org.graalvm.compiler.replacements.CachingPEGraphDecoder.BuildGraphTimer:Lorg/graalvm/compiler/debug/TimerKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.vm.ci.code.Architecture, org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.phases.util.Providers, org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration, org.graalvm.compiler.phases.OptimisticOptimizations, org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions, org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin, org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin[], org.graalvm.compiler.nodes.graphbuilderconf.ParameterPlugin, org.graalvm.compiler.nodes.graphbuilderconf.NodePlugin[], jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.graph.SourceLanguagePositionProvider, org.graalvm.compiler.phases.BasePhase<? super org.graalvm.compiler.nodes.spi.CoreProviders>, org.graalvm.collections.EconomicMap<jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.EncodedGraph>);
    descriptor: (Ljdk/vm/ci/code/Architecture;Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;[Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;Lorg/graalvm/compiler/nodes/graphbuilderconf/ParameterPlugin;[Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;Lorg/graalvm/compiler/phases/BasePhase;Lorg/graalvm/collections/EconomicMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=16, args_size=16
        start local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
        start local 1 // jdk.vm.ci.code.Architecture architecture
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 3 // org.graalvm.compiler.phases.util.Providers providers
        start local 4 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        start local 5 // org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts
        start local 6 // org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions allowAssumptions
        start local 7 // org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin loopExplosionPlugin
        start local 8 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        start local 9 // org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin[] inlineInvokePlugins
        start local 10 // org.graalvm.compiler.nodes.graphbuilderconf.ParameterPlugin parameterPlugin
        start local 11 // org.graalvm.compiler.nodes.graphbuilderconf.NodePlugin[] nodePlugins
        start local 12 // jdk.vm.ci.meta.ResolvedJavaMethod peRootForInlining
        start local 13 // org.graalvm.compiler.graph.SourceLanguagePositionProvider sourceLanguagePositionProvider
        start local 14 // org.graalvm.compiler.phases.BasePhase postParsingPhase
        start local 15 // org.graalvm.collections.EconomicMap graphCache
         0: .line 82
            aload 0 /* this */
            aload 1 /* architecture */
            aload 2 /* graph */
            aload 3 /* providers */
            aload 7 /* loopExplosionPlugin */
         1: .line 83
            aload 8 /* invocationPlugins */
            aload 9 /* inlineInvokePlugins */
            aload 10 /* parameterPlugin */
            aload 11 /* nodePlugins */
            aload 12 /* peRootForInlining */
            aload 13 /* sourceLanguagePositionProvider */
         2: .line 84
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            invokespecial org.graalvm.compiler.replacements.PEGraphDecoder.<init>:(Ljdk/vm/ci/code/Architecture;Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/spi/CoreProviders;Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;[Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;Lorg/graalvm/compiler/nodes/graphbuilderconf/ParameterPlugin;[Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;Ljava/util/concurrent/ConcurrentHashMap;Ljava/util/concurrent/ConcurrentHashMap;)V
         3: .line 86
            aload 0 /* this */
            aload 3 /* providers */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
         4: .line 87
            aload 0 /* this */
            aload 4 /* graphBuilderConfig */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphBuilderConfig:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
         5: .line 88
            aload 0 /* this */
            aload 5 /* optimisticOpts */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.optimisticOpts:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
         6: .line 89
            aload 0 /* this */
            aload 6 /* allowAssumptions */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.allowAssumptions:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
         7: .line 90
            aload 0 /* this */
            aload 15 /* graphCache */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphCache:Lorg/graalvm/collections/EconomicMap;
         8: .line 91
            aload 0 /* this */
            aload 14 /* postParsingPhase */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.postParsingPhase:Lorg/graalvm/compiler/phases/BasePhase;
         9: .line 92
            return
        end local 15 // org.graalvm.collections.EconomicMap graphCache
        end local 14 // org.graalvm.compiler.phases.BasePhase postParsingPhase
        end local 13 // org.graalvm.compiler.graph.SourceLanguagePositionProvider sourceLanguagePositionProvider
        end local 12 // jdk.vm.ci.meta.ResolvedJavaMethod peRootForInlining
        end local 11 // org.graalvm.compiler.nodes.graphbuilderconf.NodePlugin[] nodePlugins
        end local 10 // org.graalvm.compiler.nodes.graphbuilderconf.ParameterPlugin parameterPlugin
        end local 9 // org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin[] inlineInvokePlugins
        end local 8 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        end local 7 // org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin loopExplosionPlugin
        end local 6 // org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions allowAssumptions
        end local 5 // org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts
        end local 4 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        end local 3 // org.graalvm.compiler.phases.util.Providers providers
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // jdk.vm.ci.code.Architecture architecture
        end local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   10     0                            this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0   10     1                    architecture  Ljdk/vm/ci/code/Architecture;
            0   10     2                           graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0   10     3                       providers  Lorg/graalvm/compiler/phases/util/Providers;
            0   10     4              graphBuilderConfig  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            0   10     5                  optimisticOpts  Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            0   10     6                allowAssumptions  Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            0   10     7             loopExplosionPlugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin;
            0   10     8               invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0   10     9             inlineInvokePlugins  [Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;
            0   10    10                 parameterPlugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/ParameterPlugin;
            0   10    11                     nodePlugins  [Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;
            0   10    12               peRootForInlining  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0   10    13  sourceLanguagePositionProvider  Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;
            0   10    14                postParsingPhase  Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/nodes/spi/CoreProviders;>;
            0   10    15                      graphCache  Lorg/graalvm/collections/EconomicMap<Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/EncodedGraph;>;
    Signature: (Ljdk/vm/ci/code/Architecture;Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;[Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;Lorg/graalvm/compiler/nodes/graphbuilderconf/ParameterPlugin;[Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/nodes/spi/CoreProviders;>;Lorg/graalvm/collections/EconomicMap<Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/EncodedGraph;>;)V
    MethodParameters:
                                Name  Flags
      architecture                    
      graph                           
      providers                       
      graphBuilderConfig              
      optimisticOpts                  
      allowAssumptions                
      loopExplosionPlugin             
      invocationPlugins               
      inlineInvokePlugins             
      parameterPlugin                 
      nodePlugins                     
      peRootForInlining               
      sourceLanguagePositionProvider  
      postParsingPhase                
      graphCache                      

  protected org.graalvm.compiler.java.GraphBuilderPhase$Instance createGraphBuilderPhaseInstance(org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
         0: .line 95
            new org.graalvm.compiler.java.GraphBuilderPhase$Instance
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphBuilderConfig:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.optimisticOpts:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            aload 1 /* initialIntrinsicContext */
            invokespecial org.graalvm.compiler.java.GraphBuilderPhase$Instance.<init>:(Lorg/graalvm/compiler/nodes/spi/CoreProviders;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)V
            areturn
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        end local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0    1     1  initialIntrinsicContext  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;
    MethodParameters:
                         Name  Flags
      initialIntrinsicContext  

  private org.graalvm.compiler.nodes.EncodedGraph createGraph(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin, org.graalvm.compiler.bytecode.BytecodeProvider, boolean);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Z)Lorg/graalvm/compiler/nodes/EncodedGraph;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin plugin
        start local 3 // org.graalvm.compiler.bytecode.BytecodeProvider intrinsicBytecodeProvider
        start local 4 // boolean isSubstitution
         0: .line 101
            iload 4 /* isSubstitution */
            ifeq 5
            getstatic org.graalvm.compiler.core.common.GraalOptions.UseEncodedGraphs:Lorg/graalvm/compiler/options/OptionKey;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.options: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
            ifne 1
            getstatic jdk.vm.ci.services.Services.IS_IN_NATIVE_IMAGE:Z
            ifeq 5
         1: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getReplacements:()Lorg/graalvm/compiler/nodes/spi/Replacements;
            aload 2 /* plugin */
            aload 1 /* method */
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext.INLINE_AFTER_PARSING:Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.allowAssumptions:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
         2: .line 104
            aconst_null
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.options:Lorg/graalvm/compiler/options/OptionValues;
         3: .line 103
            invokeinterface org.graalvm.compiler.nodes.spi.Replacements.getMethodSubstitution:(Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/nodes/Cancellable;Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 5 /* graphToEncode */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
         4: .line 105
            goto 6
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
         5: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* plugin */
            aload 3 /* intrinsicBytecodeProvider */
            iload 4 /* isSubstitution */
            invokevirtual org.graalvm.compiler.replacements.CachingPEGraphDecoder.buildGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Z)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 5 /* graphToEncode */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
         6: .line 114
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack:
            aconst_null
            astore 6
            aconst_null
            astore 7
         7: aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.debug:Lorg/graalvm/compiler/debug/DebugContext;
            ldc "createGraph"
            aload 5 /* graphToEncode */
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 8 /* scope */
        start local 8 // org.graalvm.compiler.debug.DebugContext$Scope scope
         8: .line 115
            new org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase
            dup
            invokespecial org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase.<init>:()V
            aload 5 /* graphToEncode */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         9: .line 116
            aload 8 /* scope */
            ifnull 17
            aload 8 /* scope */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
            goto 17
      StackMap locals: org.graalvm.compiler.replacements.CachingPEGraphDecoder jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin org.graalvm.compiler.bytecode.BytecodeProvider int org.graalvm.compiler.nodes.StructuredGraph java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope
      StackMap stack: java.lang.Throwable
        10: astore 6
            aload 8 /* scope */
            ifnull 11
            aload 8 /* scope */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 8 // org.graalvm.compiler.debug.DebugContext$Scope scope
      StackMap locals:
      StackMap stack:
        11: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 7
            aload 6
            ifnonnull 13
            aload 7
            astore 6
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 6
            aload 7
            if_acmpeq 14
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 6
            athrow
      StackMap locals: org.graalvm.compiler.replacements.CachingPEGraphDecoder jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin org.graalvm.compiler.bytecode.BytecodeProvider int org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack: java.lang.Throwable
        15: astore 6 /* t */
        start local 6 // java.lang.Throwable t
        16: .line 117
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.debug:Lorg/graalvm/compiler/debug/DebugContext;
            aload 6 /* t */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 6 // java.lang.Throwable t
        17: .line 120
      StackMap locals:
      StackMap stack:
            aload 5 /* graphToEncode */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.architecture: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 6 /* encodedGraph */
        start local 6 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
        18: .line 121
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphCache:Lorg/graalvm/collections/EconomicMap;
            aload 1 /* method */
            aload 6 /* encodedGraph */
            invokeinterface org.graalvm.collections.EconomicMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 122
            aload 6 /* encodedGraph */
            areturn
        end local 6 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
        end local 4 // boolean isSubstitution
        end local 3 // org.graalvm.compiler.bytecode.BytecodeProvider intrinsicBytecodeProvider
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin plugin
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   20     0                       this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0   20     1                     method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0   20     2                     plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;
            0   20     3  intrinsicBytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            0   20     4             isSubstitution  Z
            4    5     5              graphToEncode  Lorg/graalvm/compiler/nodes/StructuredGraph;
            6   20     5              graphToEncode  Lorg/graalvm/compiler/nodes/StructuredGraph;
            8   11     8                      scope  Lorg/graalvm/compiler/debug/DebugContext$Scope;
           16   17     6                          t  Ljava/lang/Throwable;
           18   20     6               encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
      Exception table:
        from    to  target  type
           8     9      10  any
           7    12      12  any
           6    15      15  Class java.lang.Throwable
    MethodParameters:
                           Name  Flags
      method                     
      plugin                     
      intrinsicBytecodeProvider  
      isSubstitution             

  private org.graalvm.compiler.nodes.StructuredGraph buildGraph(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin, org.graalvm.compiler.bytecode.BytecodeProvider, boolean);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Z)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=12, args_size=5
        start local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin plugin
        start local 3 // org.graalvm.compiler.bytecode.BytecodeProvider intrinsicBytecodeProvider
        start local 4 // boolean isSubstitution
         0: .line 128
            new org.graalvm.compiler.nodes.StructuredGraph$Builder
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.options:Lorg/graalvm/compiler/options/OptionValues;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.debug:Lorg/graalvm/compiler/debug/DebugContext;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.allowAssumptions: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
         1: .line 129
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.useProfilingInfo:(Z)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         2: .line 130
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphBuilderConfig:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.trackNodeSourcePosition:()Z
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.trackNodeSourcePosition:(Z)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         3: .line 131
            aload 2 /* plugin */
            ifnull 4
            aload 2 /* plugin */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin.getSubstitute:(Ljdk/vm/ci/meta/MetaAccessProvider;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            goto 5
      StackMap locals:
      StackMap stack: org.graalvm.compiler.nodes.StructuredGraph$Builder
         4: aload 1 /* method */
      StackMap locals: org.graalvm.compiler.replacements.CachingPEGraphDecoder jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin org.graalvm.compiler.bytecode.BytecodeProvider int
      StackMap stack: org.graalvm.compiler.nodes.StructuredGraph$Builder jdk.vm.ci.meta.ResolvedJavaMethod
         5: invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.method:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         6: .line 132
            iload 4 /* isSubstitution */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.setIsSubstitution:(Z)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         7: .line 133
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getCancellable:()Lorg/graalvm/compiler/nodes/Cancellable;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.cancellable:(Lorg/graalvm/compiler/nodes/Cancellable;)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         8: .line 134
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.build:()Lorg/graalvm/compiler/nodes/StructuredGraph;
         9: .line 128
            astore 5 /* graphToEncode */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
        10: .line 136
            aconst_null
            astore 6
            aconst_null
            astore 7
        11: aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.debug:Lorg/graalvm/compiler/debug/DebugContext;
            ldc "buildGraph"
            aload 5 /* graphToEncode */
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 8 /* scope */
        start local 8 // org.graalvm.compiler.debug.DebugContext$Scope scope
        12: getstatic org.graalvm.compiler.replacements.CachingPEGraphDecoder.BuildGraphTimer:Lorg/graalvm/compiler/debug/TimerKey;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.debug:Lorg/graalvm/compiler/debug/DebugContext;
            invokeinterface org.graalvm.compiler.debug.TimerKey.start:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 9 /* a */
        start local 9 // org.graalvm.compiler.debug.DebugCloseable a
        13: .line 137
            aload 3 /* intrinsicBytecodeProvider */
            ifnull 15
        14: .line 138
            new org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext
            dup
            aload 1 /* method */
            aload 2 /* plugin */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin.getSubstitute:(Ljdk/vm/ci/meta/MetaAccessProvider;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            aload 3 /* intrinsicBytecodeProvider */
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext.INLINE_AFTER_PARSING:Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext.<init>:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;)V
            goto 16
        15: .line 139
      StackMap locals: org.graalvm.compiler.replacements.CachingPEGraphDecoder jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin org.graalvm.compiler.bytecode.BytecodeProvider int org.graalvm.compiler.nodes.StructuredGraph java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope org.graalvm.compiler.debug.DebugCloseable
      StackMap stack:
            aconst_null
        16: .line 137
      StackMap locals:
      StackMap stack: org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext
            astore 10 /* initialIntrinsicContext */
        start local 10 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        17: .line 140
            aload 0 /* this */
            aload 10 /* initialIntrinsicContext */
            invokevirtual org.graalvm.compiler.replacements.CachingPEGraphDecoder.createGraphBuilderPhaseInstance:(Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;
            astore 11 /* graphBuilderPhaseInstance */
        start local 11 // org.graalvm.compiler.java.GraphBuilderPhase$Instance graphBuilderPhaseInstance
        18: .line 141
            aload 11 /* graphBuilderPhaseInstance */
            aload 5 /* graphToEncode */
            invokevirtual org.graalvm.compiler.java.GraphBuilderPhase$Instance.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
        19: .line 142
            invokestatic org.graalvm.compiler.phases.common.CanonicalizerPhase.create:()Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
            aload 5 /* graphToEncode */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        20: .line 143
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.postParsingPhase:Lorg/graalvm/compiler/phases/BasePhase;
            ifnull 22
        21: .line 144
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.postParsingPhase:Lorg/graalvm/compiler/phases/BasePhase;
            aload 5 /* graphToEncode */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.BasePhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        end local 11 // org.graalvm.compiler.java.GraphBuilderPhase$Instance graphBuilderPhaseInstance
        end local 10 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        22: .line 146
      StackMap locals:
      StackMap stack:
            aload 9 /* a */
            ifnull 25
            aload 9 /* a */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 25
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 6
            aload 9 /* a */
            ifnull 24
            aload 9 /* a */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 9 // org.graalvm.compiler.debug.DebugCloseable a
      StackMap locals:
      StackMap stack:
        24: aload 6
            athrow
      StackMap locals:
      StackMap stack:
        25: aload 8 /* scope */
            ifnull 35
            aload 8 /* scope */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
            goto 35
      StackMap locals:
      StackMap stack: java.lang.Throwable
        26: astore 7
            aload 6
            ifnonnull 27
            aload 7
            astore 6
            goto 28
      StackMap locals:
      StackMap stack:
        27: aload 6
            aload 7
            if_acmpeq 28
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        28: aload 8 /* scope */
            ifnull 29
            aload 8 /* scope */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 8 // org.graalvm.compiler.debug.DebugContext$Scope scope
      StackMap locals:
      StackMap stack:
        29: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        30: astore 7
            aload 6
            ifnonnull 31
            aload 7
            astore 6
            goto 32
      StackMap locals:
      StackMap stack:
        31: aload 6
            aload 7
            if_acmpeq 32
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        32: aload 6
            athrow
      StackMap locals: org.graalvm.compiler.replacements.CachingPEGraphDecoder jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin org.graalvm.compiler.bytecode.BytecodeProvider int org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack: java.lang.Throwable
        33: astore 6 /* ex */
        start local 6 // java.lang.Throwable ex
        34: .line 147
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.debug:Lorg/graalvm/compiler/debug/DebugContext;
            aload 6 /* ex */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 6 // java.lang.Throwable ex
        35: .line 149
      StackMap locals:
      StackMap stack:
            aload 5 /* graphToEncode */
            areturn
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
        end local 4 // boolean isSubstitution
        end local 3 // org.graalvm.compiler.bytecode.BytecodeProvider intrinsicBytecodeProvider
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin plugin
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   36     0                       this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0   36     1                     method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0   36     2                     plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;
            0   36     3  intrinsicBytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            0   36     4             isSubstitution  Z
           10   36     5              graphToEncode  Lorg/graalvm/compiler/nodes/StructuredGraph;
           12   29     8                      scope  Lorg/graalvm/compiler/debug/DebugContext$Scope;
           13   24     9                          a  Lorg/graalvm/compiler/debug/DebugCloseable;
           17   22    10    initialIntrinsicContext  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;
           18   22    11  graphBuilderPhaseInstance  Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;
           34   35     6                         ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          13    22      23  any
          12    25      26  any
          11    30      30  any
          10    33      33  Class java.lang.Throwable
    MethodParameters:
                           Name  Flags
      method                     
      plugin                     
      intrinsicBytecodeProvider  
      isSubstitution             

  protected org.graalvm.compiler.nodes.EncodedGraph lookupEncodedGraph(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin, org.graalvm.compiler.bytecode.BytecodeProvider, boolean, boolean);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;Lorg/graalvm/compiler/bytecode/BytecodeProvider;ZZ)Lorg/graalvm/compiler/nodes/EncodedGraph;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin plugin
        start local 3 // org.graalvm.compiler.bytecode.BytecodeProvider intrinsicBytecodeProvider
        start local 4 // boolean isSubstitution
        start local 5 // boolean trackNodeSourcePosition
         0: .line 155
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphCache:Lorg/graalvm/collections/EconomicMap;
            aload 1 /* method */
            invokeinterface org.graalvm.collections.EconomicMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.EncodedGraph
            astore 6 /* result */
        start local 6 // org.graalvm.compiler.nodes.EncodedGraph result
         1: .line 156
            aload 6 /* result */
            ifnonnull 3
            aload 1 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.hasBytecodes:()Z
            ifeq 3
         2: .line 157
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* plugin */
            aload 3 /* intrinsicBytecodeProvider */
            iload 4 /* isSubstitution */
            invokevirtual org.graalvm.compiler.replacements.CachingPEGraphDecoder.createGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Z)Lorg/graalvm/compiler/nodes/EncodedGraph;
            astore 6 /* result */
         3: .line 159
      StackMap locals: org.graalvm.compiler.nodes.EncodedGraph
      StackMap stack:
            aload 6 /* result */
            areturn
        end local 6 // org.graalvm.compiler.nodes.EncodedGraph result
        end local 5 // boolean trackNodeSourcePosition
        end local 4 // boolean isSubstitution
        end local 3 // org.graalvm.compiler.bytecode.BytecodeProvider intrinsicBytecodeProvider
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.MethodSubstitutionPlugin plugin
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.replacements.CachingPEGraphDecoder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    4     0                       this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0    4     1                     method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    4     2                     plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;
            0    4     3  intrinsicBytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            0    4     4             isSubstitution  Z
            0    4     5    trackNodeSourcePosition  Z
            1    4     6                     result  Lorg/graalvm/compiler/nodes/EncodedGraph;
    MethodParameters:
                           Name  Flags
      method                     
      plugin                     
      intrinsicBytecodeProvider  
      isSubstitution             
      trackNodeSourcePosition    
}
SourceFile: "CachingPEGraphDecoder.java"
InnerClasses:
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext
  public Instance = org.graalvm.compiler.java.GraphBuilderPhase$Instance of org.graalvm.compiler.java.GraphBuilderPhase
  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
  public final CompilationContext = org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext of org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext
  public SpecialCallTargetCacheKey = org.graalvm.compiler.replacements.PEGraphDecoder$SpecialCallTargetCacheKey of org.graalvm.compiler.replacements.PEGraphDecoder