Searched refs:gclist (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.c100 #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; /* remov
[all...]
H A Dlstate.h172 GCObject *gclist; member in struct:lua_State
H A Dlobject.h485 GCObject *gclist; member in struct:Proto
514 CommonHeader; lu_byte nupvalues; GCObject *gclist
568 GCObject *gclist; member in struct:Table

Completed in 600 milliseconds