Lines Matching refs:extrasize
8370 int extrasize; in compile_assert_matchingpath() local
8423 extrasize = 1; in compile_assert_matchingpath()
8425 extrasize = 0; in compile_assert_matchingpath()
8428 extrasize++; in compile_assert_matchingpath()
8433 if (extrasize > 0) in compile_assert_matchingpath()
8434 allocate_stack(common, extrasize); in compile_assert_matchingpath()
8439 if (extrasize > 0) in compile_assert_matchingpath()
8444 SLJIT_ASSERT(extrasize == 2); in compile_assert_matchingpath()
8451 extrasize = needs_control_head ? 3 : 2; in compile_assert_matchingpath()
8452 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
8455 OP2(SLJIT_ADD, TMP2, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + extrasize) * sizeof(sljit_sw)); in compile_assert_matchingpath()
8470 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize); in compile_assert_matchingpath()
8493 if (*ccbegin == OP_ALT && extrasize > 0) in compile_assert_matchingpath()
8522 else if (extrasize > 0) in compile_assert_matchingpath()
8523 free_stack(common, extrasize); in compile_assert_matchingpath()
8552 if (extrasize > 0) in compile_assert_matchingpath()
8558 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(-extrasize)); in compile_assert_matchingpath()
8562 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(-framesize - extrasize)); in compile_assert_matchingpath()
8615 …OP2(SLJIT_SUB, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, extrasize * sizeof… in compile_assert_matchingpath()
8620 OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (extrasize + 1) * sizeof(sljit_sw)); in compile_assert_matchingpath()
8631 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
8639 if (extrasize == 2) in compile_assert_matchingpath()
8643 else if (extrasize > 0) in compile_assert_matchingpath()
8644 free_stack(common, extrasize); in compile_assert_matchingpath()
8648 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(extrasize - 1)); in compile_assert_matchingpath()
8652 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
8656 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
8668 if (extrasize > 0) in compile_assert_matchingpath()
8669 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(-extrasize)); in compile_assert_matchingpath()
8675 if (extrasize == 2) in compile_assert_matchingpath()
8690 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(-extrasize + 1)); in compile_assert_matchingpath()
8696 if (extrasize == 2) in compile_assert_matchingpath()
8735 if (extrasize > 0) in compile_assert_matchingpath()
8740 if (extrasize == 2) in compile_assert_matchingpath()
8744 else if (extrasize > 0) in compile_assert_matchingpath()
8745 free_stack(common, extrasize); in compile_assert_matchingpath()
8750 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(extrasize - 1)); in compile_assert_matchingpath()
8754 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
8758 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()