php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | sljit_serialized_compiler |
struct | sljit_serialized_debug_info |
struct | sljit_serialized_label |
struct | sljit_serialized_jump |
struct | sljit_serialized_const |
Macros | |
#define | SLJIT_SERIALIZE_DEBUG ((sljit_u16)0x1) |
#define | SLJIT_SERIALIZE_ALIGN(v) |
#define | SLJIT_SERIALIZE_SIGNATURE 0x544a4c53 |
#define | SLJIT_SERIALIZE_VERSION 1 |
Functions | |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 | sljit_jump_has_label (struct sljit_jump *jump) |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 | sljit_jump_has_target (struct sljit_jump *jump) |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 | sljit_jump_is_mov_addr (struct sljit_jump *jump) |
SLJIT_API_FUNC_ATTRIBUTE sljit_uw * | sljit_serialize_compiler (struct sljit_compiler *compiler, sljit_s32 options, sljit_uw *size) |
SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler * | sljit_deserialize_compiler (sljit_uw *buffer, sljit_uw size, sljit_s32 options, void *allocator_data) |
Definition at line 107 of file sljitSerialize.c.
Definition at line 42 of file sljitSerialize.c.
#define SLJIT_SERIALIZE_SIGNATURE 0x544a4c53 |
Definition at line 111 of file sljitSerialize.c.
#define SLJIT_SERIALIZE_VERSION 1 |
Definition at line 113 of file sljitSerialize.c.
SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler * sljit_deserialize_compiler | ( | sljit_uw * | buffer, |
sljit_uw | size, | ||
sljit_s32 | options, | ||
void * | allocator_data ) |
Definition at line 288 of file sljitSerialize.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_jump_has_label | ( | struct sljit_jump * | jump | ) |
Definition at line 27 of file sljitSerialize.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_jump_has_target | ( | struct sljit_jump * | jump | ) |
Definition at line 32 of file sljitSerialize.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_jump_is_mov_addr | ( | struct sljit_jump * | jump | ) |
Definition at line 37 of file sljitSerialize.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_uw * sljit_serialize_compiler | ( | struct sljit_compiler * | compiler, |
sljit_s32 | options, | ||
sljit_uw * | size ) |
Definition at line 115 of file sljitSerialize.c.