class org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3 implements org.graalvm.compiler.lir.InstructionValueProcedure
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3
super_class: java.lang.Object
{
final org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator this$1;
descriptor: Lorg/graalvm/compiler/lir/alloc/trace/bu/BottomUpAllocator$Allocator;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator);
descriptor: (Lorg/graalvm/compiler/lir/alloc/trace/bu/BottomUpAllocator$Allocator;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3 this
0: .line 613
aload 0 /* this */
aload 1
putfield org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3.this$1:Lorg/graalvm/compiler/lir/alloc/trace/bu/BottomUpAllocator$Allocator;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/lir/alloc/trace/bu/BottomUpAllocator$Allocator$3;
MethodParameters:
Name Flags
this$0 final
public jdk.vm.ci.meta.Value doValue(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;)Ljdk/vm/ci/meta/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 // org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3 this
start local 1 // org.graalvm.compiler.lir.LIRInstruction instruction
start local 2 // jdk.vm.ci.meta.Value value
start local 3 // org.graalvm.compiler.lir.LIRInstruction$OperandMode mode
start local 4 // java.util.EnumSet flags
0: .line 616
aload 0 /* this */
getfield org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3.this$1:Lorg/graalvm/compiler/lir/alloc/trace/bu/BottomUpAllocator$Allocator;
aload 1 /* instruction */
aload 2 /* value */
aload 3 /* mode */
aload 4 /* flags */
invokevirtual org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator.allocStackOrRegister:(Lorg/graalvm/compiler/lir/LIRInstruction;Ljdk/vm/ci/meta/Value;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Ljava/util/EnumSet;)Ljdk/vm/ci/meta/Value;
areturn
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 value
end local 1 // org.graalvm.compiler.lir.LIRInstruction instruction
end local 0 // org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/lir/alloc/trace/bu/BottomUpAllocator$Allocator$3;
0 1 1 instruction Lorg/graalvm/compiler/lir/LIRInstruction;
0 1 2 value Ljdk/vm/ci/meta/Value;
0 1 3 mode Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;
0 1 4 flags Ljava/util/EnumSet<Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;>;
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;>;)Ljdk/vm/ci/meta/Value;
MethodParameters:
Name Flags
instruction
value
mode
flags
}
SourceFile: "BottomUpAllocator.java"
EnclosingMethod: org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator
NestHost: org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator
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.alloc.trace.bu.BottomUpAllocator$Allocator of org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator
org.graalvm.compiler.lir.alloc.trace.bu.BottomUpAllocator$Allocator$3