framesize         238 ext/pcre/pcrelib/pcre_jit_compile.c   int framesize;
framesize         259 ext/pcre/pcrelib/pcre_jit_compile.c     int framesize;
framesize         270 ext/pcre/pcrelib/pcre_jit_compile.c   int framesize;
framesize         313 ext/pcre/pcrelib/pcre_jit_compile.c   int framesize;
framesize        6461 ext/pcre/pcrelib/pcre_jit_compile.c int framesize;
framesize        6495 ext/pcre/pcrelib/pcre_jit_compile.c framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head);
framesize        6496 ext/pcre/pcrelib/pcre_jit_compile.c backtrack->framesize = framesize;
framesize        6512 ext/pcre/pcrelib/pcre_jit_compile.c if (framesize < 0)
framesize        6515 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize == no_frame)
framesize        6530 ext/pcre/pcrelib/pcre_jit_compile.c   allocate_stack(common, framesize + extrasize);
framesize        6532 ext/pcre/pcrelib/pcre_jit_compile.c   OP2(SLJIT_SUB, TMP2, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw));
framesize        6545 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE);
framesize        6593 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        6595 ext/pcre/pcrelib/pcre_jit_compile.c     if (framesize == no_frame)
framesize        6607 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * sizeof(sljit_sw));
framesize        6615 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->control_head_ptr, SLJIT_MEM1(STACK_TOP), (framesize + 1) * sizeof(sljit_sw));
framesize        6627 ext/pcre/pcrelib/pcre_jit_compile.c       if (framesize < 0)
framesize        6631 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), framesize * sizeof(sljit_sw));
framesize        6632 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), (framesize + extrasize - 1) * sizeof(sljit_sw));
framesize        6638 ext/pcre/pcrelib/pcre_jit_compile.c     else if (framesize >= 0)
framesize        6641 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), framesize * sizeof(sljit_sw));
framesize        6683 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(framesize != no_stack);
framesize        6684 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        6690 ext/pcre/pcrelib/pcre_jit_compile.c     OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw));
framesize        6704 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        6722 ext/pcre/pcrelib/pcre_jit_compile.c       free_stack(common, framesize + extrasize - 1);
framesize        6726 ext/pcre/pcrelib/pcre_jit_compile.c       free_stack(common, framesize + extrasize);
framesize        6735 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        6757 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 1) * sizeof(sljit_sw));
framesize        6763 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + 2) * sizeof(sljit_sw));
framesize        6787 ext/pcre/pcrelib/pcre_jit_compile.c     if (framesize >= 0)
framesize        6791 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), framesize * sizeof(sljit_sw));
framesize        6799 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        6818 ext/pcre/pcrelib/pcre_jit_compile.c       free_stack(common, framesize + extrasize - 1);
framesize        6822 ext/pcre/pcrelib/pcre_jit_compile.c       free_stack(common, framesize + extrasize);
framesize        6856 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head)
framesize        6861 ext/pcre/pcrelib/pcre_jit_compile.c if (framesize < 0)
framesize        6863 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize == no_frame)
framesize        6888 ext/pcre/pcrelib/pcre_jit_compile.c   OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + stacksize) * sizeof(sljit_sw));
framesize        7075 ext/pcre/pcrelib/pcre_jit_compile.c     BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_control_head);
framesize        7117 ext/pcre/pcrelib/pcre_jit_compile.c       if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0)
framesize        7126 ext/pcre/pcrelib/pcre_jit_compile.c         braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (BACKTRACK_AS(bracket_backtrack)->u.framesize + 1) * sizeof(sljit_sw));
framesize        7166 ext/pcre/pcrelib/pcre_jit_compile.c   if (BACKTRACK_AS(bracket_backtrack)->u.framesize < 0)
framesize        7177 ext/pcre/pcrelib/pcre_jit_compile.c       if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame)
framesize        7198 ext/pcre/pcrelib/pcre_jit_compile.c       if (BACKTRACK_AS(bracket_backtrack)->u.framesize == no_frame)
framesize        7210 ext/pcre/pcrelib/pcre_jit_compile.c     stacksize += BACKTRACK_AS(bracket_backtrack)->u.framesize + 1;
framesize        7232 ext/pcre/pcrelib/pcre_jit_compile.c     init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacksize + 1, FALSE);
framesize        7378 ext/pcre/pcrelib/pcre_jit_compile.c   match_once_common(common, ket, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head);
framesize        7497 ext/pcre/pcrelib/pcre_jit_compile.c     if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0)
framesize        7518 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(bracket_backtrack)->u.framesize = (BACKTRACK_AS(bracket_backtrack)->u.framesize << 1) | (needs_control_head ? 1 : 0);
framesize        7530 ext/pcre/pcrelib/pcre_jit_compile.c int framesize;
framesize        7573 ext/pcre/pcrelib/pcre_jit_compile.c framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head);
framesize        7574 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(bracketpos_backtrack)->framesize = framesize;
framesize        7575 ext/pcre/pcrelib/pcre_jit_compile.c if (framesize < 0)
framesize        7593 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize == no_frame)
framesize        7634 ext/pcre/pcrelib/pcre_jit_compile.c   stacksize = framesize + 1;
framesize        7666 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE);
framesize        7684 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        7686 ext/pcre/pcrelib/pcre_jit_compile.c     if (framesize == no_frame)
framesize        7732 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw));
framesize        7733 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw), STR_PTR, 0);
framesize        7745 ext/pcre/pcrelib/pcre_jit_compile.c       if (framesize < 0)
framesize        7760 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        7779 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(TMP2), (framesize + 1) * sizeof(sljit_sw));
framesize        7793 ext/pcre/pcrelib/pcre_jit_compile.c   if (framesize < 0)
framesize        8255 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_control_head);
framesize        8257 ext/pcre/pcrelib/pcre_jit_compile.c size = BACKTRACK_AS(then_trap_backtrack)->framesize;
framesize        8270 ext/pcre/pcrelib/pcre_jit_compile.c size = BACKTRACK_AS(then_trap_backtrack)->framesize;
framesize        8813 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(assert_backtrack)->framesize < 0)
framesize        8843 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), CURRENT_AS(assert_backtrack)->private_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(assert_backtrack)->framesize * sizeof(sljit_sw));
framesize        8921 ext/pcre/pcrelib/pcre_jit_compile.c   needs_control_head = (CURRENT_AS(bracket_backtrack)->u.framesize & 0x1) != 0;
framesize        8922 ext/pcre/pcrelib/pcre_jit_compile.c   CURRENT_AS(bracket_backtrack)->u.framesize >>= 1;
framesize        8961 ext/pcre/pcrelib/pcre_jit_compile.c       if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0)
framesize        8966 ext/pcre/pcrelib/pcre_jit_compile.c         CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (CURRENT_AS(bracket_backtrack)->u.framesize + 1) * sizeof(sljit_sw), CURRENT_AS(bracket_backtrack)->recursive_matchingpath);
framesize        9016 ext/pcre/pcrelib/pcre_jit_compile.c   if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0)
framesize        9068 ext/pcre/pcrelib/pcre_jit_compile.c     if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK))
framesize        9072 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->framesize * sizeof(sljit_sw));
framesize        9120 ext/pcre/pcrelib/pcre_jit_compile.c       match_once_common(common, ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head);
framesize        9209 ext/pcre/pcrelib/pcre_jit_compile.c     if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && assert->framesize >= 0)
framesize        9213 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->framesize * sizeof(sljit_sw));
framesize        9251 ext/pcre/pcrelib/pcre_jit_compile.c   if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0)
framesize        9254 ext/pcre/pcrelib/pcre_jit_compile.c     stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : 1);
framesize        9265 ext/pcre/pcrelib/pcre_jit_compile.c   if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0)
framesize        9266 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(bracket_backtrack)->u.framesize * sizeof(sljit_sw));
framesize        9326 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(bracketpos_backtrack)->framesize < 0)
framesize        9356 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), CURRENT_AS(bracketpos_backtrack)->private_data_ptr, SLJIT_MEM1(STACK_TOP), CURRENT_AS(bracketpos_backtrack)->framesize * sizeof(sljit_sw));
framesize        9458 ext/pcre/pcrelib/pcre_jit_compile.c size = CURRENT_AS(then_trap_backtrack)->framesize;
framesize        9467 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(then_trap_backtrack)->framesize >= 0)
framesize        9670 ext/pcre/pcrelib/pcre_jit_compile.c int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head);
framesize        9681 ext/pcre/pcrelib/pcre_jit_compile.c needs_frame = framesize >= 0;
framesize        9683 ext/pcre/pcrelib/pcre_jit_compile.c   framesize = 0;
framesize        9691 ext/pcre/pcrelib/pcre_jit_compile.c allocate_stack(common, private_data_size + framesize + alternativesize);
framesize        9693 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(private_data_size + framesize + alternativesize - 1), TMP2, 0);
framesize        9694 ext/pcre/pcrelib/pcre_jit_compile.c copy_private_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, framesize + alternativesize, needs_control_head);
framesize        9699 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE);
framesize        9747 ext/pcre/pcrelib/pcre_jit_compile.c     OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
framesize        9749 ext/pcre/pcrelib/pcre_jit_compile.c     OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
framesize        9760 ext/pcre/pcrelib/pcre_jit_compile.c   OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
framesize        9762 ext/pcre/pcrelib/pcre_jit_compile.c   OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
framesize        9769 ext/pcre/pcrelib/pcre_jit_compile.c copy_private_data(common, ccbegin, ccend, FALSE, private_data_size + framesize + alternativesize, framesize + alternativesize, needs_control_head);
framesize        9770 ext/pcre/pcrelib/pcre_jit_compile.c free_stack(common, private_data_size + framesize + alternativesize);