public class CEntryPointSetup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CEntryPointSetup.EnterCreateIsolatePrologue |
static class |
CEntryPointSetup.EnterIsolatePrologue |
static class |
CEntryPointSetup.EnterPrologue |
static class |
CEntryPointSetup.LeaveDetachThreadEpilogue |
static class |
CEntryPointSetup.LeaveEpilogue |
static class |
CEntryPointSetup.LeaveTearDownIsolateEpilogue |
| Modifier and Type | Field and Description |
|---|---|
static org.graalvm.compiler.word.Word |
SINGLE_ISOLATE_SENTINEL
The sentinel value for
Isolate when the native image is built so that there can be
only a single isolate. |
static int |
SINGLE_ISOLATE_TO_SINGLE_THREAD_ADDEND |
static org.graalvm.compiler.word.Word |
SINGLE_THREAD_SENTINEL
The sentinel value for
IsolateThread when the native image is built so that there can
be only a single isolate with a single thread. |
| Constructor and Description |
|---|
CEntryPointSetup() |
public static final org.graalvm.compiler.word.Word SINGLE_ISOLATE_SENTINEL
Isolate when the native image is built so that there can be
only a single isolate.public static final int SINGLE_ISOLATE_TO_SINGLE_THREAD_ADDEND
public static final org.graalvm.compiler.word.Word SINGLE_THREAD_SENTINEL
IsolateThread when the native image is built so that there can
be only a single isolate with a single thread.