Lines Matching refs:extrasize

6410 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()
6633 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, extrasize * sizeof… in compile_assert_matchingpath()
6638 … OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6657 if (extrasize == 2) in compile_assert_matchingpath()
6662 free_stack(common, extrasize); in compile_assert_matchingpath()
6666 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(extrasize - 1)); in compile_assert_matchingpath()
6670 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6674 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6686 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), (extrasize - 1) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6691 if (extrasize == 2) in compile_assert_matchingpath()
6706 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), (extrasize - 2) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6712 if (extrasize == 2) in compile_assert_matchingpath()
6752 if (extrasize == 2) in compile_assert_matchingpath()
6757 free_stack(common, extrasize); in compile_assert_matchingpath()
6762 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(extrasize - 1)); in compile_assert_matchingpath()
6766 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6770 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()