Lines Matching refs:tobefnz
343 for (o = g->tobefnz; o != NULL; o = o->next) { in markbeingfnz()
873 GCObject *o = g->tobefnz; /* get first element */ in udata2finalize()
875 g->tobefnz = o->next; /* remove it from 'tobefnz' list */ in udata2finalize()
927 for (i = 0; i < n && g->tobefnz; i++) in runafewfinalizers()
938 while (g->tobefnz) in callallpendingfinalizers()
963 GCObject **lastnext = findlast(&g->tobefnz); in separatetobefnz()
1227 markold(g, g->tobefnz, NULL); in youngcollection()
1248 sweepgen(L, g, &g->tobefnz, NULL, &dummy); in youngcollection()
1272 sweep2old(L, &g->tobefnz); in atomic2gen()
1306 whitelist(g, g->tobefnz); in enterinc()
1596 return sweepstep(L, g, GCSswptobefnz, &g->tobefnz); in singlestep()
1607 if (g->tobefnz && !g->gcemergency) { in singlestep()