class org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2 implements org.graalvm.compiler.lir.InstructionValueConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2
  super_class: java.lang.Object
{
  final org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure this$1;
    descriptor: Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure);
    descriptor: (Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2 this
         0: .line 231
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void visitValue(org.graalvm.compiler.lir.LIRInstruction, jdk.vm.ci.meta.Value, org.graalvm.compiler.lir.LIRInstruction$OperandMode, java.util.EnumSet<org.graalvm.compiler.lir.LIRInstruction$OperandFlag>);
    descriptor: (Lorg/graalvm/compiler/lir/LIRInstruction;Ljdk/vm/ci/meta/Value;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Ljava/util/EnumSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2 this
        start local 1 // org.graalvm.compiler.lir.LIRInstruction inst
        start local 2 // jdk.vm.ci.meta.Value operand
        start local 3 // org.graalvm.compiler.lir.LIRInstruction$OperandMode mode
        start local 4 // java.util.EnumSet flags
         0: .line 234
            aload 2 /* operand */
            invokestatic org.graalvm.compiler.lir.LIRValueUtil.isVirtualStackSlot:(Ljdk/vm/ci/meta/Value;)Z
            ifeq 8
         1: .line 235
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
            invokestatic org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure.access$0:(Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;)Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder;
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder.lir:Lorg/graalvm/compiler/lir/LIR;
            invokevirtual org.graalvm.compiler.lir.LIR.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 5 /* debug */
        start local 5 // org.graalvm.compiler.debug.DebugContext debug
         2: .line 236
            aload 2 /* operand */
            invokestatic org.graalvm.compiler.lir.LIRValueUtil.asVirtualStackSlot:(Ljdk/vm/ci/meta/Value;)Lorg/graalvm/compiler/lir/VirtualStackSlot;
            astore 6 /* vslot */
        start local 6 // org.graalvm.compiler.lir.VirtualStackSlot vslot
         3: .line 237
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
            aload 6 /* vslot */
            aload 1 /* inst */
            invokevirtual org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure.addDef:(Lorg/graalvm/compiler/lir/VirtualStackSlot;Lorg/graalvm/compiler/lir/LIRInstruction;)V
         4: .line 238
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
            aload 1 /* inst */
            aload 6 /* vslot */
            aload 3 /* mode */
            aload 4 /* flags */
            iconst_1
            invokevirtual org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure.addRegisterHint:(Lorg/graalvm/compiler/lir/LIRInstruction;Lorg/graalvm/compiler/lir/VirtualStackSlot;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Ljava/util/EnumSet;Z)V
         5: .line 239
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
            invokestatic org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure.access$0:(Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;)Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder;
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder.usePos:Ljdk/internal/vm/compiler/collections/EconomicSet;
            aload 1 /* inst */
            invokeinterface jdk.internal.vm.compiler.collections.EconomicSet.add:(Ljava/lang/Object;)Z
            pop
         6: .line 240
            aload 5 /* debug */
            ldc "clear operand: %s"
            aload 2 /* operand */
            invokevirtual org.graalvm.compiler.debug.DebugContext.log:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 241
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure;
            getfield org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure.currentSet:Ljava/util/BitSet;
            aload 6 /* vslot */
            invokevirtual org.graalvm.compiler.lir.VirtualStackSlot.getId:()I
            invokevirtual java.util.BitSet.clear:(I)V
        end local 6 // org.graalvm.compiler.lir.VirtualStackSlot vslot
        end local 5 // org.graalvm.compiler.debug.DebugContext debug
         8: .line 244
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.EnumSet flags
        end local 3 // org.graalvm.compiler.lir.LIRInstruction$OperandMode mode
        end local 2 // jdk.vm.ci.meta.Value operand
        end local 1 // org.graalvm.compiler.lir.LIRInstruction inst
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/graalvm/compiler/lir/stackslotalloc/FixPointIntervalBuilder$BlockClosure$2;
            0    9     1     inst  Lorg/graalvm/compiler/lir/LIRInstruction;
            0    9     2  operand  Ljdk/vm/ci/meta/Value;
            0    9     3     mode  Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;
            0    9     4    flags  Ljava/util/EnumSet<Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;>;
            2    8     5    debug  Lorg/graalvm/compiler/debug/DebugContext;
            3    8     6    vslot  Lorg/graalvm/compiler/lir/VirtualStackSlot;
    Signature: (Lorg/graalvm/compiler/lir/LIRInstruction;Ljdk/vm/ci/meta/Value;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Ljava/util/EnumSet<Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;>;)V
    MethodParameters:
         Name  Flags
      inst     
      operand  
      mode     
      flags    
}
SourceFile: "FixPointIntervalBuilder.java"
EnclosingMethod: org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure
NestHost: org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder
InnerClasses:
  public final OperandFlag = org.graalvm.compiler.lir.LIRInstruction$OperandFlag of org.graalvm.compiler.lir.LIRInstruction
  public final OperandMode = org.graalvm.compiler.lir.LIRInstruction$OperandMode of org.graalvm.compiler.lir.LIRInstruction
  private final BlockClosure = org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure of org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder
  org.graalvm.compiler.lir.stackslotalloc.FixPointIntervalBuilder$BlockClosure$2