Home | History | Annotate | Download | only in sljit

Lines Matching refs:IS_JAL

928 			if (jump->flags & IS_JAL) {
973 if (jump->flags & IS_JAL) {
1040 if (jump->flags & IS_JAL)
1103 SLJIT_ASSERT(!(jump->flags & IS_JAL));
2370 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
2481 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0);