Lines Matching refs:GCObject
296 static int testobjref1 (global_State *g, GCObject *f, GCObject *t) { in testobjref1()
313 static void printobj (global_State *g, GCObject *o) { in printobj()
323 void lua_printobj (lua_State *L, struct GCObject *o) { in lua_printobj()
327 static int testobjref (global_State *g, GCObject *f, GCObject *t) { in testobjref()
340 static void checkobjref (global_State *g, GCObject *f, GCObject *t) { in checkobjref()
354 static void checkvalref (global_State *g, GCObject *f, const TValue *t) { in checkvalref()
363 GCObject *hgc = obj2gco(h); in checktable()
381 GCObject *hgc = obj2gco(u); in checkudata()
390 GCObject *fgc = obj2gco(f); in checkproto()
406 GCObject *clgc = obj2gco(cl); in checkCclosure()
414 GCObject *clgc = obj2gco(cl); in checkLclosure()
461 static void checkrefs (global_State *g, GCObject *o) { in checkrefs()
512 static void checkobject (global_State *g, GCObject *o, int maybedead, in checkobject()
534 static lu_mem checkgraylist (global_State *g, GCObject *o) { in checkgraylist()
580 static void incifingray (global_State *g, GCObject *o, lu_mem *count) { in incifingray()
598 GCObject *newl, GCObject *survival, GCObject *old, GCObject *reallyold) { in checklist()
599 GCObject *o; in checklist()
627 GCObject *o; in lua_checkmemory()
897 GCObject *obj = gcvalue(o); in gc_color()
915 GCObject *obj = gcvalue(o); in gc_age()
929 GCObject *obj = gcvalue(o); in gc_printobj()