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
{
  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 jdk.internal.vm.compiler.collections.EconomicMap<jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.EncodedGraph> graphCache;
    descriptor: Ljdk/internal/vm/compiler/collections/EconomicMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljdk/internal/vm/compiler/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;>;

  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, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.graph.SourceLanguagePositionProvider, org.graalvm.compiler.phases.BasePhase<? super org.graalvm.compiler.nodes.spi.CoreProviders>, jdk.internal.vm.compiler.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;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;Lorg/graalvm/compiler/phases/BasePhase;Ljdk/internal/vm/compiler/collections/EconomicMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=17, args_size=17
        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 callInlinedMethod
        start local 13 // jdk.vm.ci.meta.ResolvedJavaMethod callInlinedAgnosticMethod
        start local 14 // org.graalvm.compiler.graph.SourceLanguagePositionProvider sourceLanguagePositionProvider
        start local 15 // org.graalvm.compiler.phases.BasePhase postParsingPhase
        start local 16 // jdk.internal.vm.compiler.collections.EconomicMap graphCache
         0: .line 76
            aload 0 /* this */
            aload 1 /* architecture */
            aload 2 /* graph */
            aload 3 /* providers */
            aload 7 /* loopExplosionPlugin */
         1: .line 77
            aload 8 /* invocationPlugins */
            aload 9 /* inlineInvokePlugins */
            aload 10 /* parameterPlugin */
            aload 11 /* nodePlugins */
            aload 12 /* callInlinedMethod */
            aload 13 /* callInlinedAgnosticMethod */
            aload 14 /* sourceLanguagePositionProvider */
            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;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;)V
         2: .line 79
            aload 0 /* this */
            aload 3 /* providers */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.providers:Lorg/graalvm/compiler/phases/util/Providers;
         3: .line 80
            aload 0 /* this */
            aload 4 /* graphBuilderConfig */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphBuilderConfig:Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
         4: .line 81
            aload 0 /* this */
            aload 5 /* optimisticOpts */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.optimisticOpts:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
         5: .line 82
            aload 0 /* this */
            aload 6 /* allowAssumptions */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.allowAssumptions:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
         6: .line 83
            aload 0 /* this */
            aload 16 /* graphCache */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphCache:Ljdk/internal/vm/compiler/collections/EconomicMap;
         7: .line 84
            aload 0 /* this */
            aload 15 /* postParsingPhase */
            putfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.postParsingPhase:Lorg/graalvm/compiler/phases/BasePhase;
         8: .line 85
            return
        end local 16 // jdk.internal.vm.compiler.collections.EconomicMap graphCache
        end local 15 // org.graalvm.compiler.phases.BasePhase postParsingPhase
        end local 14 // org.graalvm.compiler.graph.SourceLanguagePositionProvider sourceLanguagePositionProvider
        end local 13 // jdk.vm.ci.meta.ResolvedJavaMethod callInlinedAgnosticMethod
        end local 12 // jdk.vm.ci.meta.ResolvedJavaMethod callInlinedMethod
        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    9     0                            this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0    9     1                    architecture  Ljdk/vm/ci/code/Architecture;
            0    9     2                           graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    9     3                       providers  Lorg/graalvm/compiler/phases/util/Providers;
            0    9     4              graphBuilderConfig  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            0    9     5                  optimisticOpts  Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            0    9     6                allowAssumptions  Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            0    9     7             loopExplosionPlugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin;
            0    9     8               invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    9     9             inlineInvokePlugins  [Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;
            0    9    10                 parameterPlugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/ParameterPlugin;
            0    9    11                     nodePlugins  [Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;
            0    9    12               callInlinedMethod  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    9    13       callInlinedAgnosticMethod  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    9    14  sourceLanguagePositionProvider  Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;
            0    9    15                postParsingPhase  Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/nodes/spi/CoreProviders;>;
            0    9    16                      graphCache  Ljdk/internal/vm/compiler/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;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/graph/SourceLanguagePositionProvider;Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/nodes/spi/CoreProviders;>;Ljdk/internal/vm/compiler/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                     
      callInlinedMethod               
      callInlinedAgnosticMethod       
      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 88
            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 94
            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 96
      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 97
            aconst_null
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.options:Lorg/graalvm/compiler/options/OptionValues;
         3: .line 96
            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 98
            goto 6
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
         5: .line 99
      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 107
      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 108
            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 109
            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 110
            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 113
      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 114
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphCache:Ljdk/internal/vm/compiler/collections/EconomicMap;
            aload 1 /* method */
            aload 6 /* encodedGraph */
            invokeinterface jdk.internal.vm.compiler.collections.EconomicMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 115
            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=11, 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 121
            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 122
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.useProfilingInfo:(Z)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         2: .line 123
            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 124
            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 125
            iload 4 /* isSubstitution */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.setIsSubstitution:(Z)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
         7: .line 126
            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 127
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.build:()Lorg/graalvm/compiler/nodes/StructuredGraph;
         9: .line 121
            astore 5 /* graphToEncode */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph graphToEncode
        10: .line 129
            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 "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
        12: .line 130
            aload 3 /* intrinsicBytecodeProvider */
            ifnull 14
        13: .line 131
            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 15
        14: .line 132
      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:
            aconst_null
        15: .line 130
      StackMap locals:
      StackMap stack: org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext
            astore 9 /* initialIntrinsicContext */
        start local 9 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        16: .line 133
            aload 0 /* this */
            aload 9 /* initialIntrinsicContext */
            invokevirtual org.graalvm.compiler.replacements.CachingPEGraphDecoder.createGraphBuilderPhaseInstance:(Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;
            astore 10 /* graphBuilderPhaseInstance */
        start local 10 // org.graalvm.compiler.java.GraphBuilderPhase$Instance graphBuilderPhaseInstance
        17: .line 134
            aload 10 /* graphBuilderPhaseInstance */
            aload 5 /* graphToEncode */
            invokevirtual org.graalvm.compiler.java.GraphBuilderPhase$Instance.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
        18: .line 135
            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
        19: .line 136
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.postParsingPhase:Lorg/graalvm/compiler/phases/BasePhase;
            ifnull 21
        20: .line 137
            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 10 // org.graalvm.compiler.java.GraphBuilderPhase$Instance graphBuilderPhaseInstance
        end local 9 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        21: .line 139
      StackMap locals:
      StackMap stack:
            aload 8 /* scope */
            ifnull 29
            aload 8 /* scope */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
            goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: astore 6
            aload 8 /* scope */
            ifnull 23
            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:
        23: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        24: astore 7
            aload 6
            ifnonnull 25
            aload 7
            astore 6
            goto 26
      StackMap locals:
      StackMap stack:
        25: aload 6
            aload 7
            if_acmpeq 26
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        26: 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
        27: astore 6 /* ex */
        start local 6 // java.lang.Throwable ex
        28: .line 140
            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
        29: .line 142
      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   30     0                       this  Lorg/graalvm/compiler/replacements/CachingPEGraphDecoder;
            0   30     1                     method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0   30     2                     plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/MethodSubstitutionPlugin;
            0   30     3  intrinsicBytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            0   30     4             isSubstitution  Z
           10   30     5              graphToEncode  Lorg/graalvm/compiler/nodes/StructuredGraph;
           12   23     8                      scope  Lorg/graalvm/compiler/debug/DebugContext$Scope;
           16   21     9    initialIntrinsicContext  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;
           17   21    10  graphBuilderPhaseInstance  Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;
           28   29     6                         ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          12    21      22  any
          11    24      24  any
          10    27      27  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 148
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.CachingPEGraphDecoder.graphCache:Ljdk/internal/vm/compiler/collections/EconomicMap;
            aload 1 /* method */
            invokeinterface jdk.internal.vm.compiler.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 149
            aload 6 /* result */
            ifnonnull 3
            aload 1 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.hasBytecodes:()Z
            ifeq 3
         2: .line 150
            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 152
      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