Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c435 PCRE2_SPTR fast_forward_bc_ptr; member
1611 common->fast_forward_bc_ptr = accelerated_start; in detect_early_fail()
11792 if (common->early_fail_start_ptr == 0 && common->fast_forward_bc_ptr == NULL) in compile_iterator_matchingpath()
11798 SLJIT_ASSERT(common->fast_forward_bc_ptr != NULL || early_fail_ptr == 0 in compile_iterator_matchingpath()
14381 if (common->fast_forward_bc_ptr != NULL) in jit_compile()
14382 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), PRIVATE_DATA(common->fast_forward_bc_ptr + 1) >> 3, STR_PTR, … in jit_compile()
14483 …(common->fast_forward_bc_ptr != NULL) ? (PRIVATE_DATA(common->fast_forward_bc_ptr + 1) >> 3) : com… in jit_compile()
14533 common->fast_forward_bc_ptr = NULL; in jit_compile()

Completed in 35 milliseconds