final class com.oracle.truffle.api.profiles.FloatValueProfile$Enabled extends com.oracle.truffle.api.profiles.FloatValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled
  super_class: com.oracle.truffle.api.profiles.FloatValueProfile
{
  private static final byte UNINITIALIZED;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte SPECIALIZED;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte GENERIC;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private float cachedValue;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

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

  private byte state;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
         0: .line 111
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.FloatValueProfile.<init>:()V
         1: .line 119
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
         2: .line 111
            return
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Enabled;

  public float profile(float);
    descriptor: (F)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
        start local 1 // float value
         0: .line 123
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
            istore 2 /* localState */
        start local 2 // byte localState
         1: .line 124
            iload 2 /* localState */
            iconst_2
            if_icmpeq 12
         2: .line 125
            iload 2 /* localState */
            iconst_1
            if_icmpne 5
         3: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedRawValue:I
            fload 1 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            if_icmpne 5
         4: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedValue:F
            freturn
         5: .line 130
      StackMap locals: int
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         6: .line 131
            iload 2 /* localState */
            ifne 11
         7: .line 132
            aload 0 /* this */
            fload 1 /* value */
            putfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedValue:F
         8: .line 133
            aload 0 /* this */
            fload 1 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            putfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedRawValue:I
         9: .line 134
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
        10: .line 135
            goto 12
        11: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
        12: .line 139
      StackMap locals:
      StackMap stack:
            fload 1 /* value */
            freturn
        end local 2 // byte localState
        end local 1 // float value
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Enabled;
            0   13     1       value  F
            1   13     2  localState  B
    MethodParameters:
       Name  Flags
      value  

  boolean isGeneric();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
         0: .line 143
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Enabled;

  boolean isUninitialized();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
         0: .line 147
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Enabled;

  float getCachedValue();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
         0: .line 151
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedValue:F
            freturn
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Enabled;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
         0: .line 156
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/FloatValueProfile;
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
            ifne 1
            iconst_1
            goto 2
      StackMap locals: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled java.lang.Class
         1: iconst_0
      StackMap locals: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled java.lang.Class int
         2: aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.state:B
            iconst_2
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled java.lang.Class int
         3: iconst_0
         4: .line 157
      StackMap locals: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.FloatValueProfile$Enabled java.lang.Class int int
            ldc "value == (float)%s (raw %h)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedValue:F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.cachedRawValue:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 156
            invokevirtual com.oracle.truffle.api.profiles.FloatValueProfile$Enabled.toString:(Ljava/lang/Class;ZZLjava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Enabled;

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