public final class com.oracle.truffle.tools.profiler.CPUSampler$Payload
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.CPUSampler$Payload
  super_class: java.lang.Object
{
  int compiledHitCount;
    descriptor: I
    flags: (0x0000) 

  int interpretedHitCount;
    descriptor: I
    flags: (0x0000) 

  int selfCompiledHitCount;
    descriptor: I
    flags: (0x0000) 

  int selfInterpretedHitCount;
    descriptor: I
    flags: (0x0000) 

  final java.util.List<java.lang.Long> selfHitTimes;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Long;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfHitTimes:Ljava/util/List;
         2: .line 84
            return
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public int getCompiledHitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.compiledHitCount:I
            ireturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public int getInterpretedHitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 109
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.interpretedHitCount:I
            ireturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public int getSelfCompiledHitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 118
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfCompiledHitCount:I
            ireturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public int getSelfInterpretedHitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfInterpretedHitCount:I
            ireturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public int getSelfHitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 135
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfCompiledHitCount:I
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfInterpretedHitCount:I
            iadd
            ireturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public int getHitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 143
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.compiledHitCount:I
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.interpretedHitCount:I
            iadd
            ireturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;

  public java.util.List<java.lang.Long> getSelfHitTimes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
         0: .line 152
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfHitTimes:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;
    Signature: ()Ljava/util/List<Ljava/lang/Long;>;

  void addSelfHitTime(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
        start local 1 // java.lang.Long time
         0: .line 156
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUSampler$Payload.selfHitTimes:Ljava/util/List;
            aload 1 /* time */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 157
            return
        end local 1 // java.lang.Long time
        end local 0 // com.oracle.truffle.tools.profiler.CPUSampler$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/profiler/CPUSampler$Payload;
            0    2     1  time  Ljava/lang/Long;
    MethodParameters:
      Name  Flags
      time  
}
SourceFile: "CPUSampler.java"
NestHost: com.oracle.truffle.tools.profiler.CPUSampler
InnerClasses:
  public final Payload = com.oracle.truffle.tools.profiler.CPUSampler$Payload of com.oracle.truffle.tools.profiler.CPUSampler