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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT) macro
127 #define luaC_barrier(L,p,v) { if (valiswhite(v) && isblack(obj2gco(p))) \
130 #define luaC_barrierback(L,p,v) { if (valiswhite(v) && isblack(obj2gco(p))) \
134 { if (iswhite(obj2gco(o)) && isblack(obj2gco(p))) \
138 { if (iswhite(obj2gco(o)) && isblack(obj2gco(p))) luaC_barrierback_(L,p); }
141 { if (isblack(obj2gco(p))) luaC_barrierproto_(L,p,c); }
lfunc.c 94 lua_assert(!isblack(o) && uv->v != &uv->u.value);
lgc.c 137 lua_assert(isblack(o) && iswhite(v) && !isdead(g, v) && !isdead(g, o));
157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE);
174 lua_assert(isblack(obj2gco(p)));
192 lua_assert(!isblack(o)); /* open upvalues are never black */
    [all...]

Completed in 147 milliseconds