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

  /device/linaro/bootloader/edk2/AppPkg/Applications/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);
502 if (g->gcstate == GCSatomic) { /* final traversal? */
939 g->gcstate = GCSsweepstring;
1042 switch (g->gcstate) {
1048 g->gcstate = GCSpropagate;
    [all...]
lstate.h 123 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
lstate.c 295 g->gcstate = GCSpause;
lapi.c 1060 if (g->gcstate == GCSpause) /* end of cycle? */
  /external/lua/src/
lgc.h 50 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)
61 #define keepinvariant(g) ((g)->gcstate <= GCSatomic)
lgc.c 377 if (g->gcstate == GCSpropagate)
423 if (g->gcstate == GCSpropagate)
520 if (upisopen(uv) && g->gcstate != GCSinsideatomic)
534 lua_assert(g->gcstate == GCSinsideatomic ||
538 if (g->gcstate == GCSinsideatomic) { /* final traversal? */
961 g->gcstate = GCSswpallgc;
989 g->gcstate = GCSinsideatomic;
1039 g->gcstate = nextstate;
1047 switch (g->gcstate) {
1051 g->gcstate = GCSpropagate
    [all...]
lstate.h 148 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
lstate.c 319 g->gcstate = GCSpause;
lapi.c 1082 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */

Completed in 63 milliseconds