| Modifier and Type | Class and Description |
|---|---|
static class |
ForeignCallSnippets.Templates |
| Modifier and Type | Field and Description |
|---|---|
static org.graalvm.word.LocationIdentity |
OBJECT_RESULT_LOCATION |
| Constructor and Description |
|---|
ForeignCallSnippets() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getAndClearObjectResult(Word thread)
Gets and clears the object result from a runtime call stored in a thread local.
|
static void |
handlePendingException(Word thread,
boolean shouldClearException,
boolean isObjectResult)
|
static Object |
verifyObject(Object object)
Verifies that a given object value is well formed if
-XX:+VerifyOops is enabled. |
public static final org.graalvm.word.LocationIdentity OBJECT_RESULT_LOCATION