|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.Analysis.AllocationInformationMap<HCE>
public class AllocationInformationMap<HCE extends HCodeElement>
An AllocationInformationMap makes it easy to create a
map-based AllocationInformation structure. It also
contains methods to facilitate transferring allocation information
from a different AllocationInformation object.
| Nested Class Summary | |
|---|---|
static class |
AllocationInformationMap.AllocationPropertiesImpl
A simple implementation of AllocationProperties. |
| Nested classes/interfaces inherited from interface harpoon.Analysis.Maps.AllocationInformation |
|---|
AllocationInformation.AllocationProperties |
| Constructor Summary | |
|---|---|
AllocationInformationMap()
Creates a AllocationInformationMap. |
|
| Method Summary | ||
|---|---|---|
void |
associate(HCE allocationSite,
AllocationInformation.AllocationProperties ap)
Associate the given allocationSite with the specified
AllocationProperties. |
|
AllocationInformation.AllocationProperties |
query(HCE allocationSite)
Return the AllocationProperties for the given
allocationSite. |
|
|
transfer(HCE newallocsite,
HCE2 oldallocsite,
TempMap tm,
AllocationInformation<HCE2> ai)
Transfer allocation information from the oldallocsite to newallocsite using the specified TempMap and old
AllocationInformation. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AllocationInformationMap()
AllocationInformationMap.
| Method Detail |
|---|
public AllocationInformation.AllocationProperties query(HCE allocationSite)
AllocationProperties for the given
allocationSite.
query in interface AllocationInformation<HCE extends HCodeElement>
public void associate(HCE allocationSite,
AllocationInformation.AllocationProperties ap)
allocationSite with the specified
AllocationProperties.
public <HCE2 extends HCodeElement> void transfer(HCE newallocsite,
HCE2 oldallocsite,
TempMap tm,
AllocationInformation<HCE2> ai)
TempMap and old
AllocationInformation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||