Home
last modified time | relevance | path

Searched refs:sweepgc (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlgc.c875 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */ in luaC_checkfinalizer()
877 g->sweepgc = sweeptolive(L, g->sweepgc, NULL); in luaC_checkfinalizer()
933 lua_assert(g->sweepgc == NULL && g->sweepfin == NULL); in entersweep()
937 g->sweepgc = sweeptolive(L, &g->allgc, &n); in entersweep()
1081 if (g->sweepgc) { in singlestep()
1082 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in singlestep()
Dlstate.h129 GCObject **sweepgc; /* current position of sweep in list 'allgc' */ member
Dlstate.c295 g->sweepgc = g->sweepfin = NULL; in lua_newstate()