Class | Description |
---|---|
CallsiteHolder |
Information about a graph that will potentially be inlined.
|
CallsiteHolderExplorable |
A
CallsiteHolder whose graph has been copied already and thus can be modified without
affecting the original (usually cached) version. |
ComputeInliningRelevance | |
InliningData |
The space of inlining decisions is explored depth-first with the help of a stack realized by
InliningData . |
InliningIterator |
Given a graph, visit all fixed nodes in dominator-based order, collecting in the process the
Invoke nodes with MethodCallTargetNode . |
MethodInvocation |
An instance of this class denotes a callsite being analyzed for inlining.
|