harpoon.Analysis.SizeOpt
Class SizeCounters
java.lang.Object
|
+--harpoon.Analysis.Transformation.MethodMutator
|
+--harpoon.Analysis.SizeOpt.SizeCounters
- All Implemented Interfaces:
- Serializable
- public class SizeCounters
- extends MethodMutator
The SizeCounters
code factory adds counters for
various allocation properties, to aid in determining the
effectiveness of the various size optimizations in this
package.
- Version:
- $Id: SizeCounters.java,v 1.2 2002/02/25 21:00:05 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizeCounters
public SizeCounters(HCodeFactory parent,
Frame frame)
- Creates a
SizeCounters
.
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