Searched refs:stackpos (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 2123 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() argument 2134 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame() 2136 stackpos = STACK(stackpos); in init_frame() 2153 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 2154 stackpos -= SSIZE_OF(sw); in init_frame() 2155 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2156 stackpos -= SSIZE_OF(sw); in init_frame() 2170 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame() 2171 stackpos in init_frame() [all...] |
Completed in 6 milliseconds