Searched refs:extrasize (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_jit_compile.c6410 int extrasize; local
6462 extrasize = needs_control_head ? 2 : 1;
6465 allocate_stack(common, extrasize);
6477 extrasize = needs_control_head ? 3 : 2;
6478 allocate_stack(common, framesize + extrasize);
6480 OP2(SLJIT_SUB, TMP2, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw));
6493 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE);
6546 free_stack(common, extrasize);
6576 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), (extrasize
[all...]

Completed in 1595 milliseconds