public abstract class com.oracle.truffle.llvm.initialization.StaticInitsNode extends com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.initialization.StaticInitsNode
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode
{
  private final com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode[] statements;
    descriptor: [Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Children()

  private final java.lang.Object moduleName;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String prefix;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode[], java.lang.String, java.lang.Object);
    descriptor: ([Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.initialization.StaticInitsNode this
        start local 1 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode[] statements
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.Object moduleName
         0: .line 48
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* statements */
            putfield com.oracle.truffle.llvm.initialization.StaticInitsNode.statements:[Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;
         2: .line 50
            aload 0 /* this */
            aload 2 /* prefix */
            putfield com.oracle.truffle.llvm.initialization.StaticInitsNode.prefix:Ljava/lang/String;
         3: .line 51
            aload 0 /* this */
            aload 3 /* moduleName */
            putfield com.oracle.truffle.llvm.initialization.StaticInitsNode.moduleName:Ljava/lang/Object;
         4: .line 52
            return
        end local 3 // java.lang.Object moduleName
        end local 2 // java.lang.String prefix
        end local 1 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode[] statements
        end local 0 // com.oracle.truffle.llvm.initialization.StaticInitsNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/truffle/llvm/initialization/StaticInitsNode;
            0    5     1  statements  [Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;
            0    5     2      prefix  Ljava/lang/String;
            0    5     3  moduleName  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      statements  
      prefix      
      moduleName  

  public void doInit(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.llvm.runtime.LLVMContext);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/llvm/runtime/LLVMContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=3
        start local 0 // com.oracle.truffle.llvm.initialization.StaticInitsNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMContext ctx
         0: .line 58
            aload 2 /* ctx */
            dup
            astore 3
            monitorenter
         1: .line 59
            aload 2 /* ctx */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.loaderTraceStream:()Lcom/oracle/truffle/llvm/runtime/options/TargetStream;
            ifnull 3
         2: .line 60
            aload 0 /* this */
            aload 2 /* ctx */
            invokevirtual com.oracle.truffle.llvm.initialization.StaticInitsNode.traceExecution:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;)V
         3: .line 62
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMContext
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.initialization.StaticInitsNode.statements:[Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: com.oracle.truffle.llvm.initialization.StaticInitsNode com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.llvm.runtime.LLVMContext com.oracle.truffle.llvm.runtime.LLVMContext top int int com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode[]
      StackMap stack:
         4: aload 7
            iload 5
            aaload
            astore 4 /* stmt */
        start local 4 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode stmt
         5: .line 63
            aload 4 /* stmt */
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
        end local 4 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMStatementNode stmt
         6: .line 62
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 4
         8: .line 58
            aload 3
            monitorexit
         9: goto 12
      StackMap locals: com.oracle.truffle.llvm.initialization.StaticInitsNode com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.llvm.runtime.LLVMContext com.oracle.truffle.llvm.runtime.LLVMContext
      StackMap stack: java.lang.Throwable
        10: aload 3
            monitorexit
        11: athrow
        12: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMContext ctx
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.llvm.initialization.StaticInitsNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/oracle/truffle/llvm/initialization/StaticInitsNode;
            0   13     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0   13     2    ctx  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            5    6     4   stmt  Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop()
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;)
    MethodParameters:
       Name  Flags
      frame  
      ctx    

  private void traceExecution(com.oracle.truffle.llvm.runtime.LLVMContext);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.initialization.StaticInitsNode this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMContext ctx
         0: .line 70
            aload 1 /* ctx */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.initialization.StaticInitsNode.prefix:Ljava/lang/String;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.initialization.StaticInitsNode.moduleName:Ljava/lang/Object;
            ldc "[%d inst]"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.initialization.StaticInitsNode.statements:[Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMStatementNode;
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokestatic com.oracle.truffle.llvm.runtime.LibraryLocator.traceStaticInits:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 71
            return
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMContext ctx
        end local 0 // com.oracle.truffle.llvm.initialization.StaticInitsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/initialization/StaticInitsNode;
            0    2     1   ctx  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "StaticInitsNode.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public abstract Children = com.oracle.truffle.api.nodes.Node$Children of com.oracle.truffle.api.nodes.Node