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

134 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) {  in luaC_barrier_()
154 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
171 LUAI_FUNC void luaC_barrierproto_ (lua_State *L, Proto *p, Closure *c) { in luaC_barrierproto_()
211 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, in luaC_newobj()
662 static void freeobj (lua_State *L, GCObject *o) { in freeobj()
689 #define sweepwholelist(L,p) sweeplist(L,p,MAX_LUMEM) argument
697 static void sweepthread (lua_State *L, lua_State *L1) { in sweepthread()
718 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { in sweeplist()
757 static GCObject **sweeptolive (lua_State *L, GCObject **p, int *n) { in sweeptolive()
777 static void checkSizes (lua_State *L) { in checkSizes()
802 static void dothecall (lua_State *L, void *ud) { in dothecall()
808 static void GCTM (lua_State *L, int propagateerrors) { in GCTM()
811 TValue v; in GCTM() local
844 static void separatetobefnz (lua_State *L, int all) { in separatetobefnz()
872 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer()
935 static int entersweep (lua_State *L) { in entersweep()
951 void luaC_changemode (lua_State *L, int mode) { in luaC_changemode()
973 static void callallpendingfinalizers (lua_State *L, int propagateerrors) { in callallpendingfinalizers()
982 void luaC_freeallobjects (lua_State *L) { in luaC_freeallobjects()
998 static l_mem atomic (lua_State *L) { in atomic()
1039 static lu_mem singlestep (lua_State *L) { in singlestep()
1109 void luaC_runtilstate (lua_State *L, int statesmask) { in luaC_runtilstate()
1116 static void generationalcollection (lua_State *L) { in generationalcollection()
1138 static void incstep (lua_State *L) { in incstep()
1162 void luaC_forcestep (lua_State *L) { in luaC_forcestep()
1176 void luaC_step (lua_State *L) { in luaC_step()
1188 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc()