| Interface | Description |
|---|---|
| InlineBeforeAnalysisPolicy.Scope |
A place for policy implementations to store per-callee information like the number of nodes
seen in the callee.
|
| Class | Description |
|---|---|
| InlineBeforeAnalysis |
Inlining before the static analysis improves the precision of the analysis especially when
constants are propagated.
|
| InlineBeforeAnalysis.Options | |
| InlineBeforeAnalysisPolicy<S extends InlineBeforeAnalysisPolicy.Scope> |
Provides the policy which methods are inlined by
InlineBeforeAnalysis. |
| NoClassInitializationPlugin |
Do not trigger any class initialization, and do not emit any class initialization checks during
bytecode parsing.
|
| SubstrateIntrinsicGraphBuilder |