| Package | Description |
|---|---|
| org.jikesrvm.adaptive.database.callgraph | |
| org.jikesrvm.adaptive.measurements |
| Modifier and Type | Class and Description |
|---|---|
class |
PartialCallGraph
A partial call graph (PCG) is a partial mapping from callsites
to weighted targets.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static Vector<Decayable> |
RuntimeMeasurements.decayObjects
The currently registered decayable objects
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeMeasurements.registerDecayableObject(Decayable obj)
Registers an object that should be decayed.
|