public final class IdentityValueProfile extends ValueProfile
ValueProfile
that speculates on the object identity of a value.Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
cachedValue |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCachedValue() |
boolean |
isGeneric() |
boolean |
isUninitialized() |
<T> T |
profile(T value) |
java.lang.String |
toString() |
createClassProfile, createIdentityProfile, createPrimitiveProfile
public <T> T profile(T value)
profile
in class ValueProfile
public boolean isGeneric()
public boolean isUninitialized()
public java.lang.Object getCachedValue()
public java.lang.String toString()
toString
in class java.lang.Object