Lines Matching refs:allocate_stack

2111 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size)  in allocate_stack()  function
6142 allocate_stack(common, 2); in compile_ref_iterator_matchingpath()
6165 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
6201 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
6211 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
6223 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath()
6338 allocate_stack(common, 2); in compile_recurse_matchingpath()
6346 allocate_stack(common, 1); in compile_recurse_matchingpath()
6417 allocate_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath()
6517 allocate_stack(common, extrasize); in compile_assert_matchingpath()
6530 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
7086 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7184 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7211 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7241 allocate_stack(common, 2); in compile_bracket_matchingpath()
7251 allocate_stack(common, 1); in compile_bracket_matchingpath()
7260 allocate_stack(common, 1); in compile_bracket_matchingpath()
7267 allocate_stack(common, 1); in compile_bracket_matchingpath()
7400 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
7480 allocate_stack(common, 1); in compile_bracket_matchingpath()
7592 allocate_stack(common, stacksize); in compile_bracketpos_matchingpath()
7643 allocate_stack(common, stacksize); in compile_bracketpos_matchingpath()
7974 allocate_stack(common, 2); in compile_iterator_matchingpath()
7980 allocate_stack(common, 1); in compile_iterator_matchingpath()
8001 allocate_stack(common, 1); in compile_iterator_matchingpath()
8012 allocate_stack(common, 2); in compile_iterator_matchingpath()
8048 allocate_stack(common, 1); in compile_iterator_matchingpath()
8056 allocate_stack(common, 2); in compile_iterator_matchingpath()
8067 allocate_stack(common, 1); in compile_iterator_matchingpath()
8226 allocate_stack(common, 1); in compile_control_verb_matchingpath()
8261 allocate_stack(common, size); in compile_then_trap_matchingpath()
8333 allocate_stack(common, 1); in compile_matchingpath()
8476 allocate_stack(common, 1); in compile_matchingpath()
8481 allocate_stack(common, 2); in compile_matchingpath()
8522 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath()
9142 allocate_stack(common, stacksize); in compile_bracket_backtrackingpath()
9691 allocate_stack(common, private_data_size + framesize + alternativesize); in compile_recurse()