Lines Matching refs:gray
262 linkgclist(gco2lcl(o), g->gray); in reallymarkobject()
266 linkgclist(gco2ccl(o), g->gray); in reallymarkobject()
270 linkgclist(gco2t(o), g->gray); in reallymarkobject()
274 linkgclist(gco2th(o), g->gray); in reallymarkobject()
278 linkgclist(gco2p(o), g->gray); in reallymarkobject()
338 g->gray = g->grayagain = NULL; in restartcollection()
561 GCObject *o = g->gray; in propagatemark()
567 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
573 g->gray = cl->gclist; /* remove from 'gray' list */ in propagatemark()
579 g->gray = cl->gclist; /* remove from 'gray' list */ in propagatemark()
585 g->gray = th->gclist; /* remove from 'gray' list */ in propagatemark()
593 g->gray = p->gclist; /* remove from 'gray' list */ in propagatemark()
604 while (g->gray) propagatemark(g); in propagateall()
999 g->gray = grayagain; in atomic()
1056 lua_assert(g->gray); in singlestep()
1058 if (g->gray == NULL) /* no more gray objects? */ in singlestep()