Class InlineMethodExpressions
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.optimizer.InlineMethodExpressions
-
-
Field Summary
Fields Modifier and Type Field Description private intmaxInlineSourceSizeprivate intmaxInlineTargetSize
-
Constructor Summary
Constructors Constructor Description InlineMethodExpressions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ControlTokenConsumer>finalControlFlowsFor(Node source)private booleanisInliningCandidate(ResolvedMethod rm)booleanoptimize(BackendType backendType, CompileUnit compileUnit, ResolvedMethod method)
-
-
-
Method Detail
-
isInliningCandidate
private boolean isInliningCandidate(ResolvedMethod rm)
-
finalControlFlowsFor
public java.util.List<ControlTokenConsumer> finalControlFlowsFor(Node source)
-
optimize
public boolean optimize(BackendType backendType, CompileUnit compileUnit, ResolvedMethod method)
-
-