Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/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()
1135 luaC_checkGC(L); in lua_concat()
1178 luaC_checkGC(L); in lua_newuserdata()
Dlgc.h124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro
Dlstate.c236 luaC_checkGC(L); in lua_newthread()
Dldo.c314 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
342 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()