public class AllocationString extends java.lang.Object implements ContextItem
ContextItem that records n allocation sites, the 0th element represents the
most recently used receiver obj, which is an AllocationSiteInNodeContextItem.Value<T>| Constructor and Description |
|---|
AllocationString(AllocationSite allocationSite) |
AllocationString(AllocationSite[] allocationSites) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AllocationSite[] |
getAllocationSites() |
int |
getLength() |
int |
hashCode() |
java.lang.String |
toString() |
public AllocationString(AllocationSite allocationSite)
public AllocationString(AllocationSite[] allocationSites)
public AllocationSite[] getAllocationSites()
public int getLength()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object