final class com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled extends com.oracle.truffle.api.profiles.PrimitiveValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled
  super_class: com.oracle.truffle.api.profiles.PrimitiveValueProfile
{
  static final com.oracle.truffle.api.profiles.PrimitiveValueProfile INSTANCE;
    descriptor: Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 365
            new com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled
            dup
            invokespecial com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled.<init>:()V
            putstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public <T> T profile();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // java.lang.Object value
         0: .line 369
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)TT;
    MethodParameters:
       Name  Flags
      value  

  public byte profile(byte);
    descriptor: (B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // byte value
         0: .line 374
            iload 1 /* value */
            ireturn
        end local 1 // byte value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public short profile(short);
    descriptor: (S)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // short value
         0: .line 379
            iload 1 /* value */
            ireturn
        end local 1 // short value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  S
    MethodParameters:
       Name  Flags
      value  

  public int profile(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // int value
         0: .line 384
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public long profile(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // long value
         0: .line 389
            lload 1 /* value */
            lreturn
        end local 1 // long value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public float profile(float);
    descriptor: (F)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // float value
         0: .line 394
            fload 1 /* value */
            freturn
        end local 1 // float value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public double profile(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // double value
         0: .line 399
            dload 1 /* value */
            dreturn
        end local 1 // double value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public boolean profile(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // boolean value
         0: .line 404
            iload 1 /* value */
            ireturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public char profile(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
        start local 1 // char value
         0: .line 409
            iload 1 /* value */
            ireturn
        end local 1 // char value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
            0    1     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
         0: .line 414
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled.toStringDisabled:(Ljava/lang/Class;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Disabled;
}
SourceFile: "PrimitiveValueProfile.java"
NestHost: com.oracle.truffle.api.profiles.PrimitiveValueProfile
InnerClasses:
  final Disabled = com.oracle.truffle.api.profiles.PrimitiveValueProfile$Disabled of com.oracle.truffle.api.profiles.PrimitiveValueProfile