Searched refs:luaC_step (Results 1 – 6 of 6) sorted by relevance
124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)144 LUAI_FUNC void luaC_step (lua_State *L);
1175 void luaC_step (lua_State *L) { in luaC_step() function
575 luaC_step(L); \
168 { if (G(L)->GCdebt > 0) { pre; luaC_step(L); pos;}; \190 LUAI_FUNC void luaC_step (lua_State *L);
1688 void luaC_step (lua_State *L) { in luaC_step() function
1171 luaC_step(L); in lua_gc()