Uses of Interface
org.jikesrvm.adaptive.measurements.Decayable

Packages that use Decayable
org.jikesrvm.adaptive.database.callgraph   
org.jikesrvm.adaptive.measurements   
 

Uses of Decayable in org.jikesrvm.adaptive.database.callgraph
 

Classes in org.jikesrvm.adaptive.database.callgraph that implement Decayable
 class PartialCallGraph
          A partial call graph (PCG) is a partial mapping from callsites to weighted targets.
 

Uses of Decayable in org.jikesrvm.adaptive.measurements
 

Fields in org.jikesrvm.adaptive.measurements with type parameters of type Decayable
(package private) static Vector<Decayable> RuntimeMeasurements.decayObjects
          The currently registered decayable objects
 

Methods in org.jikesrvm.adaptive.measurements with parameters of type Decayable
static void RuntimeMeasurements.registerDecayableObject(Decayable obj)
          Register an object that should be decayed.