Lines Matching refs:framesize
238 int framesize; member
259 int framesize; member
270 int framesize; member
313 int framesize; member
6424 int framesize; in compile_assert_matchingpath() local
6458 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
6459 backtrack->framesize = framesize; in compile_assert_matchingpath()
6475 if (framesize < 0) in compile_assert_matchingpath()
6478 if (framesize == no_frame) in compile_assert_matchingpath()
6493 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6495 OP2(SLJIT_SUB, TMP2, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6508 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
6556 if (framesize < 0) in compile_assert_matchingpath()
6558 if (framesize == no_frame) in compile_assert_matchingpath()
6570 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * … in compile_assert_matchingpath()
6578 …SLJIT_MEM1(SLJIT_SP), common->control_head_ptr, SLJIT_MEM1(STACK_TOP), (framesize + 1) * sizeof(sl… in compile_assert_matchingpath()
6590 if (framesize < 0) in compile_assert_matchingpath()
6594 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), framesize * sizeof(sljit_sw)); in compile_assert_matchingpath()
6595 … OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), (framesize + extrasize - 1) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6601 else if (framesize >= 0) in compile_assert_matchingpath()
6604 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), framesize * sizeof(s… in compile_assert_matchingpath()
6646 SLJIT_ASSERT(framesize != no_stack); in compile_assert_matchingpath()
6647 if (framesize < 0) in compile_assert_matchingpath()
6653 … OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
6667 if (framesize < 0) in compile_assert_matchingpath()
6685 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6689 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6698 if (framesize < 0) in compile_assert_matchingpath()
6720 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * … in compile_assert_matchingpath()
6726 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 2) * … in compile_assert_matchingpath()
6750 if (framesize >= 0) in compile_assert_matchingpath()
6754 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), framesize * sizeof(s… in compile_assert_matchingpath()
6762 if (framesize < 0) in compile_assert_matchingpath()
6781 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6785 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6819 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, … in match_once_common() argument
6824 if (framesize < 0) in match_once_common()
6826 if (framesize == no_frame) in match_once_common()
6851 …OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + stack… in match_once_common()
7038 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
7080 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7089 …QUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (BACKTRACK_AS(bracket_backtrack)->u.framesize + 1) * sizeof(sl… in compile_bracket_matchingpath()
7129 if (BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7140 if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame) in compile_bracket_matchingpath()
7161 if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame) in compile_bracket_matchingpath()
7173 stacksize += BACKTRACK_AS(bracket_backtrack)->u.framesize + 1; in compile_bracket_matchingpath()
7195 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
7341 …match_once_common(common, ket, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has… in compile_bracket_matchingpath()
7460 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_matchingpath()
7481 …BACKTRACK_AS(bracket_backtrack)->u.framesize = (BACKTRACK_AS(bracket_backtrack)->u.framesize << 1)… in compile_bracket_matchingpath()
7493 int framesize; in compile_bracketpos_matchingpath() local
7536 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
7537 BACKTRACK_AS(bracketpos_backtrack)->framesize = framesize; in compile_bracketpos_matchingpath()
7538 if (framesize < 0) in compile_bracketpos_matchingpath()
7556 if (framesize == no_frame) in compile_bracketpos_matchingpath()
7597 stacksize = framesize + 1; in compile_bracketpos_matchingpath()
7629 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE); in compile_bracketpos_matchingpath()
7647 if (framesize < 0) in compile_bracketpos_matchingpath()
7649 if (framesize == no_frame) in compile_bracketpos_matchingpath()
7691 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw)); in compile_bracketpos_matchingpath()
7692 OP1(SLJIT_MOV, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw), STR_PTR, 0); in compile_bracketpos_matchingpath()
7700 if (framesize < 0) in compile_bracketpos_matchingpath()
7718 if (framesize < 0) in compile_bracketpos_matchingpath()
7737 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw)); in compile_bracketpos_matchingpath()
7751 if (framesize < 0) in compile_bracketpos_matchingpath()
8213 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
8215 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
8228 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
8772 if (CURRENT_AS(assert_backtrack)->framesize < 0) in compile_assert_backtrackingpath()
8802 …>private_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(assert_backtrack)->framesize * sizeof(sljit_s… in compile_assert_backtrackingpath()
8880 needs_control_head = (CURRENT_AS(bracket_backtrack)->u.framesize & 0x1) != 0; in compile_bracket_backtrackingpath()
8881 CURRENT_AS(bracket_backtrack)->u.framesize >>= 1; in compile_bracket_backtrackingpath()
8920 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_backtrackingpath()
8925 …_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (CURRENT_AS(bracket_backtrack)->u.framesize + 1) * sizeof(sl… in compile_bracket_backtrackingpath()
8975 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
9027 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
9031 …EM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->framesize * sizeof(sljit_s… in compile_bracket_backtrackingpath()
9079 …match_once_common(common, ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_a… in compile_bracket_backtrackingpath()
9168 …K_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && assert->framesize >= 0) in compile_bracket_backtrackingpath()
9172 …EM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->framesize * sizeof(sljit_s… in compile_bracket_backtrackingpath()
9210 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
9213 …stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : … in compile_bracket_backtrackingpath()
9224 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
9225 …ivate_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(bracket_backtrack)->u.framesize * sizeof(sljit_s… in compile_bracket_backtrackingpath()
9285 if (CURRENT_AS(bracketpos_backtrack)->framesize < 0) in compile_bracketpos_backtrackingpath()
9315 …vate_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(bracketpos_backtrack)->framesize * sizeof(sljit_s… in compile_bracketpos_backtrackingpath()
9417 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
9426 if (CURRENT_AS(then_trap_backtrack)->framesize >= 0) in compile_then_trap_backtrackingpath()
9629 int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head); in compile_recurse() local
9640 needs_frame = framesize >= 0; in compile_recurse()
9642 framesize = 0; in compile_recurse()
9650 allocate_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()
9651 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(private_data_size + framesize + alternativesize - 1), T… in compile_recurse()
9652 …e_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, framesize + … in compile_recurse()
9657 init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()
9705 …OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9707 …OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9718 …OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9720 …OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
9727 …_data(common, ccbegin, ccend, FALSE, private_data_size + framesize + alternativesize, framesize + … in compile_recurse()
9728 free_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()