public interface InliningPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
InliningPolicy.Decision |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueInlining(StructuredGraph graph) |
InliningPolicy.Decision |
isWorthInlining(Replacements replacements,
MethodInvocation invocation,
InlineInfo calleeInfo,
int inliningDepth,
boolean fullyProcessed) |
boolean continueInlining(StructuredGraph graph)
InliningPolicy.Decision isWorthInlining(Replacements replacements, MethodInvocation invocation, InlineInfo calleeInfo, int inliningDepth, boolean fullyProcessed)