harpoon.Analysis.PointerAnalysis
Class InstrumentAllocs
java.lang.Object
|
+--harpoon.Analysis.Transformation.MethodMutator
|
+--harpoon.Analysis.PointerAnalysis.InstrumentAllocs
- All Implemented Interfaces:
- Serializable
- public class InstrumentAllocs
- extends MethodMutator
- implements Serializable
InstrumentAllocs
adds counters to each allocation site.
- Version:
- $Id: InstrumentAllocs.java,v 1.2 2002/02/25 20:58:39 cananian Exp $
- Author:
- Brian Demsky <bdemsky@mit.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentAllocs
public InstrumentAllocs(HCodeFactory parent,
HMethod main,
Linker linker,
AllocationNumbering an,
boolean syncs,
boolean callchains)
- Creates a
InstrumentAllocs
.
parent
public HCodeFactory parent()
mutateHCode
protected HCode mutateHCode(HCodeAndMaps input)
- Description copied from class:
MethodMutator
- Override this method to effect transformations on split
methods.
- Overrides:
mutateHCode
in class MethodMutator