final class com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  com.oracle.truffle.llvm.runtime.nodes.api.LLVMLoadNode loadNode;
    descriptor: Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMLoadNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  void <init>(com.oracle.truffle.llvm.runtime.debug.LLDBSupport, com.oracle.truffle.llvm.runtime.types.Type);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/LLDBSupport;Lcom/oracle/truffle/llvm/runtime/types/Type;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.LLDBSupport dbSupport
        start local 2 // com.oracle.truffle.llvm.runtime.types.Type loadType
         0: .line 63
            aload 0 /* this */
            aload 1 /* dbSupport */
            getfield com.oracle.truffle.llvm.runtime.debug.LLDBSupport.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
         1: .line 64
            aload 0 /* this */
            aload 2 /* loadType */
            aconst_null
            invokestatic com.oracle.truffle.llvm.runtime.CommonNodeFactory.createLoad:(Lcom/oracle/truffle/llvm/runtime/types/Type;Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;)Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMLoadNode;
            putfield com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode.loadNode:Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMLoadNode;
         2: .line 65
            return
        end local 2 // com.oracle.truffle.llvm.runtime.types.Type loadType
        end local 1 // com.oracle.truffle.llvm.runtime.debug.LLDBSupport dbSupport
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/llvm/runtime/debug/LLDBSupport$LoadRootNode;
            0    3     1  dbSupport  Lcom/oracle/truffle/llvm/runtime/debug/LLDBSupport;
            0    3     2   loadType  Lcom/oracle/truffle/llvm/runtime/types/Type;
    MethodParameters:
           Name  Flags
      dbSupport  
      loadType   

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 69
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMPointer.cast:(Ljava/lang/Object;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
            astore 2 /* offsetPointer */
        start local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer offsetPointer
         1: .line 70
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode.loadNode:Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMLoadNode;
            aload 2 /* offsetPointer */
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.api.LLVMLoadNode.executeWithTargetGeneric:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer offsetPointer
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/llvm/runtime/debug/LLDBSupport$LoadRootNode;
            0    2     1          frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    2     2  offsetPointer  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "LLDBSupport.java"
NestHost: com.oracle.truffle.llvm.runtime.debug.LLDBSupport
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  private final LoadRootNode = com.oracle.truffle.llvm.runtime.debug.LLDBSupport$LoadRootNode of com.oracle.truffle.llvm.runtime.debug.LLDBSupport