Lines Matching refs:framesize

238   int framesize;  member
259 int framesize; member
270 int framesize; member
327 int framesize; member
7257 int framesize; in compile_assert_matchingpath() local
7291 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
7292 backtrack->framesize = framesize; in compile_assert_matchingpath()
7308 if (framesize < 0) in compile_assert_matchingpath()
7317 if (framesize == no_frame) in compile_assert_matchingpath()
7339 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
7342 OP2(SLJIT_ADD, TMP2, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
7357 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
7405 if (framesize < 0) in compile_assert_matchingpath()
7407 if (framesize == no_frame) in compile_assert_matchingpath()
7420 …OP2(SLJIT_SUB, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * … in compile_assert_matchingpath()
7428 …MOV, SLJIT_MEM1(SLJIT_SP), common->control_head_ptr, SLJIT_MEM1(STACK_TOP), STACK(-framesize - 2)); in compile_assert_matchingpath()
7443 if (framesize < 0) in compile_assert_matchingpath()
7447 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(-framesize - 1)); in compile_assert_matchingpath()
7448 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(-framesize - extrasize)); in compile_assert_matchingpath()
7454 else if (framesize >= 0) in compile_assert_matchingpath()
7457 …1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-framesize - 1)); in compile_assert_matchingpath()
7499 SLJIT_ASSERT(framesize != no_stack); in compile_assert_matchingpath()
7500 if (framesize < 0) in compile_assert_matchingpath()
7506 … OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
7520 if (framesize < 0) in compile_assert_matchingpath()
7538 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
7542 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
7551 if (framesize < 0) in compile_assert_matchingpath()
7575 …OP2(SLJIT_SUB, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * … in compile_assert_matchingpath()
7581 …OP2(SLJIT_SUB, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 2) * … in compile_assert_matchingpath()
7605 if (framesize >= 0) in compile_assert_matchingpath()
7609 …1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-framesize - 1)); in compile_assert_matchingpath()
7617 if (framesize < 0) in compile_assert_matchingpath()
7638 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
7642 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
7676 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, … in match_once_common() argument
7681 if (framesize < 0) in match_once_common()
7683 if (framesize == no_frame) in match_once_common()
7710 …OP2(SLJIT_SUB, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + stack… in match_once_common()
7897 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
7939 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7948 …JIT_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), STACK(-BACKTRACK_AS(bracket_backtrack)->u.framesize - 2)); in compile_bracket_matchingpath()
7988 if (BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
7999 if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame) in compile_bracket_matchingpath()
8020 if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame) in compile_bracket_matchingpath()
8032 stacksize += BACKTRACK_AS(bracket_backtrack)->u.framesize + 1; in compile_bracket_matchingpath()
8054 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
8200 …match_once_common(common, ket, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has… in compile_bracket_matchingpath()
8319 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_matchingpath()
8343 …BACKTRACK_AS(bracket_backtrack)->u.framesize = (BACKTRACK_AS(bracket_backtrack)->u.framesize << 1)… in compile_bracket_matchingpath()
8356 int framesize; in compile_bracketpos_matchingpath() local
8399 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
8400 BACKTRACK_AS(bracketpos_backtrack)->framesize = framesize; in compile_bracketpos_matchingpath()
8401 if (framesize < 0) in compile_bracketpos_matchingpath()
8419 if (framesize == no_frame) in compile_bracketpos_matchingpath()
8460 stacksize = framesize + 1; in compile_bracketpos_matchingpath()
8492 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE); in compile_bracketpos_matchingpath()
8510 if (framesize < 0) in compile_bracketpos_matchingpath()
8512 if (framesize == no_frame) in compile_bracketpos_matchingpath()
8558 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP2), STACK(-framesize - 2)); in compile_bracketpos_matchingpath()
8559 OP1(SLJIT_MOV, SLJIT_MEM1(TMP2), STACK(-framesize - 2), STR_PTR, 0); in compile_bracketpos_matchingpath()
8571 if (framesize < 0) in compile_bracketpos_matchingpath()
8586 if (framesize < 0) in compile_bracketpos_matchingpath()
8605 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(TMP2), STACK(-framesize - 2)); in compile_bracketpos_matchingpath()
8619 if (framesize < 0) in compile_bracketpos_matchingpath()
9277 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
9279 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
9292 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
9822 if (CURRENT_AS(assert_backtrack)->framesize < 0) in compile_assert_backtrackingpath()
9852 …ck)->private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-CURRENT_AS(assert_backtrack)->framesize - 1)); in compile_assert_backtrackingpath()
9930 needs_control_head = (CURRENT_AS(bracket_backtrack)->u.framesize & 0x1) != 0; in compile_bracket_backtrackingpath()
9931 CURRENT_AS(bracket_backtrack)->u.framesize >>= 1; in compile_bracket_backtrackingpath()
9970 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_backtrackingpath()
9975 …, STR_PTR, 0, SLJIT_MEM1(TMP1), STACK(-CURRENT_AS(bracket_backtrack)->u.framesize - 2), CURRENT_AS… in compile_bracket_backtrackingpath()
10025 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
10077 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
10081 …IT_MEM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-assert->framesize - 1)); in compile_bracket_backtrackingpath()
10129 …match_once_common(common, ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_a… in compile_bracket_backtrackingpath()
10218 …K_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && assert->framesize >= 0) in compile_bracket_backtrackingpath()
10222 …IT_MEM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-assert->framesize - 1)); in compile_bracket_backtrackingpath()
10260 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
10263 …stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : … in compile_bracket_backtrackingpath()
10276 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
10277 …, private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-CURRENT_AS(bracket_backtrack)->u.framesize - 1)); in compile_bracket_backtrackingpath()
10337 if (CURRENT_AS(bracketpos_backtrack)->framesize < 0) in compile_bracketpos_backtrackingpath()
10367 …>private_data_ptr, SLJIT_MEM1(STACK_TOP), STACK(-CURRENT_AS(bracketpos_backtrack)->framesize - 1)); in compile_bracketpos_backtrackingpath()
10469 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
10478 if (CURRENT_AS(then_trap_backtrack)->framesize >= 0) in compile_then_trap_backtrackingpath()
10681 int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head); in compile_recurse() local
10692 needs_frame = framesize >= 0; in compile_recurse()
10694 framesize = 0; in compile_recurse()
10703 allocate_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()
10704 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(private_data_size + framesize + alternativesize - 1), T… in compile_recurse()
10705 …opy_private_data(common, ccbegin, ccend, TRUE, framesize + alternativesize, private_data_size + fr… in compile_recurse()
10710 init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()
10758 …OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
10760 …OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
10771 …OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
10773 …OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit… in compile_recurse()
10780 …py_private_data(common, ccbegin, ccend, FALSE, framesize + alternativesize, private_data_size + fr… in compile_recurse()
10781 free_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()