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

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

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

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