Searched refs:extrasize (Results 1 – 1 of 1) sorted by relevance
7282 int extrasize; in compile_assert_matchingpath() local7334 extrasize = 1; in compile_assert_matchingpath()7336 extrasize = 0; in compile_assert_matchingpath()7339 extrasize++; in compile_assert_matchingpath()7344 if (extrasize > 0) in compile_assert_matchingpath()7345 allocate_stack(common, extrasize); in compile_assert_matchingpath()7350 if (extrasize > 0) in compile_assert_matchingpath()7355 SLJIT_ASSERT(extrasize == 2); in compile_assert_matchingpath()7362 extrasize = needs_control_head ? 3 : 2; in compile_assert_matchingpath()7363 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()[all …]