Lines Matching refs:quit_label
457 struct sljit_label *quit_label; member
9644 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
9738 common->quit_label = NULL; in compile_assert_matchingpath()
9762 common->quit_label = save_quit_label; in compile_assert_matchingpath()
9841 common->quit_label = save_quit_label; in compile_assert_matchingpath()
10041 common->quit_label = save_quit_label; in compile_assert_matchingpath()
12995 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
12998 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
13217 if (common->quit_label == NULL) in compile_backtrackingpath()
13220 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
13300 common->quit_label = NULL; in compile_recurse()
13482 struct sljit_label *quit_label; in jit_compile() local
13799 common->quit_label = common->abort_label = LABEL(); in jit_compile()
13801 set_jumps(common->quit, common->quit_label); in jit_compile()
13825 return_with_partial_match(common, common->quit_label); in jit_compile()
13892 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
13915 quit_label = common->quit_label; in jit_compile()
13932 common->quit_label = quit_label; in jit_compile()
13961 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
13966 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()