Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlua.c142 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()
Dlbaselib.c169 int res = lua_gc(L, o, ex); in luaB_collectgarbage()
172 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
Dlua.h294 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
Dlapi.c1021 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
/external/llvm/test/MC/COFF/
Dswitch-relocations.ll12 define void @lua_gc(i32 %what) nounwind {