public abstract class com.oracle.truffle.api.profiles.BranchProfile 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.BranchProfile
  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.BranchProfile this
         0: .line 66
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.Profile.<init>:()V
         1: .line 67
            return
        end local 0 // com.oracle.truffle.api.profiles.BranchProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/BranchProfile;

  public abstract void enter();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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