| Interface | Description |
|---|---|
| FromLibGraalId |
| Enum | Description |
|---|---|
| TruffleFromLibGraal.Id |
Identifier for a call to HotSpot from libgraal.
|
| TruffleToLibGraal.Id |
Identifier for a call from HotSpot to libgraal.
|
| Annotation Type | Description |
|---|---|
| FromLibGraalEntryPointsResolver |
Annotation to generate the
FromLibGraalCalls for given id type. |
| TruffleFromLibGraal |
Annotates methods associated with both ends of a libgraal to HotSpot call.
|
| TruffleFromLibGraal.Signature |
Specifies the signature (return and parameter types) of a call from Truffle to libgraal.
|
| TruffleFromLibGraalRepeated |
Container for repeated
TruffleFromLibGraal annotations. |
| TruffleToLibGraal |
Annotates methods associated with both ends of a HotSpot to libgraal call.
|