Searched refs:set_jumps (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 2271 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps() function 3352 set_jumps(newline, LABEL()); in mainloop_entry() 4633 set_jumps(newline, loop); in fast_forward_newline() 4728 set_jumps(matches, LABEL()); in fast_forward_start_bits() 4936 set_jumps(skipread_list, LABEL()); in check_wordboundary() 6020 set_jumps(found, LABEL()); in compile_xclass_matchingpath() 6323 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 6396 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 6758 set_jumps(found, LABEL()); in compile_dnref_search() 7426 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath() [all …]
|