Lines Matching refs:framesize
238 int framesize; member
259 int framesize; member
270 int framesize; member
313 int framesize; member
6461 int framesize; in compile_assert_matchingpath() local
6495 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
6496 backtrack->framesize = framesize; in compile_assert_matchingpath()
6512 if (framesize < 0) in compile_assert_matchingpath()
6515 if (framesize == no_frame) in compile_assert_matchingpath()
6530 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6532 OP2(SLJIT_SUB, TMP2, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6545 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
6593 if (framesize < 0) in compile_assert_matchingpath()
6595 if (framesize == no_frame) in compile_assert_matchingpath()
6607 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * … in compile_assert_matchingpath()
6615 …SLJIT_MEM1(SLJIT_SP), common->control_head_ptr, SLJIT_MEM1(STACK_TOP), (framesize + 1) * sizeof(sl… in compile_assert_matchingpath()
6627 if (framesize < 0) in compile_assert_matchingpath()
6631 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), framesize * sizeof(sljit_sw)); in compile_assert_matchingpath()
6632 … OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), (framesize + extrasize - 1) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6638 else if (framesize >= 0) in compile_assert_matchingpath()
6641 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), framesize * sizeof(s… in compile_assert_matchingpath()
6683 SLJIT_ASSERT(framesize != no_stack); in compile_assert_matchingpath()
6684 if (framesize < 0) in compile_assert_matchingpath()
6690 … OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6704 if (framesize < 0) in compile_assert_matchingpath()
6722 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6726 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6735 if (framesize < 0) in compile_assert_matchingpath()
6757 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * … in compile_assert_matchingpath()
6763 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 2) * … in compile_assert_matchingpath()
6787 if (framesize >= 0) in compile_assert_matchingpath()
6791 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), framesize * sizeof(s… in compile_assert_matchingpath()
6799 if (framesize < 0) in compile_assert_matchingpath()
6818 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6822 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6856 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, … in match_once_common() argument
6861 if (framesize < 0) in match_once_common()
6863 if (framesize == no_frame) in match_once_common()
6888 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + stack… in match_once_common()
7075 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
7117 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7126 …QUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (BACKTRACK_AS(bracket_backtrack)->u.framesize + 1) * sizeof(sl… in compile_bracket_matchingpath()
7166 if (BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7177 if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame) in compile_bracket_matchingpath()
7198 if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame) in compile_bracket_matchingpath()
7210 stacksize += BACKTRACK_AS(bracket_backtrack)->u.framesize + 1; in compile_bracket_matchingpath()
7232 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
7378 …match_once_common(common, ket, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has… in compile_bracket_matchingpath()
7497 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_matchingpath()
7518 …BACKTRACK_AS(bracket_backtrack)->u.framesize = (BACKTRACK_AS(bracket_backtrack)->u.framesize << 1)… in compile_bracket_matchingpath()
7530 int framesize; in compile_bracketpos_matchingpath() local
7573 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
7574 BACKTRACK_AS(bracketpos_backtrack)->framesize = framesize; in compile_bracketpos_matchingpath()
7575 if (framesize < 0) in compile_bracketpos_matchingpath()
7593 if (framesize == no_frame) in compile_bracketpos_matchingpath()
7634 stacksize = framesize + 1; in compile_bracketpos_matchingpath()
7666 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE); in compile_bracketpos_matchingpath()
7684 if (framesize < 0) in compile_bracketpos_matchingpath()
7686 if (framesize == no_frame) in compile_bracketpos_matchingpath()
7732 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw)); in compile_bracketpos_matchingpath()
7733 OP1(SLJIT_MOV, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw), STR_PTR, 0); in compile_bracketpos_matchingpath()
7745 if (framesize < 0) in compile_bracketpos_matchingpath()
7760 if (framesize < 0) in compile_bracketpos_matchingpath()
7779 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw)); in compile_bracketpos_matchingpath()
7793 if (framesize < 0) in compile_bracketpos_matchingpath()
8255 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
8257 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
8270 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
8813 if (CURRENT_AS(assert_backtrack)->framesize < 0) in compile_assert_backtrackingpath()
8843 …>private_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(assert_backtrack)->framesize * sizeof(sljit_s… in compile_assert_backtrackingpath()
8921 needs_control_head = (CURRENT_AS(bracket_backtrack)->u.framesize & 0x1) != 0; in compile_bracket_backtrackingpath()
8922 CURRENT_AS(bracket_backtrack)->u.framesize >>= 1; in compile_bracket_backtrackingpath()
8961 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_backtrackingpath()
8966 …_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (CURRENT_AS(bracket_backtrack)->u.framesize + 1) * sizeof(sl… in compile_bracket_backtrackingpath()
9016 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
9068 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
9072 …EM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->framesize * sizeof(sljit_s… in compile_bracket_backtrackingpath()
9120 …match_once_common(common, ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_a… in compile_bracket_backtrackingpath()
9209 …K_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && assert->framesize >= 0) in compile_bracket_backtrackingpath()
9213 …EM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->framesize * sizeof(sljit_s… in compile_bracket_backtrackingpath()
9251 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
9254 …stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : … in compile_bracket_backtrackingpath()
9265 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
9266 …ivate_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(bracket_backtrack)->u.framesize * sizeof(sljit_s… in compile_bracket_backtrackingpath()
9326 if (CURRENT_AS(bracketpos_backtrack)->framesize < 0) in compile_bracketpos_backtrackingpath()
9356 …vate_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(bracketpos_backtrack)->framesize * sizeof(sljit_s… in compile_bracketpos_backtrackingpath()
9458 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
9467 if (CURRENT_AS(then_trap_backtrack)->framesize >= 0) in compile_then_trap_backtrackingpath()
9670 int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head); in compile_recurse() local
9681 needs_frame = framesize >= 0; in compile_recurse()
9683 framesize = 0; in compile_recurse()
9691 allocate_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()
9693 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(private_data_size + framesize + alternativesize - 1), T… in compile_recurse()
9694 …e_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, framesize + … in compile_recurse()
9699 init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()
9747 …OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9749 …OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9760 …OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9762 …OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9769 …_data(common, ccbegin, ccend, FALSE, private_data_size + framesize + alternativesize, framesize + … in compile_recurse()
9770 free_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()