Go to the source code of this file.
◆ BOOTSTRAP_FFI_NATIVE_LIST
#define BOOTSTRAP_FFI_NATIVE_LIST |
( |
|
V | ) |
|
Value: V(FinalizerEntry_SetExternalSize,
void, (
Dart_Handle, intptr_t)) \
V(Pointer_asTypedListFinalizerAllocateData, void*, ()) \
V(Pointer_asTypedListFinalizerCallbackPointer, void*, ())
struct _Dart_Handle * Dart_Handle
Definition at line 368 of file bootstrap_natives.h.
◆ BOOTSTRAP_NATIVE_LIST
#define BOOTSTRAP_NATIVE_LIST |
( |
|
V | ) |
|
◆ DECLARE_BOOTSTRAP_FFI_NATIVE
#define DECLARE_BOOTSTRAP_FFI_NATIVE |
( |
|
name, |
|
|
|
return_type, |
|
|
|
argument_types |
|
) |
| static return_type FN_##name argument_types; |
◆ DECLARE_BOOTSTRAP_NATIVE
#define DECLARE_BOOTSTRAP_NATIVE |
( |
|
name, |
|
|
|
ignored |
|
) |
| |
Value: static ObjectPtr DN_##
name(Thread* thread, Zone* zone, \
NativeArguments* arguments);
DEF_SWITCHES_START aot vmservice shared library name
Definition at line 384 of file bootstrap_natives.h.
◆ MIRRORS_BOOTSTRAP_NATIVE_LIST
#define MIRRORS_BOOTSTRAP_NATIVE_LIST |
( |
|
V | ) |
|