public class SnippetRuntime extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SnippetRuntime.SubstrateForeignCallDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static SnippetRuntime.SubstrateForeignCallDescriptor |
UNSUPPORTED_FEATURE |
| Constructor and Description |
|---|
SnippetRuntime() |
| Modifier and Type | Method and Description |
|---|---|
static SnippetRuntime.SubstrateForeignCallDescriptor |
findForeignCall(Class<?> declaringClass,
String methodName,
boolean isReexecutable,
org.graalvm.word.LocationIdentity... additionalKilledLocations) |
static void |
registerForeignCalls(SubstrateForeignCallsProvider foreignCalls) |
public static final SnippetRuntime.SubstrateForeignCallDescriptor UNSUPPORTED_FEATURE
public static void registerForeignCalls(SubstrateForeignCallsProvider foreignCalls)
public static SnippetRuntime.SubstrateForeignCallDescriptor findForeignCall(Class<?> declaringClass, String methodName, boolean isReexecutable, org.graalvm.word.LocationIdentity... additionalKilledLocations)