Searched defs:sljit_compiler (Results 1 – 1 of 1) sorted by relevance
460 struct sljit_compiler { struct461 sljit_s32 error;462 sljit_s32 options;464 struct sljit_label *labels;465 struct sljit_jump *jumps;466 struct sljit_const *consts;467 struct sljit_label *last_label;468 struct sljit_jump *last_jump;469 struct sljit_const *last_const;471 void *allocator_data;[all …]