Searched defs:sljit_serialized_compiler (Results 1 – 1 of 1) sorted by relevance
44 struct sljit_serialized_compiler { struct45 sljit_u32 signature;46 sljit_u16 version;47 sljit_u16 cpu_type;49 sljit_uw buf_segment_count;50 sljit_uw label_count;51 sljit_uw jump_count;52 sljit_uw const_count;54 sljit_s32 options;55 sljit_s32 scratches;[all …]