Lines Matching refs:accept_label
462 struct sljit_label *accept_label; member
9876 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
9978 common->accept_label = NULL; in compile_assert_matchingpath()
9998 common->accept_label = save_accept_label; in compile_assert_matchingpath()
10003 common->accept_label = LABEL(); in compile_assert_matchingpath()
10005 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
10077 common->accept_label = save_accept_label; in compile_assert_matchingpath()
10277 common->accept_label = save_accept_label; in compile_assert_matchingpath()
11965 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
11968 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
11972 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
11975 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0), common->accept_label); in compile_fail_accept_matchingpath()
11988 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
11991 JUMPTO(SLJIT_ZERO, common->accept_label); in compile_fail_accept_matchingpath()
11994 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
11997 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, STR_PTR, 0, common->accept_label); in compile_fail_accept_matchingpath()
13530 common->accept_label = NULL; in compile_recurse()
14025 common->accept_label = LABEL(); in jit_compile()
14027 set_jumps(common->accept, common->accept_label); in jit_compile()