• Home
  • Raw
  • Download

Lines Matching refs:allocate_stack

2656 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size)  in allocate_stack()  function
7995 allocate_stack(common, 2); in compile_ref_iterator_matchingpath()
8018 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
8054 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
8064 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
8076 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath()
8275 allocate_stack(common, callout_arg_size); in compile_callout_matchingpath()
8434 allocate_stack(common, extrasize); in compile_assert_matchingpath()
8452 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
9018 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
9116 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
9143 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
9173 allocate_stack(common, 2); in compile_bracket_matchingpath()
9183 allocate_stack(common, 1); in compile_bracket_matchingpath()
9192 allocate_stack(common, 1); in compile_bracket_matchingpath()
9199 allocate_stack(common, 1); in compile_bracket_matchingpath()
9337 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
9417 allocate_stack(common, 1); in compile_bracket_matchingpath()
9534 allocate_stack(common, stacksize); in compile_bracketpos_matchingpath()
9585 allocate_stack(common, stacksize); in compile_bracketpos_matchingpath()
9987 allocate_stack(common, 2); in compile_iterator_matchingpath()
10005 allocate_stack(common, 1); in compile_iterator_matchingpath()
10076 allocate_stack(common, 2); in compile_iterator_matchingpath()
10123 allocate_stack(common, 2); in compile_iterator_matchingpath()
10152 allocate_stack(common, 2); in compile_iterator_matchingpath()
10183 allocate_stack(common, 1); in compile_iterator_matchingpath()
10193 allocate_stack(common, 2); in compile_iterator_matchingpath()
10203 allocate_stack(common, 1); in compile_iterator_matchingpath()
10369 allocate_stack(common, 1); in compile_control_verb_matchingpath()
10404 allocate_stack(common, size); in compile_then_trap_matchingpath()
10479 allocate_stack(common, 1); in compile_matchingpath()
10623 allocate_stack(common, 1); in compile_matchingpath()
10628 allocate_stack(common, 2); in compile_matchingpath()
10668 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath()
11270 allocate_stack(common, stacksize); in compile_bracket_backtrackingpath()
11839 allocate_stack(common, private_data_size + local_size); in compile_recurse()
11873 allocate_stack(common, (alt_max > 1 || has_accept) ? 2 : 1); in compile_recurse()
12001 allocate_stack(common, 2); in compile_recurse()