Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c398 luaC_checkGC(L); in lua_tolstring()
504 luaC_checkGC(L); in lua_pushlstring()
521 luaC_checkGC(L); in lua_pushstring()
535 luaC_checkGC(L); in lua_pushvfstring()
546 luaC_checkGC(L); in lua_pushfstring()
564 luaC_checkGC(L); in lua_pushcclosure()
676 luaC_checkGC(L); in lua_createtable()
1138 luaC_checkGC(L); in lua_concat()
1181 luaC_checkGC(L); in lua_newuserdata()
Dlgc.h124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro
Dlstate.c240 luaC_checkGC(L); in lua_newthread()
Dldo.c315 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
349 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
Dllex.c134 luaC_checkGC(L); in luaX_newstring()
Dlparser.c578 luaC_checkGC(L); in close_func()