Interface | Description |
---|---|
WeightedCallTargets.Visitor |
Used by visitTargets
|
Class | Description |
---|---|
CallSite |
A call site is a pair: <RVMMethod, bcIndex>
|
PartialCallGraph |
A partial call graph (PCG) is a partial mapping from callsites
to weighted targets.
|
WeightedCallTargets |
A collection of weighted call targets.
|
WeightedCallTargets.MultiTarget |
An implementation for storing a call site distribution that has multiple targets.
|
WeightedCallTargets.SingleTarget |
An implementation for storing a call site distribution that has a single target.
|