final class com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor extends com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMLocalReadVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor
  super_class: com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMLocalReadVisitor
{
  private final int[] lastInstructionIndexTouchingLocal;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int instructionIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis this$0;
    descriptor: Lcom/oracle/truffle/llvm/parser/LLVMLivenessAnalysis;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis, int[]);
    descriptor: (Lcom/oracle/truffle/llvm/parser/LLVMLivenessAnalysis;[I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor this
        start local 2 // int[] lastInstructionIndexTouchingLocal
         0: .line 419
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor.this$0:Lcom/oracle/truffle/llvm/parser/LLVMLivenessAnalysis;
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMLocalReadVisitor.<init>:()V
         1: .line 420
            aload 0 /* this */
            aload 2 /* lastInstructionIndexTouchingLocal */
            putfield com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor.lastInstructionIndexTouchingLocal:[I
         2: .line 421
            return
        end local 2 // int[] lastInstructionIndexTouchingLocal
        end local 0 // com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0    3     0                               this  Lcom/oracle/truffle/llvm/parser/LLVMLivenessAnalysis$LLVMNullerReadVisitor;
            0    3     2  lastInstructionIndexTouchingLocal  [I
    MethodParameters:
                                   Name  Flags
      this$0                             final
      lastInstructionIndexTouchingLocal  

  public void setInstructionIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor this
        start local 1 // int instructionIndex
         0: .line 424
            aload 0 /* this */
            iload 1 /* instructionIndex */
            putfield com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor.instructionIndex:I
         1: .line 425
            return
        end local 1 // int instructionIndex
        end local 0 // com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/truffle/llvm/parser/LLVMLivenessAnalysis$LLVMNullerReadVisitor;
            0    2     1  instructionIndex  I
    MethodParameters:
                  Name  Flags
      instructionIndex  

  public void visitLocalRead(com.oracle.truffle.llvm.parser.model.SymbolImpl);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor this
        start local 1 // com.oracle.truffle.llvm.parser.model.SymbolImpl symbol
         0: .line 429
            aload 1 /* symbol */
            invokestatic com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis.resolve:(Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)I
            istore 2 /* frameSlotIndex */
        start local 2 // int frameSlotIndex
         1: .line 430
            iload 2 /* frameSlotIndex */
            iflt 3
         2: .line 431
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor.lastInstructionIndexTouchingLocal:[I
            iload 2 /* frameSlotIndex */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor.instructionIndex:I
            iastore
         3: .line 433
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int frameSlotIndex
        end local 1 // com.oracle.truffle.llvm.parser.model.SymbolImpl symbol
        end local 0 // com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/oracle/truffle/llvm/parser/LLVMLivenessAnalysis$LLVMNullerReadVisitor;
            0    4     1          symbol  Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            1    4     2  frameSlotIndex  I
    MethodParameters:
        Name  Flags
      symbol  
}
SourceFile: "LLVMLivenessAnalysis.java"
NestHost: com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis
InnerClasses:
  private abstract LLVMLocalReadVisitor = com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMLocalReadVisitor of com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis
  private final LLVMNullerReadVisitor = com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis$LLVMNullerReadVisitor of com.oracle.truffle.llvm.parser.LLVMLivenessAnalysis