public class com.oracle.svm.hosted.phases.HostedGraphBuilderPhase extends com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.phases.HostedGraphBuilderPhase
  super_class: com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase
{
  public void <init>(org.graalvm.compiler.phases.util.Providers, org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration, org.graalvm.compiler.phases.OptimisticOptimizations, org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext, org.graalvm.compiler.word.WordTypes);
    descriptor: (Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;Lorg/graalvm/compiler/word/WordTypes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.phases.HostedGraphBuilderPhase this
        start local 1 // org.graalvm.compiler.phases.util.Providers providers
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        start local 3 // org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts
        start local 4 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        start local 5 // org.graalvm.compiler.word.WordTypes wordTypes
         0: .line 72
            aload 0 /* this */
            aload 1 /* providers */
            aload 2 /* graphBuilderConfig */
            aload 3 /* optimisticOpts */
            aload 4 /* initialIntrinsicContext */
            aload 5 /* wordTypes */
            invokespecial com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase.<init>:(Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;Lorg/graalvm/compiler/word/WordTypes;)V
         1: .line 73
            return
        end local 5 // org.graalvm.compiler.word.WordTypes wordTypes
        end local 4 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        end local 3 // org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        end local 1 // org.graalvm.compiler.phases.util.Providers providers
        end local 0 // com.oracle.svm.hosted.phases.HostedGraphBuilderPhase this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/oracle/svm/hosted/phases/HostedGraphBuilderPhase;
            0    2     1                providers  Lorg/graalvm/compiler/phases/util/Providers;
            0    2     2       graphBuilderConfig  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            0    2     3           optimisticOpts  Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            0    2     4  initialIntrinsicContext  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;
            0    2     5                wordTypes  Lorg/graalvm/compiler/word/WordTypes;
    MethodParameters:
                         Name  Flags
      providers                
      graphBuilderConfig       
      optimisticOpts           
      initialIntrinsicContext  
      wordTypes                

  protected org.graalvm.compiler.java.BytecodeParser createBytecodeParser(org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.java.BytecodeParser, jdk.vm.ci.meta.ResolvedJavaMethod, int, org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/java/BytecodeParser;Ljdk/vm/ci/meta/ResolvedJavaMethod;ILorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)Lorg/graalvm/compiler/java/BytecodeParser;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.phases.HostedGraphBuilderPhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 2 // org.graalvm.compiler.java.BytecodeParser parent
        start local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 4 // int entryBCI
        start local 5 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext intrinsicContext
         0: .line 77
            new com.oracle.svm.hosted.phases.HostedBytecodeParser
            dup
            aload 0 /* this */
            aload 1 /* graph */
            aload 2 /* parent */
            aload 3 /* method */
            iload 4 /* entryBCI */
            aload 5 /* intrinsicContext */
            invokespecial com.oracle.svm.hosted.phases.HostedBytecodeParser.<init>:(Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/java/BytecodeParser;Ljdk/vm/ci/meta/ResolvedJavaMethod;ILorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)V
            areturn
        end local 5 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext intrinsicContext
        end local 4 // int entryBCI
        end local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 2 // org.graalvm.compiler.java.BytecodeParser parent
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // com.oracle.svm.hosted.phases.HostedGraphBuilderPhase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/svm/hosted/phases/HostedGraphBuilderPhase;
            0    1     1             graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    1     2            parent  Lorg/graalvm/compiler/java/BytecodeParser;
            0    1     3            method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    1     4          entryBCI  I
            0    1     5  intrinsicContext  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;
    MethodParameters:
                  Name  Flags
      graph             
      parent            
      method            
      entryBCI          
      intrinsicContext  
}
SourceFile: "HostedGraphBuilderPhase.java"
InnerClasses:
  public Instance = org.graalvm.compiler.java.GraphBuilderPhase$Instance of org.graalvm.compiler.java.GraphBuilderPhase