Package | Description |
---|---|
org.jikesrvm.adaptive.controller | |
org.jikesrvm.adaptive.database.callgraph | |
org.jikesrvm.compilers.opt.runtimesupport |
Class and Description |
---|
PartialCallGraph
A partial call graph (PCG) is a partial mapping from callsites
to weighted targets.
|
Class and Description |
---|
CallSite
A call site is a pair: <RVMMethod, bcIndex>
|
WeightedCallTargets
A collection of weighted call targets.
|
WeightedCallTargets.Visitor
Used by visitTargets
|
Class and Description |
---|
CallSite
A call site is a pair: <RVMMethod, bcIndex>
|