| Class | Description |
|---|---|
| HostedArrayClass | |
| HostedClass | |
| HostedConstantFieldProvider | |
| HostedConstantReflectionProvider | |
| HostedField |
Store the compile-time information for a field in the Substrate VM, such as the field offset.
|
| HostedInstanceClass | |
| HostedInterface |
The closed world analysis "removes" interfaces in the sense that all implementers are known.
|
| HostedMemoryAccessProvider | |
| HostedMetaAccess | |
| HostedMethod | |
| HostedPrimitiveType | |
| HostedSnippetReflectionProvider | |
| HostedType | |
| HostedUniverse |
Stores all meta data for classes, fields, methods that will be part of the native image.
|
| MaterializedConstantFields |
Tracks fields with constant values which could be inlined, but which must exist in memory -- for
example, when they might be accessed via JNI.
|
| MethodPointer |
A pointer to the compiled code of a method.
|
| UniverseBuilder |