Searched refs:SEPARATED (Results 1 – 4 of 4) sorted by relevance
91 #define SEPARATED 4 /* object is in 'finobj' list or in 'tobefnz' */ macro
788 resetbit(gch(o)->marked, SEPARATED); /* mark that it is not in 'tobefnz' */ in udata2finalize()848 lua_assert(testbit(gch(curr)->marked, SEPARATED)); in separatetobefnz()868 if (testbit(gch(o)->marked, SEPARATED) || /* obj. is already separated... */ in luaC_checkfinalizer()884 l_setbit(ho->marked, SEPARATED); /* mark it as such */ in luaC_checkfinalizer()
795 resetbit(gch(o)->marked, SEPARATED); /* mark that it is not in 'tobefnz' */ in udata2finalize()855 lua_assert(testbit(gch(curr)->marked, SEPARATED)); in separatetobefnz()875 if (testbit(gch(o)->marked, SEPARATED) || /* obj. is already separated... */ in luaC_checkfinalizer()891 l_setbit(ho->marked, SEPARATED); /* mark it as such */ in luaC_checkfinalizer()