final class com.oracle.truffle.api.profiles.ValueProfile$Disabled extends com.oracle.truffle.api.profiles.ValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.ValueProfile$Disabled
  super_class: com.oracle.truffle.api.profiles.ValueProfile
{
  static final com.oracle.truffle.api.profiles.ValueProfile INSTANCE;
    descriptor: Lcom/oracle/truffle/api/profiles/ValueProfile;
    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 178
            new com.oracle.truffle.api.profiles.ValueProfile$Disabled
            dup
            invokespecial com.oracle.truffle.api.profiles.ValueProfile$Disabled.<init>:()V
            putstatic com.oracle.truffle.api.profiles.ValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/ValueProfile;
            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.ValueProfile$Disabled this
         0: .line 176
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.ValueProfile.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.profiles.ValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/ValueProfile$Disabled;

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ValueProfile$Disabled this
         0: .line 182
            getstatic com.oracle.truffle.api.profiles.ValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/ValueProfile;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.ValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/ValueProfile$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.ValueProfile$Disabled this
        start local 1 // java.lang.Object value
         0: .line 187
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.profiles.ValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/ValueProfile$Disabled;
            0    1     1  value  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)TT;
    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.ValueProfile$Disabled this
         0: .line 192
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile$Disabled.toStringDisabled:(Ljava/lang/Class;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.ValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/ValueProfile$Disabled;
}
SourceFile: "ValueProfile.java"
NestHost: com.oracle.truffle.api.profiles.ValueProfile
InnerClasses:
  final Disabled = com.oracle.truffle.api.profiles.ValueProfile$Disabled of com.oracle.truffle.api.profiles.ValueProfile