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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) macro
117 #define valiswhite(x) (iscollectable(x) && iswhite(gcvalue(x)))
134 { if (iswhite(obj2gco(o)) && isblack(obj2gco(p))) \
138 { if (iswhite(obj2gco(o)) && isblack(obj2gco(p))) luaC_barrierback_(L,p); }
lgc.c 78 #define markobject(g,t) { if ((t) && iswhite(obj2gco(t))) \
127 else return iswhite(gcvalue(o));
137 lua_assert(isblack(o) && iswhite(v) && !isdead(g, v) && !isdead(g, o));
459 if (f->cache && iswhite(obj2gco(f->cache)))
849 if (!(iswhite(curr) || all)) /* not being collected? */
996 lua_assert(!iswhite(obj2gco(g->mainthread)));
    [all...]

Completed in 46 milliseconds