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

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

  public jdk.vm.ci.meta.Value doValue(jdk.vm.ci.meta.Value, org.graalvm.compiler.lir.LIRInstruction$OperandMode, java.util.EnumSet<org.graalvm.compiler.lir.LIRInstruction$OperandFlag>);
    descriptor: (Ljdk/vm/ci/meta/Value;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Ljava/util/EnumSet;)Ljdk/vm/ci/meta/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator$1 this
        start local 1 // jdk.vm.ci.meta.Value value
        start local 2 // org.graalvm.compiler.lir.LIRInstruction$OperandMode mode
        start local 3 // java.util.EnumSet flags
         0: .line 416
            aload 1 /* value */
            invokestatic org.graalvm.compiler.lir.LIRValueUtil.isVirtualStackSlot:(Ljdk/vm/ci/meta/Value;)Z
            ifeq 5
         1: .line 417
            aload 1 /* value */
            invokestatic org.graalvm.compiler.lir.LIRValueUtil.asVirtualStackSlot:(Ljdk/vm/ci/meta/Value;)Lorg/graalvm/compiler/lir/VirtualStackSlot;
            astore 4 /* slot */
        start local 4 // org.graalvm.compiler.lir.VirtualStackSlot slot
         2: .line 418
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator$1.this$1:Lorg/graalvm/compiler/lir/stackslotalloc/LSStackSlotAllocator$Allocator;
            aload 4 /* slot */
            invokevirtual org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator.get:(Lorg/graalvm/compiler/lir/VirtualStackSlot;)Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            astore 5 /* interval */
        start local 5 // org.graalvm.compiler.lir.stackslotalloc.StackInterval interval
         3: .line 419
            getstatic org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator.$assertionsDisabled:Z
            ifne 4
            aload 5 /* interval */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 420
      StackMap locals: org.graalvm.compiler.lir.VirtualStackSlot org.graalvm.compiler.lir.stackslotalloc.StackInterval
      StackMap stack:
            aload 5 /* interval */
            invokevirtual org.graalvm.compiler.lir.stackslotalloc.StackInterval.location:()Ljdk/vm/ci/code/StackSlot;
            areturn
        end local 5 // org.graalvm.compiler.lir.stackslotalloc.StackInterval interval
        end local 4 // org.graalvm.compiler.lir.VirtualStackSlot slot
         5: .line 422
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 3 // java.util.EnumSet flags
        end local 2 // org.graalvm.compiler.lir.LIRInstruction$OperandMode mode
        end local 1 // jdk.vm.ci.meta.Value value
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/graalvm/compiler/lir/stackslotalloc/LSStackSlotAllocator$Allocator$1;
            0    6     1     value  Ljdk/vm/ci/meta/Value;
            0    6     2      mode  Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;
            0    6     3     flags  Ljava/util/EnumSet<Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;>;
            2    5     4      slot  Lorg/graalvm/compiler/lir/VirtualStackSlot;
            3    5     5  interval  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
    Signature: (Ljdk/vm/ci/meta/Value;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Ljava/util/EnumSet<Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;>;)Ljdk/vm/ci/meta/Value;
    MethodParameters:
       Name  Flags
      value  
      mode   
      flags  
}
SourceFile: "LSStackSlotAllocator.java"
EnclosingMethod: org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator
NestHost: org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator
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 Allocator = org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator of org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator
  org.graalvm.compiler.lir.stackslotalloc.LSStackSlotAllocator$Allocator$1