Home
last modified time | relevance | path

Searched refs:AS_GC (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c25 #define AS_GC(o) ((PyGC_Head *)(o)-1) macro
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
214 #define IS_REACHABLE(o) ((AS_GC(o))->gc.gc_refs == GC_REACHABLE)
216 (AS_GC(o))->gc.gc_refs == GC_TENTATIVELY_UNREACHABLE)
361 PyGC_Head *gc = AS_GC(op); in visit_decref()
396 PyGC_Head *gc = AS_GC(op); in visit_reachable()
564 PyGC_Head *gc = AS_GC(op); in visit_move()
689 wrasgc = AS_GC(wr); in handle_weakrefs()
1541 PyGC_Head *g = AS_GC(op); in _PyObject_GC_Resize()
1556 PyGC_Head *g = AS_GC(op); in PyObject_GC_Del()
/external/python/cpython3/Modules/
Dgcmodule.c40 #define AS_GC(o) ((PyGC_Head *)(o)-1) macro
272 PyGC_Head *gc = AS_GC(op); in visit_decref()
307 PyGC_Head *gc = AS_GC(op); in visit_reachable()
460 PyGC_Head *gc = AS_GC(op); in visit_move()
585 wrasgc = AS_GC(wr); in handle_weakrefs()
1757 PyGC_Head *g = AS_GC(op); in _PyObject_GC_Resize()
1772 PyGC_Head *g = AS_GC(op); in PyObject_GC_Del()