Lines Matching refs:failed_match
464 jump_list *failed_match; member
4444 add_jump(compiler, &common->failed_match, partial_quit[0]); in fast_forward_first_char2_sse2()
4520 add_jump(compiler, &common->failed_match, partial_quit[1]); in fast_forward_first_char2_sse2()
4554 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_first_char2_sse2()
4566 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_first_char2_sse2()
4631 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_sse2()
4825 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_sse2()
4889 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_sse2()
4904 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP)); in fast_forward_char_pair_sse2()
5031 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_first_char2()
5222 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER, STR_PTR, 0, STR_END, 0)); in fast_forward_first_n_chars()
5421 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_start_bits()
12352 if (common->failed_match != NULL) in jit_compile()
12355 set_jumps(common->failed_match, LABEL()); in jit_compile()