Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c200 int k = lua_gc(L, o); in luaB_collectgarbage()
201 int b = lua_gc(L, LUA_GCCOUNTB); in luaB_collectgarbage()
207 int res = lua_gc(L, o, step); in luaB_collectgarbage()
214 int previous = lua_gc(L, o, p); in luaB_collectgarbage()
219 int res = lua_gc(L, o); in luaB_collectgarbage()
226 return pushmode(L, lua_gc(L, o, minormul, majormul)); in luaB_collectgarbage()
232 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
235 int res = lua_gc(L, o); in luaB_collectgarbage()
Dlua.c595 lua_gc(L, LUA_GCGEN, 0, 0); /* GC in generational mode */ in pmain()
Dlua.h331 LUA_API int (lua_gc) (lua_State *L, int what, ...); variable
Dlapi.c1101 LUA_API int lua_gc (lua_State *L, int what, ...) { in lua_gc() function
/external/bcc/src/lua/src/
Dmain.c98 lua_gc(L, LUA_GCCOLLECT, 0); in docall()
127 lua_gc(L, LUA_GCSTOP, 0); in pmain()
129 lua_gc(L, LUA_GCRESTART, 0); in pmain()
/external/llvm-project/llvm/test/MC/COFF/
Dswitch-relocations.ll12 define void @lua_gc(i32 %what) nounwind {
/external/llvm/test/MC/COFF/
Dswitch-relocations.ll12 define void @lua_gc(i32 %what) nounwind {