Searched defs:sljit_compiler (Results 1 – 1 of 1) sorted by relevance
363 struct sljit_compiler { struct364 sljit_s32 error;365 sljit_s32 options;367 struct sljit_label *labels;368 struct sljit_jump *jumps;369 struct sljit_const *consts;370 struct sljit_label *last_label;371 struct sljit_jump *last_jump;372 struct sljit_const *last_const;374 void *allocator_data;[all …]