public interface InliningPolicy
Modifier and Type | Method and Description |
---|---|
boolean |
continueInlining(StructuredGraph graph) |
boolean |
isWorthInlining(Replacements replacements,
MethodInvocation invocation,
int inliningDepth,
boolean fullyProcessed) |
boolean continueInlining(StructuredGraph graph)
boolean isWorthInlining(Replacements replacements, MethodInvocation invocation, int inliningDepth, boolean fullyProcessed)