Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c289 int stacksize; member
10286 int stacksize; in match_once_common() local
10340 stacksize++; in match_capture_common()
10538 stacksize = 0; in compile_bracket_matchingpath()
10540 stacksize++; in compile_bracket_matchingpath()
10542 stacksize++; in compile_bracket_matchingpath()
10547 stacksize = 0; in compile_bracket_matchingpath()
10551 stacksize++; in compile_bracket_matchingpath()
10779 stacksize = stacksize == 0; in compile_bracket_matchingpath()
10847 stacksize = 0; in compile_bracket_matchingpath()
[all …]
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c473 int stacksize; member
1067 L->stacksize=realsize;
1079 if(n<=L->stacksize)
1080 luaD_reallocstack(L,2*L->stacksize);
1082 luaD_reallocstack(L,L->stacksize+n);
1889 if(4*s_used<L->stacksize&&
1890 2*((2*20)+5)<L->stacksize)
1891 luaD_reallocstack(L,L->stacksize/2);
2269 L1->stacksize=(2*20)+5;
2271 L1->stack_last=L1->stack+(L1->stacksize-5)-1;
[all …]

Completed in 66 milliseconds