| 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 |
|---|---|
| TruffleFromLibGraal |
Annotates methods associated with both ends of a libgraal to HotSpot call.
|
| TruffleFromLibGraalRepeated |
Container for repeated
TruffleFromLibGraal annotations. |
| TruffleToLibGraal |
Annotates methods associated with both ends of a HotSpot to libgraal call.
|