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: .line 145
            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 // org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp this
        start local 1 // org.graalvm.compiler.hotspot.HotSpotCounterOp delegate
        start local 2 // java.lang.String[] instructionsToProfile
         0: .line 152
            aload 0 /* this */
            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: .line 153
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.delegate:Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;
         2: .line 154
            aload 0 /* this */
            aload 2 /* instructionsToProfile */
            putfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.instructionsToProfile:[Ljava/lang/String;
         3: .line 155
            return
        end local 2 // java.lang.String[] instructionsToProfile
        end local 1 // org.graalvm.compiler.hotspot.HotSpotCounterOp delegate
        end local 0 // org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp this
      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 // org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp this
        start local 1 // org.graalvm.compiler.lir.asm.CompilationResultBuilder crb
         0: .line 159
            aload 0 /* this */
            aload 1 /* crb */
            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: .line 160
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.delegate:Lorg/graalvm/compiler/hotspot/HotSpotCounterOp;
            aload 1 /* crb */
            invokevirtual org.graalvm.compiler.hotspot.HotSpotCounterOp.emitCode:(Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;)V
         2: .line 161
            aload 0 /* this */
            aload 1 /* crb */
            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: .line 162
            return
        end local 1 // org.graalvm.compiler.lir.asm.CompilationResultBuilder crb
        end local 0 // org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp this
      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 // org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp this
         0: .line 165
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp.instructionsToProfile:[Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.HotSpotInstructionProfiling$InstructionCounterOp this
      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