class com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable extends com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable
  super_class: com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo
{
  private final boolean mustDereference;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final int valueFrameIdentifier;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, boolean, java.lang.Object, int, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol);
    descriptor: (IZLjava/lang/Object;ILcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
        start local 1 // int instructionIndex
        start local 2 // boolean mustDereference
        start local 3 // java.lang.Object value
        start local 4 // int valueFrameIdentifier
        start local 5 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol variable
         0: .line 103
            aload 0 /* this */
            iload 1 /* instructionIndex */
            aload 5 /* variable */
            invokespecial com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo.<init>:(ILcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;)V
         1: .line 104
            aload 0 /* this */
            iload 2 /* mustDereference */
            putfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.mustDereference:Z
         2: .line 105
            aload 0 /* this */
            aload 3 /* value */
            putfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.value:Ljava/lang/Object;
         3: .line 106
            aload 0 /* this */
            iload 4 /* valueFrameIdentifier */
            putfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.valueFrameIdentifier:I
         4: .line 107
            return
        end local 5 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol variable
        end local 4 // int valueFrameIdentifier
        end local 3 // java.lang.Object value
        end local 2 // boolean mustDereference
        end local 1 // int instructionIndex
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$SimpleLocalVariable;
            0    5     1      instructionIndex  I
            0    5     2       mustDereference  Z
            0    5     3                 value  Ljava/lang/Object;
            0    5     4  valueFrameIdentifier  I
            0    5     5              variable  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;
    MethodParameters:
                      Name  Flags
      instructionIndex      
      mustDereference       
      value                 
      valueFrameIdentifier  
      variable              

  protected java.lang.Object getValue(com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
        start local 1 // com.oracle.truffle.api.frame.Frame frame
         0: .line 110
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.valueFrameIdentifier:I
            iconst_m1
            if_icmpeq 4
         1: .line 111
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.Frame.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.valueFrameIdentifier:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.findFrameSlot:(Ljava/lang/Object;)Lcom/oracle/truffle/api/frame/FrameSlot;
            astore 2 /* slot */
        start local 2 // com.oracle.truffle.api.frame.FrameSlot slot
         2: .line 112
            aload 2 /* slot */
            ifnull 11
         3: .line 113
            aload 1 /* frame */
            aload 2 /* slot */
            invokeinterface com.oracle.truffle.api.frame.Frame.getValue:(Lcom/oracle/truffle/api/frame/FrameSlot;)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.api.frame.FrameSlot slot
         4: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.value:Ljava/lang/Object;
            ifnull 11
         5: .line 116
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.value:Ljava/lang/Object;
            instanceof com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode
            ifeq 10
         6: .line 118
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.value:Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode
            aload 1 /* frame */
            checkcast com.oracle.truffle.api.frame.VirtualFrame
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode.executeGeneric:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
         7: areturn
         8: .line 119
      StackMap locals:
      StackMap stack: java.lang.IllegalStateException
            pop
         9: .line 122
            goto 11
        10: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.value:Ljava/lang/Object;
            areturn
        11: .line 126
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.frame.Frame frame
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$SimpleLocalVariable;
            0   12     1  frame  Lcom/oracle/truffle/api/frame/Frame;
            2    4     2   slot  Lcom/oracle/truffle/api/frame/FrameSlot;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.IllegalStateException
    MethodParameters:
       Name  Flags
      frame  

  protected com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugValue$Builder createBuilder();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugValue$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
         0: .line 130
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.mustDereference:Z
            ifeq 1
            invokestatic com.oracle.truffle.llvm.runtime.CommonNodeFactory.createDebugDeclarationBuilder:()Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugValue$Builder;
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic com.oracle.truffle.llvm.runtime.CommonNodeFactory.createDebugValueBuilder:()Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugValue$Builder;
      StackMap locals:
      StackMap stack: com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugValue$Builder
         2: areturn
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$SimpleLocalVariable;

  public com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder process(com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder, com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;Lcom/oracle/truffle/api/frame/Frame;)Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder previous
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 135
            new com.oracle.truffle.llvm.runtime.nodes.intrinsics.llvm.debug.LLVMDebugSimpleObjectBuilder
            dup
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.createBuilder:()Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugValue$Builder;
            aload 0 /* this */
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable.getValue:(Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            invokespecial com.oracle.truffle.llvm.runtime.nodes.intrinsics.llvm.debug.LLVMDebugSimpleObjectBuilder.<init>:(Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugValue$Builder;Ljava/lang/Object;)V
            areturn
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder previous
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$SimpleLocalVariable;
            0    1     1  previous  Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
            0    1     2     frame  Lcom/oracle/truffle/api/frame/Frame;
    MethodParameters:
          Name  Flags
      previous  
      frame     

  public boolean isInitialize();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
         0: .line 140
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$SimpleLocalVariable;
}
SourceFile: "LLVMRuntimeDebugInformation.java"
NestHost: com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation
InnerClasses:
  abstract LocalVarDebugInfo = com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo of com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation
  SimpleLocalVariable = com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$SimpleLocalVariable of com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation
  public abstract Builder = com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugValue$Builder of com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugValue