AllocationSite |
A heap identifier that track also the source location where it has been
allocated and a field (optional).
|
AllocationSiteBasedAnalysis<A extends AllocationSiteBasedAnalysis<A>> |
A base class for heap analyses based on the allocation sites of the objects
and arrays they track, namely the position of the code where heap locations
are generated.
|
AllocationSites |
|
FieldSensitivePointBasedHeap |
|
HeapAllocationSite |
A heap allocation site, that is an allocation site pointing to something
allocated in the dynamic memory, the heap.
|
PointBasedHeap |
|
StackAllocationSite |
A stack allocation site, that is an allocation site pointing to something
that has been allocated in the stack.
|