Lines Matching refs:accept_label
430 struct sljit_label *accept_label; member
7297 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
7399 common->accept_label = NULL; in compile_assert_matchingpath()
7419 common->accept_label = save_accept_label; in compile_assert_matchingpath()
7424 common->accept_label = LABEL(); in compile_assert_matchingpath()
7426 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
7497 common->accept_label = save_accept_label; in compile_assert_matchingpath()
7694 common->accept_label = save_accept_label; in compile_assert_matchingpath()
9213 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
9216 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
9220 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
9223 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0), common->accept_label); in compile_fail_accept_matchingpath()
9229 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
9232 JUMPTO(SLJIT_ZERO, common->accept_label); in compile_fail_accept_matchingpath()
9234 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
9237 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, STR_PTR, 0, common->accept_label); in compile_fail_accept_matchingpath()
10746 common->accept_label = NULL; in compile_recurse()
11144 common->accept_label = LABEL(); in jit_compile()
11146 set_jumps(common->accept, common->accept_label); in jit_compile()