public abstract class com.oracle.truffle.api.profiles.PrimitiveValueProfile extends com.oracle.truffle.api.profiles.ValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.profiles.PrimitiveValueProfile
  super_class: com.oracle.truffle.api.profiles.ValueProfile
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile this
         0: .line 63
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.ValueProfile.<init>:()V
         1: .line 64
            return
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;

  public abstract <T> T profile();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;)TT;
    MethodParameters:
       Name  Flags
      value  

  public abstract byte profile(byte);
    descriptor: (B)B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract short profile(short);
    descriptor: (S)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract int profile(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract long profile(long);
    descriptor: (J)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract float profile(float);
    descriptor: (F)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract double profile(double);
    descriptor: (D)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract boolean profile(boolean);
    descriptor: (Z)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract char profile(char);
    descriptor: (C)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public static com.oracle.truffle.api.profiles.PrimitiveValueProfile createEqualityProfile();
    descriptor: ()Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 101
            invokestatic com.oracle.truffle.api.profiles.Profile.isProfilingEnabled:()Z
            ifeq 2
         1: .line 102
            invokestatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.create:()Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
            areturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.api.profiles.PrimitiveValueProfile getUncached();
    descriptor: ()Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 114
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PrimitiveValueProfile.java"
NestMembers:
  com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled  com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled
InnerClasses:
  final Disabled = com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled of com.oracle.truffle.api.profiles.PrimitiveValueProfile
  final Enabled = com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled of com.oracle.truffle.api.profiles.PrimitiveValueProfile