| Interface | Description |
|---|---|
| ClassInitializationPlugin |
Plugin for emitting a class initialization barrier (i.e., initializes a class if it's not already
initialized).
|
| GeneratedPluginFactory | |
| GeneratedPluginInjectionProvider | |
| GraphBuilderContext |
Used by a
GraphBuilderPlugin to interface with an object that parses the bytecode of a
single method as part of building a graph . |
| GraphBuilderContext.ExternalInliningContext |
Interface whose instances hold inlining information about the current context, in a wider
sense.
|
| GraphBuilderPlugin |
Marker interface for graph builder plugins.
|
| GraphBuilderTool |
Used by a
GraphBuilderPlugin to interface with an object that builds a graph. |
| InlineInvokePlugin |
Plugin for specifying what is inlined during graph parsing.
|
| IntrinsicContext.SideEffectsState |
Models the state of a graph in terms of
side effects that
are control flow predecessors of the current point in a graph. |
| InvocationPlugin.Receiver |
The receiver in a non-static method.
|
| LoopExplosionPlugin | |
| NodePlugin | |
| ParameterPlugin | |
| TypePlugin |
Plugin for overriding types in the bytecode parser.
|
| Enum | Description |
|---|---|
| GraphBuilderConfiguration.BytecodeExceptionMode | |
| IntrinsicContext.CompilationContext |
Denotes the compilation context in which an intrinsic is being parsed.
|
| LoopExplosionPlugin.LoopExplosionKind |
| Annotation Type | Description |
|---|---|
| JacocoIgnoreGenerated |
Denotes a generated class or method that should be ignored by JaCoCo.
|