Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c412 PCRE2_SPTR fast_forward_bc_ptr; member
1529 common->fast_forward_bc_ptr = accelerated_start; in detect_early_fail()
11158 if (common->early_fail_start_ptr == 0 && common->fast_forward_bc_ptr == NULL) in compile_iterator_matchingpath()
11164 SLJIT_ASSERT(common->fast_forward_bc_ptr != NULL || early_fail_ptr == 0 in compile_iterator_matchingpath()
13681 if (common->fast_forward_bc_ptr != NULL) in jit_compile()
13682 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), PRIVATE_DATA(common->fast_forward_bc_ptr + 1) >> 3, STR_PTR, … in jit_compile()
13783 …(common->fast_forward_bc_ptr != NULL) ? (PRIVATE_DATA(common->fast_forward_bc_ptr + 1) >> 3) : com… in jit_compile()
13833 common->fast_forward_bc_ptr = NULL; in jit_compile()

Completed in 48 milliseconds