Searched refs:lua_gc (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lua.c | 142 lua_gc(L, LUA_GCCOLLECT, 0); in report() 457 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */ in pmain() 459 lua_gc(L, LUA_GCRESTART, 0); in pmain()
|
D | lbaselib.c | 169 int res = lua_gc(L, o, ex); in luaB_collectgarbage() 172 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
|
D | lua.h | 294 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
|
D | lapi.c | 1021 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
|
/external/llvm/test/MC/COFF/ |
D | switch-relocations.ll | 12 define void @lua_gc(i32 %what) nounwind {
|