Package | Description |
---|---|
org.jikesrvm.adaptive.database.callgraph | |
org.jikesrvm.compilers.opt.runtimesupport |
Modifier and Type | Field and Description |
---|---|
private HashMap<CallSite,WeightedCallTargets> |
PartialCallGraph.callGraph
The dynamic call graph, which is a mapping from
CallSites to WeightedCallTargets.
|
Modifier and Type | Method and Description |
---|---|
int |
PartialCallGraph.OrderByTotalWeight.compare(CallSite o1,
CallSite o2) |
WeightedCallTargets |
PartialCallGraph.getCallTargets(CallSite callSite) |
Modifier and Type | Method and Description |
---|---|
ArrayList<CallSite> |
OptMachineCodeMap.getNonInlinedCallSites() |