Lines Matching refs:quit_label
452 struct sljit_label *quit_label; member
8385 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
8479 common->quit_label = NULL; in compile_assert_matchingpath()
8503 common->quit_label = save_quit_label; in compile_assert_matchingpath()
8582 common->quit_label = save_quit_label; in compile_assert_matchingpath()
8781 common->quit_label = save_quit_label; in compile_assert_matchingpath()
11552 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
11555 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
11771 if (common->quit_label == NULL) in compile_backtrackingpath()
11774 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
11855 common->quit_label = NULL; in compile_recurse()
12040 struct sljit_label *quit_label; in jit_compile() local
12343 common->quit_label = common->abort_label = LABEL(); in jit_compile()
12345 set_jumps(common->quit, common->quit_label); in jit_compile()
12367 return_with_partial_match(common, common->quit_label); in jit_compile()
12434 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
12457 quit_label = common->quit_label; in jit_compile()
12474 common->quit_label = quit_label; in jit_compile()
12503 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()
12508 JUMPTO(SLJIT_JUMP, common->quit_label); in jit_compile()