Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Macros | |
#define | COMPRESSED_ONLY(x) |
#define | COMMON_OFFSETS_LIST(FIELD, ARRAY, SIZEOF, ARRAY_SIZEOF, PAYLOAD_SIZEOF, RANGE, CONSTANT) |
#define | JIT_OFFSETS_LIST(FIELD, ARRAY, SIZEOF, ARRAY_SIZEOF, PAYLOAD_SIZEOF, RANGE, CONSTANT) |
#define | AOT_OFFSETS_LIST(FIELD, ARRAY, SIZEOF, ARRAY_SIZEOF, PAYLOAD_SIZEOF, RANGE, CONSTANT) FIELD(Closure, entry_point_offset) |
#define AOT_OFFSETS_LIST | ( | FIELD, | |
ARRAY, | |||
SIZEOF, | |||
ARRAY_SIZEOF, | |||
PAYLOAD_SIZEOF, | |||
RANGE, | |||
CONSTANT | |||
) | FIELD(Closure, entry_point_offset) |
Definition at line 503 of file runtime_offsets_list.h.
#define COMMON_OFFSETS_LIST | ( | FIELD, | |
ARRAY, | |||
SIZEOF, | |||
ARRAY_SIZEOF, | |||
PAYLOAD_SIZEOF, | |||
RANGE, | |||
CONSTANT | |||
) |
Definition at line 52 of file runtime_offsets_list.h.
#define COMPRESSED_ONLY | ( | x | ) |
Definition at line 49 of file runtime_offsets_list.h.
#define JIT_OFFSETS_LIST | ( | FIELD, | |
ARRAY, | |||
SIZEOF, | |||
ARRAY_SIZEOF, | |||
PAYLOAD_SIZEOF, | |||
RANGE, | |||
CONSTANT | |||
) |
Definition at line 496 of file runtime_offsets_list.h.