Searched refs:isold (Results 1 – 4 of 4) sorted by relevance
214 if (isold(o)) { in luaC_barrier_()215 lua_assert(!isold(v)); /* white object could not be old */ in luaC_barrier_()234 lua_assert((g->gckind == KGC_GEN) == (isold(o) && getage(o) != G_TOUCHED1)); in luaC_barrierback_()239 if (isold(o)) /* generational mode? */ in luaC_barrierback_()372 lua_assert(!isold(thread) || thread->openupval == NULL); in remarkupvals()625 if (isold(th) || g->gcstate == GCSpropagate) in traversethread()1097 lua_assert(!isold(curr) && isdead(g, curr)); in sweepgen()1156 lua_assert(isold(curr)); /* young objects should be white here */ in correctgraylist()
118 #define isold(o) (getage(o) > G_SURVIVAL) macro
10191 6isold