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

Constructor Summary
InstrumentAllocs(HCodeFactory parent, HMethod main, Linker linker, AllocationNumbering an, boolean syncs, boolean callchains)
          Creates a InstrumentAllocs.
 
Method Summary
protected  HCode mutateHCode(HCodeAndMaps input)
          Override this method to effect transformations on split methods.
 HCodeFactory parent()
           
 
Methods inherited from class harpoon.Analysis.Transformation.MethodMutator
cloneHCode, codeFactory, mutateCodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentAllocs

public InstrumentAllocs(HCodeFactory parent,
                        HMethod main,
                        Linker linker,
                        AllocationNumbering an,
                        boolean syncs,
                        boolean callchains)
Creates a InstrumentAllocs.

Method Detail

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