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

133 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) {  in luaC_barrier_()
153 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
170 LUAI_FUNC void luaC_barrierproto_ (lua_State *L, Proto *p, Closure *c) { in luaC_barrierproto_()
210 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, in luaC_newobj()
661 static void freeobj (lua_State *L, GCObject *o) { in freeobj()
688 #define sweepwholelist(L,p) sweeplist(L,p,MAX_LUMEM) argument
696 static void sweepthread (lua_State *L, lua_State *L1) { in sweepthread()
717 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { in sweeplist()
756 static GCObject **sweeptolive (lua_State *L, GCObject **p, int *n) { in sweeptolive()
776 static void checkSizes (lua_State *L) { in checkSizes()
801 static void dothecall (lua_State *L, void *ud) { in dothecall()
807 static void GCTM (lua_State *L, int propagateerrors) { in GCTM()
810 TValue v; in GCTM() local
843 static void separatetobefnz (lua_State *L, int all) { in separatetobefnz()
871 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer()
934 static int entersweep (lua_State *L) { in entersweep()
950 void luaC_changemode (lua_State *L, int mode) { in luaC_changemode()
972 static void callallpendingfinalizers (lua_State *L, int propagateerrors) { in callallpendingfinalizers()
981 void luaC_freeallobjects (lua_State *L) { in luaC_freeallobjects()
997 static l_mem atomic (lua_State *L) { in atomic()
1038 static lu_mem singlestep (lua_State *L) { in singlestep()
1108 void luaC_runtilstate (lua_State *L, int statesmask) { in luaC_runtilstate()
1115 static void generationalcollection (lua_State *L) { in generationalcollection()
1137 static void incstep (lua_State *L) { in incstep()
1161 void luaC_forcestep (lua_State *L) { in luaC_forcestep()
1175 void luaC_step (lua_State *L) { in luaC_step()
1187 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc()