Home
last modified time | relevance | path

Searched refs:next_update_addr (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c11000 sljit_uw *next_update_addr = NULL; in compile_bracket_backtrackingpath() local
11169 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11170 if (SLJIT_UNLIKELY(next_update_addr == NULL)) in compile_bracket_backtrackingpath()
11172 sljit_emit_ijump(compiler, SLJIT_JUMP, SLJIT_MEM1(TMP1), (sljit_sw)next_update_addr); in compile_bracket_backtrackingpath()
11173 add_label_addr(common, next_update_addr++); in compile_bracket_backtrackingpath()
11307 add_label_addr(common, next_update_addr++); in compile_bracket_backtrackingpath()
11812 sljit_uw *next_update_addr = NULL; in compile_recurse() local
11907 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_recurse()
11908 if (SLJIT_UNLIKELY(next_update_addr == NULL)) in compile_recurse()
11910 sljit_emit_ijump(compiler, SLJIT_JUMP, SLJIT_MEM1(TMP1), (sljit_sw)next_update_addr); in compile_recurse()
[all …]