public class org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp extends org.graalvm.compiler.lir.LIRInstruction
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp
super_class: org.graalvm.compiler.lir.LIRInstruction
{
public static final org.graalvm.compiler.lir.LIRInstructionClass<org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp> TYPE;
descriptor: Lorg/graalvm/compiler/lir/LIRInstructionClass;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/lir/LIRInstructionClass<Lorg/graalvm/compiler/hotspot/HotSpotInstructionProfiling$InstructionCounterOp;>;
private final org.graalvm.compiler.hotspot.HotSpotCounterOp delegate;
descriptor: Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String[] instructionsToProfile;
descriptor: [Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int countOffsetBegin;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int countOffsetEnd;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/graalvm/compiler/hotspot/HotSpotInstructionProfiling$InstructionCounterOp;
invokestatic org.graalvm.compiler.lir.LIRInstructionClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/lir/LIRInstructionClass;
putstatic org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.TYPE:Lorg/graalvm/compiler/lir/LIRInstructionClass;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.graalvm.compiler.hotspot.HotSpotCounterOp, java.lang.String[]);
descriptor: (Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;[Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.TYPE:Lorg/graalvm/compiler/lir/LIRInstructionClass;
invokespecial org.graalvm.compiler.lir.LIRInstruction.<init>:(Lorg/graalvm/compiler/lir/LIRInstructionClass;)V
1: aload 0
aload 1
putfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.delegate:Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;
2: aload 0
aload 2
putfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.instructionsToProfile:[Ljava/lang/String;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/hotspot/HotSpotInstructionProfiling$InstructionCounterOp;
0 4 1 delegate Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;
0 4 2 instructionsToProfile [Ljava/lang/String;
MethodParameters:
Name Flags
delegate
instructionsToProfile
public void emitCode(org.graalvm.compiler.lir.asm.CompilationResultBuilder);
descriptor: (Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getfield org.graalvm.compiler.lir.asm.CompilationResultBuilder.asm:Lorg/graalvm/compiler/asm/Assembler;
invokevirtual org.graalvm.compiler.asm.Assembler.position:()I
putfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.countOffsetBegin:I
1: aload 0
getfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.delegate:Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;
aload 1
invokevirtual org.graalvm.compiler.hotspot.HotSpotCounterOp.emitCode:(Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;)V
2: aload 0
aload 1
getfield org.graalvm.compiler.lir.asm.CompilationResultBuilder.asm:Lorg/graalvm/compiler/asm/Assembler;
invokevirtual org.graalvm.compiler.asm.Assembler.position:()I
putfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.countOffsetEnd:I
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/hotspot/HotSpotInstructionProfiling$InstructionCounterOp;
0 4 1 crb Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;
MethodParameters:
Name Flags
crb
public java.lang.String[] getInstructionsToProfile();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.instructionsToProfile:[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/HotSpotInstructionProfiling$InstructionCounterOp;
}
SourceFile: "HotSpotInstructionProfiling.java"
NestHost: org.graalvm.compiler.hotspot.HotSpotInstructionProfiling
InnerClasses:
public InstructionCounterOp = org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp of org.graalvm.compiler.hotspot.HotSpotInstructionProfiling