Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c72 #define AS_GC(o) ((PyGC_Head *)(o)-1) macro
457 PyGC_Head *gc = AS_GC(op); in visit_decref()
496 PyGC_Head *gc = AS_GC(op); in visit_reachable()
720 PyGC_Head *gc = AS_GC(op); in visit_move()
852 if (gc_is_collecting(AS_GC(wr))) { in handle_weakrefs()
864 wrasgc = AS_GC(wr); in handle_weakrefs()
1900 if (_PyObject_IS_GC(obj) && _PyGCHead_FINALIZED(AS_GC(obj))) { in gc_is_finalized()
2325 PyGC_Head *g = AS_GC(op); in _PyObject_GC_Resize()
2337 PyGC_Head *g = AS_GC(op); in PyObject_GC_Del()
2360 if (_PyObject_IS_GC(obj) && _PyGCHead_FINALIZED(AS_GC(obj))) { in PyObject_GC_IsFinalized()