Searched refs:isold (Results 1 – 6 of 6) sorted by relevance
53 lua_assert(!isold(o) || isold(obj2gco(L))); in luaF_findupval()
104 #define isold(x) testbit((x)->gch.marked, OLDBIT) macro
794 lua_assert(!isold(o)); /* see MOVE OLD rule */ in udata2finalize()
213 if (isold(o)) { in luaC_barrier_()214 lua_assert(!isold(v)); /* white object could not be old */ in luaC_barrier_()233 lua_assert((g->gckind == KGC_GEN) == (isold(o) && getage(o) != G_TOUCHED1)); in luaC_barrierback_()238 if (isold(o)) /* generational mode? */ in luaC_barrierback_()377 lua_assert(!isold(thread) || thread->openupval == NULL); in remarkupvals()630 if (isold(th) || g->gcstate == GCSpropagate) in traversethread()1128 lua_assert(!isold(curr) && isdead(g, curr)); in sweepgen()1187 lua_assert(isold(curr)); /* young objects should be white here */ in correctgraylist()
118 #define isold(o) (getage(o) > G_SURVIVAL) macro
303 if ((getage(f) == G_OLD && isblack(f)) && !isold(t)) in testobjref1()520 assert(!iswhite(o) || !isold(o)); in checkobject()521 if (isold(o)) { in checkobject()