Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2224 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() argument
2234 SLJIT_UNUSED_ARG(stacktop); in init_frame()
2235 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()
2344 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame()
2706 int type, int stackptr, int stacktop, uint32_t recurse_flags) in copy_recurse_data() argument
2745 stacktop = STACK(stacktop); in copy_recurse_data()
3133 SLJIT_ASSERT(cc == ccend && stackptr == stacktop); in copy_recurse_data()

Completed in 30 milliseconds