public class InlineEverythingPolicy extends Object implements InliningPolicy
| Constructor and Description |
|---|
InlineEverythingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueInlining(StructuredGraph graph) |
boolean |
isWorthInlining(Replacements replacements,
MethodInvocation invocation,
int inliningDepth,
boolean fullyProcessed) |
public InlineEverythingPolicy()
public boolean continueInlining(StructuredGraph graph)
continueInlining in interface InliningPolicypublic boolean isWorthInlining(Replacements replacements, MethodInvocation invocation, int inliningDepth, boolean fullyProcessed)
isWorthInlining in interface InliningPolicy