Home | History | Annotate | Download | only in sljit

Lines Matching refs:ensure_abuf

1842 	label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
1855 jump = (struct sljit_jump*)ensure_abuf(compiler, sizeof(struct sljit_jump));
1883 jump = (struct sljit_jump*)ensure_abuf(compiler, sizeof(struct sljit_jump));
1925 jump = (struct sljit_jump*)ensure_abuf(compiler, sizeof(struct sljit_jump));
1994 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));