Searched defs:sljit_compiler (Results 1 – 1 of 1) sorted by relevance
303 struct sljit_compiler { struct304 sljit_s32 error;305 sljit_s32 options;307 struct sljit_label *labels;308 struct sljit_jump *jumps;309 struct sljit_const *consts;310 struct sljit_label *last_label;311 struct sljit_jump *last_jump;312 struct sljit_const *last_const;314 void *allocator_data;[all …]