Lines Matching refs:free_stack
2127 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack() function
6443 free_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath()
6508 free_stack(common, 1); in compile_assert_matchingpath()
6598 free_stack(common, extrasize); in compile_assert_matchingpath()
6710 free_stack(common, 1); in compile_assert_matchingpath()
6714 free_stack(common, extrasize); 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()
6805 free_stack(common, 1); in compile_assert_matchingpath()
6809 free_stack(common, extrasize); 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()
6870 free_stack(common, stacksize); in match_once_common()
7104 free_stack(common, 1); in compile_bracket_matchingpath()
7447 free_stack(common, 1); in compile_bracket_matchingpath()
7459 free_stack(common, 1); in compile_bracket_matchingpath()
7503 free_stack(common, 1); in compile_bracket_matchingpath()
8626 free_stack(common, 1); in compile_iterator_backtrackingpath()
8652 free_stack(common, 2); in compile_iterator_backtrackingpath()
8666 free_stack(common, 1); in compile_iterator_backtrackingpath()
8696 free_stack(common, 2); in compile_iterator_backtrackingpath()
8710 free_stack(common, 1); in compile_iterator_backtrackingpath()
8722 free_stack(common, 1); in compile_iterator_backtrackingpath()
8756 free_stack(common, 1); in compile_ref_iterator_backtrackingpath()
8764 free_stack(common, ref ? 2 : 3); in compile_ref_iterator_backtrackingpath()
8781 free_stack(common, 2); in compile_recurse_backtrackingpath()
8788 free_stack(common, 1); in compile_recurse_backtrackingpath()
8821 free_stack(common, 1); in compile_assert_backtrackingpath()
8832 free_stack(common, 1); in compile_assert_backtrackingpath()
8835 free_stack(common, 1); in compile_assert_backtrackingpath()
8929 free_stack(common, 1); in compile_bracket_backtrackingpath()
8941 free_stack(common, 1); in compile_bracket_backtrackingpath()
8956 free_stack(common, 1); in compile_bracket_backtrackingpath()
8970 free_stack(common, 1); in compile_bracket_backtrackingpath()
8982 free_stack(common, 1); in compile_bracket_backtrackingpath()
9000 free_stack(common, 3); in compile_bracket_backtrackingpath()
9008 free_stack(common, 2); in compile_bracket_backtrackingpath()
9029 free_stack(common, 1); in compile_bracket_backtrackingpath()
9038 free_stack(common, 1); in compile_bracket_backtrackingpath()
9220 free_stack(common, 1); in compile_bracket_backtrackingpath()
9230 free_stack(common, 2); in compile_bracket_backtrackingpath()
9237 free_stack(common, 1); in compile_bracket_backtrackingpath()
9244 free_stack(common, 1); in compile_bracket_backtrackingpath()
9261 free_stack(common, stacksize); in compile_bracket_backtrackingpath()
9271 free_stack(common, 2); in compile_bracket_backtrackingpath()
9286 free_stack(common, 1); in compile_bracket_backtrackingpath()
9294 free_stack(common, 1); in compile_bracket_backtrackingpath()
9305 free_stack(common, 1); in compile_bracket_backtrackingpath()
9308 free_stack(common, bra == OP_BRAMINZERO ? 2 : 1); in compile_bracket_backtrackingpath()
9310 free_stack(common, 1); in compile_bracket_backtrackingpath()
9341 free_stack(common, CURRENT_AS(bracketpos_backtrack)->stacksize); in compile_bracketpos_backtrackingpath()
9353 free_stack(common, CURRENT_AS(bracketpos_backtrack)->stacksize); in compile_bracketpos_backtrackingpath()
9462 free_stack(common, size); in compile_then_trap_backtrackingpath()
9470 free_stack(common, 3); in compile_then_trap_backtrackingpath()
9489 free_stack(common, 1); in compile_backtrackingpath()
9618 free_stack(common, common->has_skip_arg ? 5 : 1); in compile_backtrackingpath()
9770 free_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()