Lines Matching +defs:L +defs:v +defs:v

208 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) {  in luaC_barrier_()
230 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
243 void luaC_fix (lua_State *L, GCObject *o) { in luaC_fix()
258 GCObject *luaC_newobjdt (lua_State *L, int tt, size_t sz, size_t offset) { in luaC_newobjdt()
270 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz) { in luaC_newobj()
763 static void freeupval (lua_State *L, UpVal *uv) { in freeupval()
770 static void freeobj (lua_State *L, GCObject *o) { in freeobj()
822 static GCObject **sweeplist (lua_State *L, GCObject **p, int countin, in sweeplist()
849 static GCObject **sweeptolive (lua_State *L, GCObject **p) { in sweeptolive()
869 static void checkSizes (lua_State *L, global_State *g) { in checkSizes()
899 static void dothecall (lua_State *L, void *ud) { in dothecall()
905 static void GCTM (lua_State *L) { in GCTM()
908 TValue v; in GCTM() local
936 static int runafewfinalizers (lua_State *L, int n) { in runafewfinalizers()
948 static void callallpendingfinalizers (lua_State *L) { in callallpendingfinalizers()
1017 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer()
1077 static void sweep2old (lua_State *L, GCObject **p) { in sweep2old()
1113 static GCObject **sweepgen (lua_State *L, global_State *g, GCObject **p, in sweepgen()
1235 static void finishgencycle (lua_State *L, global_State *g) { in finishgencycle()
1249 static void youngcollection (lua_State *L, global_State *g) { in youngcollection()
1290 static void atomic2gen (lua_State *L, global_State *g) { in atomic2gen()
1327 static lu_mem entergen (lua_State *L, global_State *g) { in entergen()
1358 void luaC_changemode (lua_State *L, int newmode) { in luaC_changemode()
1373 static lu_mem fullgen (lua_State *L, global_State *g) { in fullgen()
1400 static void stepgenfull (lua_State *L, global_State *g) { in stepgenfull()
1440 static void genstep (lua_State *L, global_State *g) { in genstep()
1484 static void entersweep (lua_State *L) { in entersweep()
1496 static void deletelist (lua_State *L, GCObject *p, GCObject *limit) { in deletelist()
1509 void luaC_freeallobjects (lua_State *L) { in luaC_freeallobjects()
1523 static lu_mem atomic (lua_State *L) { in atomic()
1566 static int sweepstep (lua_State *L, global_State *g, in sweepstep()
1583 static lu_mem singlestep (lua_State *L) { in singlestep()
1650 void luaC_runtilstate (lua_State *L, int statesmask) { in luaC_runtilstate()
1665 static void incstep (lua_State *L, global_State *g) { in incstep()
1688 void luaC_step (lua_State *L) { in luaC_step()
1708 static void fullinc (lua_State *L, global_State *g) { in fullinc()
1726 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc()