Home
last modified time | relevance | path

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

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