Searched refs:luaC_white (Results 1 – 8 of 8) sorted by relevance
59 ts->tsv.marked = luaC_white(G(L)); in newlstr()101 u->uv.marked = luaC_white(G(L)); /* is not finalized */ in luaS_newudata()
77 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
69 uv->marked = luaC_white(g); in luaF_findupval()
154 L->marked = luaC_white(g); in lua_newstate()
35 ((x)->gch.marked = cast_byte(((x)->gch.marked & maskmarks) | luaC_white(g)))689 o->gch.marked = luaC_white(g); in luaC_link()
120 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))218 gch(o)->marked = luaC_white(g); in luaC_newobj()730 toset = luaC_white(g); /* make object white */ in sweeplist()
275 L->marked = luaC_white(g); in lua_newstate()