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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 100 #define linktable(h,p) ((h)->gclist = *(p), *(p) = obj2gco(h))
152 ** only works for tables; access to 'gclist' is not uniform across
159 gco2t(o)->gclist = g->grayagain;
180 p->gclist = g->grayagain;
268 gco2lcl(o)->gclist = g->gray;
273 gco2ccl(o)->gclist = g->gray;
282 gco2th(o)->gclist = g->gray;
287 gco2p(o)->gclist = g->gray;
522 g->gray = h->gclist; /* remove from 'gray' list */
528 g->gray = cl->gclist; /* remove from 'gray' list *
    [all...]
lstate.h 172 GCObject *gclist; member in struct:lua_State
lobject.h 485 GCObject *gclist; member in struct:Proto
514 CommonHeader; lu_byte nupvalues; GCObject *gclist
568 GCObject *gclist; member in struct:Table

Completed in 3225 milliseconds