final class com.oracle.truffle.api.profiles.ConditionProfile$Counting extends com.oracle.truffle.api.profiles.ConditionProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.ConditionProfile$Counting
  super_class: com.oracle.truffle.api.profiles.ConditionProfile
{
  private int trueCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  private int falseCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  public static final int MAX_VALUE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1073741823

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
         0: .line 174
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.ConditionProfile.<init>:()V
         1: .line 175
            return
        end local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/ConditionProfile$Counting;

  public boolean profile(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
        start local 1 // boolean value
         0: .line 180
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.trueCount:I
            istore 2 /* t */
        start local 2 // int t
         1: .line 181
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.falseCount:I
            istore 3 /* f */
        start local 3 // int f
         2: .line 182
            iload 1 /* value */
            istore 4 /* val */
        start local 4 // boolean val
         3: .line 183
            iload 4 /* val */
            ifeq 12
         4: .line 184
            iload 2 /* t */
            ifne 6
         5: .line 185
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         6: .line 187
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* f */
            ifne 8
         7: .line 189
            iconst_1
            istore 4 /* val */
         8: .line 191
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.inInterpreter:()Z
            ifeq 19
         9: .line 192
            iload 2 /* t */
            ldc 1073741823
            if_icmpge 19
        10: .line 193
            aload 0 /* this */
            iload 2 /* t */
            iconst_1
            iadd
            putfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.trueCount:I
        11: .line 196
            goto 19
        12: .line 197
      StackMap locals:
      StackMap stack:
            iload 3 /* f */
            ifne 14
        13: .line 198
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
        14: .line 200
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            ifne 16
        15: .line 202
            iconst_0
            istore 4 /* val */
        16: .line 204
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.inInterpreter:()Z
            ifeq 19
        17: .line 205
            iload 3 /* f */
            ldc 1073741823
            if_icmpge 19
        18: .line 206
            aload 0 /* this */
            iload 3 /* f */
            iconst_1
            iadd
            putfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.falseCount:I
        19: .line 210
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.inInterpreter:()Z
            ifeq 21
        20: .line 212
            iload 4 /* val */
            ireturn
        21: .line 214
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            iload 3 /* f */
            iadd
            istore 5 /* sum */
        start local 5 // int sum
        22: .line 215
            iload 2 /* t */
            i2d
            iload 5 /* sum */
            i2d
            ddiv
            iload 4 /* val */
            invokestatic com.oracle.truffle.api.CompilerDirectives.injectBranchProbability:(DZ)Z
            ireturn
        end local 5 // int sum
        end local 4 // boolean val
        end local 3 // int f
        end local 2 // int t
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lcom/oracle/truffle/api/profiles/ConditionProfile$Counting;
            0   23     1  value  Z
            1   23     2      t  I
            2   23     3      f  I
            3   23     4    val  Z
           22   23     5    sum  I
    MethodParameters:
       Name  Flags
      value  

  int getTrueCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
         0: .line 220
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.trueCount:I
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/ConditionProfile$Counting;

  int getFalseCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
         0: .line 224
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.falseCount:I
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/ConditionProfile$Counting;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
         0: .line 229
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.trueCount:I
            istore 1 /* t */
        start local 1 // int t
         1: .line 230
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ConditionProfile$Counting.falseCount:I
            istore 2 /* f */
        start local 2 // int f
         2: .line 231
            iload 1 /* t */
            iload 2 /* f */
            iadd
            istore 3 /* sum */
        start local 3 // int sum
         3: .line 232
            ldc "trueProbability=%s (trueCount=%s, falseCount=%s)"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* t */
            i2d
            iload 3 /* sum */
            i2d
            ddiv
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            iload 1 /* t */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 2 /* f */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* details */
        start local 4 // java.lang.String details
         4: .line 233
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/ConditionProfile;
            iload 3 /* sum */
            ifne 5
            iconst_1
            goto 6
      StackMap locals: com.oracle.truffle.api.profiles.ConditionProfile$Counting int int int java.lang.String
      StackMap stack: com.oracle.truffle.api.profiles.ConditionProfile$Counting java.lang.Class
         5: iconst_0
      StackMap locals: com.oracle.truffle.api.profiles.ConditionProfile$Counting int int int java.lang.String
      StackMap stack: com.oracle.truffle.api.profiles.ConditionProfile$Counting java.lang.Class int
         6: iconst_0
            aload 4 /* details */
            invokevirtual com.oracle.truffle.api.profiles.ConditionProfile$Counting.toString:(Ljava/lang/Class;ZZLjava/lang/String;)Ljava/lang/String;
            areturn
        end local 4 // java.lang.String details
        end local 3 // int sum
        end local 2 // int f
        end local 1 // int t
        end local 0 // com.oracle.truffle.api.profiles.ConditionProfile$Counting this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/oracle/truffle/api/profiles/ConditionProfile$Counting;
            1    7     1        t  I
            2    7     2        f  I
            3    7     3      sum  I
            4    7     4  details  Ljava/lang/String;

  static com.oracle.truffle.api.profiles.ConditionProfile createLazyLoadClass();
    descriptor: ()Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 238
            new com.oracle.truffle.api.profiles.ConditionProfile$Counting
            dup
            invokespecial com.oracle.truffle.api.profiles.ConditionProfile$Counting.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ConditionProfile.java"
NestHost: com.oracle.truffle.api.profiles.ConditionProfile
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final Counting = com.oracle.truffle.api.profiles.ConditionProfile$Counting of com.oracle.truffle.api.profiles.ConditionProfile