| Interfaces | |
|---|---|
| WeightedCallTargets.Visitor | Used by visitTargets |
| Classes | |
|---|---|
| CallSite | A call site is a pair: |
| PartialCallGraph | A partial call graph (PCG) is a partial mapping from callsites to weighted targets. |
| PartialCallGraph.OrderByTotalWeight | Used to compare two call sites by total weight. |
| 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. |