|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Analysis.PointerAnalysis.MAInfo
public class MAInfo
Nested Class Summary | |
---|---|
static class |
MAInfo.MAInfoOptions
Options for the MAInfo processing. |
Nested classes/interfaces inherited from interface harpoon.Analysis.Maps.AllocationInformation |
---|
AllocationInformation.AllocationProperties |
Field Summary | |
---|---|
static boolean |
NO_TG
Forces the allocation of ALL the threads on the stack. |
Constructor Summary | |
---|---|
MAInfo(PointerAnalysis pa,
HCodeFactory hcf,
Linker linker,
Set mms,
MAInfo.MAInfoOptions opt)
Creates a MAInfo . |
Method Summary | |
---|---|
void |
analyze()
|
static HClass |
getAllocatedType(HCodeElement hce)
|
void |
prepareForSerialization()
Nullifies some stuff to make the serialization possible. |
void |
print()
Pretty printer for debug. |
AllocationInformation.AllocationProperties |
query(HCodeElement allocationSite)
Returns the allocation policy for allocationSite . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean NO_TG
Constructor Detail |
---|
public MAInfo(PointerAnalysis pa, HCodeFactory hcf, Linker linker, Set mms, MAInfo.MAInfoOptions opt)
MAInfo
.
Method Detail |
---|
public void prepareForSerialization()
this
object.
public AllocationInformation.AllocationProperties query(HCodeElement allocationSite)
allocationSite
.
query
in interface AllocationInformation
public void analyze()
public static HClass getAllocatedType(HCodeElement hce)
public void print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |