Lines Matching refs:allocate_stack

2095 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size)  in allocate_stack()  function
6090 allocate_stack(common, 2); in compile_ref_iterator_matchingpath()
6113 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
6149 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
6159 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
6171 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath()
6286 allocate_stack(common, 2); in compile_recurse_matchingpath()
6294 allocate_stack(common, 1); in compile_recurse_matchingpath()
6365 allocate_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath()
6465 allocate_stack(common, extrasize); in compile_assert_matchingpath()
6478 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
7034 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7132 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7159 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7189 allocate_stack(common, 2); in compile_bracket_matchingpath()
7199 allocate_stack(common, 1); in compile_bracket_matchingpath()
7208 allocate_stack(common, 1); in compile_bracket_matchingpath()
7215 allocate_stack(common, 1); in compile_bracket_matchingpath()
7346 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7426 allocate_stack(common, 1); in compile_bracket_matchingpath()
7538 allocate_stack(common, stacksize); in compile_bracketpos_matchingpath()
7589 allocate_stack(common, stacksize); in compile_bracketpos_matchingpath()
7915 allocate_stack(common, 2); in compile_iterator_matchingpath()
7921 allocate_stack(common, 1); in compile_iterator_matchingpath()
7942 allocate_stack(common, 1); in compile_iterator_matchingpath()
7953 allocate_stack(common, 2); in compile_iterator_matchingpath()
7989 allocate_stack(common, 1); in compile_iterator_matchingpath()
7997 allocate_stack(common, 2); in compile_iterator_matchingpath()
8008 allocate_stack(common, 1); in compile_iterator_matchingpath()
8167 allocate_stack(common, 1); in compile_control_verb_matchingpath()
8202 allocate_stack(common, size); in compile_then_trap_matchingpath()
8274 allocate_stack(common, 1); in compile_matchingpath()
8417 allocate_stack(common, 1); in compile_matchingpath()
8422 allocate_stack(common, 2); in compile_matchingpath()
8464 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath()
9083 allocate_stack(common, stacksize); in compile_bracket_backtrackingpath()
9632 allocate_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()