Lines Matching refs:quit_label
428 struct sljit_label *quit_label; member
7296 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
7389 common->quit_label = NULL; in compile_assert_matchingpath()
7414 common->quit_label = save_quit_label; in compile_assert_matchingpath()
7492 common->quit_label = save_quit_label; in compile_assert_matchingpath()
7689 common->quit_label = save_quit_label; in compile_assert_matchingpath()
10457 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
10460 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
10675 if (common->quit_label == NULL) in compile_backtrackingpath()
10678 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
10745 common->quit_label = NULL; in compile_recurse()
10852 struct sljit_label *quit_label; in jit_compile() local
11150 common->quit_label = common->forced_quit_label = LABEL(); in jit_compile()
11152 set_jumps(common->quit, common->quit_label); in jit_compile()
11163 return_with_partial_match(common, common->quit_label); in jit_compile()
11230 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
11253 quit_label = common->quit_label; in jit_compile()
11270 common->quit_label = quit_label; in jit_compile()
11296 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
11301 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()