Home | History | Annotate | Download | only in sljit

Lines Matching refs:ensure_abuf

2391 	label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
2404 jump = (struct sljit_jump*)ensure_abuf(compiler, sizeof(struct sljit_jump));
2456 jump = (struct sljit_jump*)ensure_abuf(compiler, sizeof(struct sljit_jump));
2537 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));