class org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse extends org.graalvm.compiler.lir.LIRInstruction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse
super_class: org.graalvm.compiler.lir.LIRInstruction
{
private static final org.graalvm.compiler.lir.LIRInstructionClass<org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse> TYPE;
descriptor: Lorg/graalvm/compiler/lir/LIRInstructionClass;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/lir/LIRInstructionClass<Lorg/graalvm/compiler/hotspot/test/JVMCIInfopointErrorTest$ValueUse;>;
jdk.vm.ci.meta.AllocatableValue value;
descriptor: Ljdk/vm/ci/meta/AllocatableValue;
flags: (0x0000)
RuntimeVisibleAnnotations:
org.graalvm.compiler.lir.LIRInstruction$Use(value = {org.graalvm.compiler.lir.LIRInstruction$OperandFlag.REG:Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;, org.graalvm.compiler.lir.LIRInstruction$OperandFlag.STACK:Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;})
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: .line 88
ldc Lorg/graalvm/compiler/hotspot/test/JVMCIInfopointErrorTest$ValueUse;
invokestatic org.graalvm.compiler.lir.LIRInstructionClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/lir/LIRInstructionClass;
putstatic org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse.TYPE:Lorg/graalvm/compiler/lir/LIRInstructionClass;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(jdk.vm.ci.meta.AllocatableValue);
descriptor: (Ljdk/vm/ci/meta/AllocatableValue;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse this
start local 1 // jdk.vm.ci.meta.AllocatableValue value
0: .line 93
aload 0 /* this */
getstatic org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse.TYPE:Lorg/graalvm/compiler/lir/LIRInstructionClass;
invokespecial org.graalvm.compiler.lir.LIRInstruction.<init>:(Lorg/graalvm/compiler/lir/LIRInstructionClass;)V
1: .line 94
aload 0 /* this */
aload 1 /* value */
putfield org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse.value:Ljdk/vm/ci/meta/AllocatableValue;
2: .line 95
return
end local 1 // jdk.vm.ci.meta.AllocatableValue value
end local 0 // org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/hotspot/test/JVMCIInfopointErrorTest$ValueUse;
0 3 1 value Ljdk/vm/ci/meta/AllocatableValue;
MethodParameters:
Name Flags
value
public void emitCode(org.graalvm.compiler.lir.asm.CompilationResultBuilder);
descriptor: (Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 // org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse this
start local 1 // org.graalvm.compiler.lir.asm.CompilationResultBuilder crb
0: .line 99
return
end local 1 // org.graalvm.compiler.lir.asm.CompilationResultBuilder crb
end local 0 // org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/JVMCIInfopointErrorTest$ValueUse;
0 1 1 crb Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;
MethodParameters:
Name Flags
crb
}
SourceFile: "JVMCIInfopointErrorTest.java"
NestHost: org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest
InnerClasses:
private ValueUse = org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest$ValueUse of org.graalvm.compiler.hotspot.test.JVMCIInfopointErrorTest
public final OperandFlag = org.graalvm.compiler.lir.LIRInstruction$OperandFlag of org.graalvm.compiler.lir.LIRInstruction
public abstract Use = org.graalvm.compiler.lir.LIRInstruction$Use of org.graalvm.compiler.lir.LIRInstruction