Searched refs:stackpos (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 1657 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() argument 1668 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame() 1670 stackpos = STACK(stackpos); in init_frame() 1687 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 1688 stackpos += (int)sizeof(sljit_sw); in init_frame() 1689 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 1690 stackpos += (int)sizeof(sljit_sw); in init_frame() 1703 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame() 1704 stackpos += (int)sizeof(sljit_sw); in init_frame() 1705 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() [all …]
|