Searched refs:add_jump (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3705 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match() 6828 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in optimize_class_ranges() 9095 add_jump(compiler, backtracks, jump[0]); in compile_char1_matchingpath() 9103 add_jump(compiler, backtracks, jump[0]); in compile_char1_matchingpath() 9394 add_jump(compiler, backtracks, partial); in compile_ref_matchingpath() 9420 add_jump(compiler, backtracks, jump); in compile_ref_matchingpath() 10064 add_jump(compiler, found, JUMP(SLJIT_JUMP)); in compile_assert_matchingpath() 10151 add_jump(compiler, target, jump); in compile_assert_matchingpath() 11919 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath() 12493 add_jump(compiler, &jumplist, JUMP(SLJIT_ZERO)); in compile_iterator_backtrackingpath() [all …]
|
H A D | pcre2_jit_simd_inc.h | 241 add_jump(compiler, &common->failed_match, partial_quit[0]); in fast_forward_char_simd() 313 add_jump(compiler, &common->failed_match, partial_quit[1]); in fast_forward_char_simd() 398 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() 491 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() 751 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP)); in fast_forward_char_pair_simd() 943 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_char_simd() 1119 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_char_pair_simd() 1285 add_jump(compiler, &common->failed_match, partial_quit[0]); in fast_forward_char_simd() 1377 add_jump(compiler, &common->failed_match, partial_quit[1]); in fast_forward_char_simd() 1479 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() [all …]
|
Completed in 41 milliseconds