Interface InstanceKeyWithNode
- All Superinterfaces:
ContextItem, InstanceKey
- All Known Implementing Classes:
AbstractTypeInNode, AllocationSiteInNode, MultiNewArrayInNode, NormalAllocationInNode, SmushedAllocationSiteInNode, ZeroLengthArrayInNode
An instance key which has an associated
CGNode.-
Nested Class Summary
Nested classes/interfaces inherited from interface ContextItem
ContextItem.Value<T> -
Method Summary
Methods inherited from interface InstanceKey
getConcreteType, getCreationSitesModifier and TypeMethodDescriptionFor now, we assert that each InstanceKey represents a set of classes which are all of the same concrete type (modulo the fact that all arrays of references are considered concrete type []Object;)Get the creation sites ofthis, i.e., the statements that may allocate objects represented bythis.
-
Method Details
-
getNode
CGNode getNode()- Returns:
- the node which created this instance.
-