Lines Matching refs:quit_label
460 struct sljit_label *quit_label; member
9875 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
9969 common->quit_label = NULL; in compile_assert_matchingpath()
9993 common->quit_label = save_quit_label; in compile_assert_matchingpath()
10072 common->quit_label = save_quit_label; in compile_assert_matchingpath()
10272 common->quit_label = save_quit_label; in compile_assert_matchingpath()
13226 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
13229 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
13448 if (common->quit_label == NULL) in compile_backtrackingpath()
13451 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
13529 common->quit_label = NULL; in compile_recurse()
13711 struct sljit_label *quit_label; in jit_compile() local
14031 common->quit_label = common->abort_label = LABEL(); in jit_compile()
14033 set_jumps(common->quit, common->quit_label); in jit_compile()
14057 return_with_partial_match(common, common->quit_label); in jit_compile()
14124 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
14147 quit_label = common->quit_label; in jit_compile()
14184 common->quit_label = quit_label; in jit_compile()
14213 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
14218 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()