Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c220 #define condhardstacktests(x)((void)0) macro
518 …st-(char*)L->top<=(n)*(int)sizeof(TValue))luaD_growstack(L,n);else condhardstacktests(luaD_realloc…
580 #define luaC_checkGC(L){condhardstacktests(luaD_reallocstack(L,L->stacksize-5-1));if(G(L)->totalbyt…
1124 #define inc_ci(L)((L->ci==L->end_ci)?growCI(L):(condhardstacktests(luaD_reallocCI(L,L->size_ci)),++…
1889 condhardstacktests(luaD_reallocCI(L,ci_used+1));
1893 condhardstacktests(luaD_reallocstack(L,s_used));

Completed in 22 milliseconds