Class InlineMethodExpressions
java.lang.Object
de.mirkosertic.bytecoder.core.optimizer.InlineMethodExpressions
- All Implemented Interfaces:
Optimizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinalControlFlowsFor(Node source) private booleanbooleanoptimize(BackendType backendType, CompileUnit compileUnit, ResolvedMethod method)
-
Field Details
-
maxInlineSourceSize
private final int maxInlineSourceSize -
maxInlineTargetSize
private final int maxInlineTargetSize
-
-
Constructor Details
-
InlineMethodExpressions
public InlineMethodExpressions()
-
-
Method Details