HomeSort by relevance Sort by last modified time
    Searched refs:gcstate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 48 (GCSsweepstring <= (g)->gcstate && (g)->gcstate <= GCSsweep)
61 #define keepinvariant(g) (isgenerational(g) || g->gcstate <= GCSatomic)
69 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \
70 g->gcstate <= GCSatomic)
lgc.c 138 lua_assert(g->gcstate != GCSpause);
501 if (g->gcstate == GCSatomic) { /* final traversal? */
932 g->gcstate = GCSsweepstring;
1035 switch (g->gcstate) {
1041 g->gcstate = GCSpropagate;
1053 g->gcstate = GCSatomic; /* finish mark phase */
    [all...]
lstate.h 123 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
lstate.c 291 g->gcstate = GCSpause;
lapi.c 1060 if (g->gcstate == GCSpause) /* end of cycle? */

Completed in 33 milliseconds