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, createPrimitiveProfilepublic <T> T profile(T value)
profile in class ValueProfilepublic boolean isGeneric()
public boolean isUninitialized()
public java.lang.Object getCachedValue()
public java.lang.String toString()
toString in class java.lang.Object