|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallSite | |
---|---|
org.jikesrvm.adaptive.database.callgraph | |
org.jikesrvm.compilers.opt.runtimesupport |
Uses of CallSite in org.jikesrvm.adaptive.database.callgraph |
---|
Fields in org.jikesrvm.adaptive.database.callgraph with type parameters of type CallSite | |
---|---|
private HashMap<CallSite,WeightedCallTargets> |
PartialCallGraph.callGraph
The dynamic call graph, which is a mapping from CallSites to WeightedCallTargets. |
Methods in org.jikesrvm.adaptive.database.callgraph with parameters of type CallSite | |
---|---|
int |
PartialCallGraph.OrderByTotalWeight.compare(CallSite o1,
CallSite o2)
|
WeightedCallTargets |
PartialCallGraph.getCallTargets(CallSite callSite)
|
Uses of CallSite in org.jikesrvm.compilers.opt.runtimesupport |
---|
Methods in org.jikesrvm.compilers.opt.runtimesupport that return types with arguments of type CallSite | |
---|---|
ArrayList<CallSite> |
OptMachineCodeMap.getNonInlinedCallSites()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |