Searched refs:gcstate (Results 1 – 11 of 11) sorted by relevance
49 (GCSsweepstring <= (g)->gcstate && (g)->gcstate <= GCSsweep)62 #define keepinvariant(g) (isgenerational(g) || g->gcstate <= GCSatomic)70 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \71 g->gcstate <= GCSatomic)
137 lua_assert(g->gcstate != GCSpause); in luaC_barrier_()405 if (g->gcstate != GCSatomic || prop) in traverseephemeron()501 if (g->gcstate == GCSatomic) { /* final traversal? */ in traversestack()938 g->gcstate = GCSsweepstring; in entersweep()1041 switch (g->gcstate) { in singlestep()1047 g->gcstate = GCSpropagate; in singlestep()1059 g->gcstate = GCSatomic; /* finish mark phase */ in singlestep()1073 g->gcstate = GCSsweepudata; in singlestep()1082 g->gcstate = GCSsweep; in singlestep()1096 g->gcstate = GCSpause; /* finish collection */ in singlestep()[all …]
124 lu_byte gcstate; /* state of garbage collector */ member
293 g->gcstate = GCSpause; in lua_newstate()
1059 if (g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()
461 if (g->gcstate == GCSatomic && hasclears) in traverseweakvalue()511 if (g->gcstate == GCSpropagate) in traverseephemeron()632 if (isold(th) || g->gcstate == GCSpropagate) in traversethread()636 lua_assert(g->gcstate == GCSatomic || in traversethread()642 if (g->gcstate == GCSatomic) { /* final traversal? */ in traversethread()1240 g->gcstate = GCSpropagate; /* skip restart */ in finishgencycle()1254 lua_assert(g->gcstate == GCSpropagate); in youngcollection()1264 g->gcstate = GCSswpallgc; in youngcollection()1295 g->gcstate = GCSswpallgc; in atomic2gen()1351 g->gcstate = GCSpause; in enterinc()[all …]
43 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)54 #define keepinvariant(g) ((g)->gcstate <= GCSatomic)
330 printf("%d(%02X) - ", g->gcstate, g->currentwhite); in testobjref()517 assert(g->gcstate != GCSpause || iswhite(o)); in checkobject()645 maybedead = (GCSatomic < g->gcstate && g->gcstate <= GCSswpallgc); in lua_checkmemory()946 lua_pushstring(L, statenames[G(L)->gcstate]); in gc_state()954 if (option < g->gcstate) { /* must cross 'pause'? */ in gc_state()958 lua_assert(G(L)->gcstate == option); in gc_state()
266 lu_byte gcstate; /* state of garbage collector */ member
389 g->gcstate = GCSpause; in lua_newstate()
1179 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()