Searched refs:PyObject_IS_GC (Results 1 – 8 of 8) sorted by relevance
41 #define PyObject_IS_GC(o) \ macro64 (PyObject_IS_GC(obj) && \
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro317 (PyObject_IS_GC(obj) && \
360 if (PyObject_IS_GC(op)) { in visit_decref()395 if (PyObject_IS_GC(op)) { in visit_reachable()562 if (PyObject_IS_GC(op)) { in visit_move()1287 if (! PyObject_IS_GC(obj)) in gc_get_referents()1336 if (PyObject_IS_GC(obj) && IS_TRACKED(obj)) in gc_is_tracked()
380 if (PyObject_IS_GC(op)) { in visit_decref()416 if (!PyObject_IS_GC(op)) { in visit_reachable()617 if (PyObject_IS_GC(op)) { in visit_move()1520 if (! PyObject_IS_GC(obj)) in gc_get_referents()1658 if (PyObject_IS_GC(obj) && _PyObject_GC_IS_TRACKED(obj)) in gc_is_tracked()
2061 _PyObject_ASSERT(op, PyObject_IS_GC(op)); in _PyTrash_deposit_object()2073 _PyObject_ASSERT(op, PyObject_IS_GC(op)); in _PyTrash_thread_deposit_object()
2446 assert(PyObject_IS_GC(op)); in _PyTrash_deposit_object()2458 assert(PyObject_IS_GC(op)); in _PyTrash_thread_deposit_object()
731 if (PyObject_IS_GC(o)) in _PySys_GetSizeOf()
1599 if (PyObject_IS_GC(o)) in _PySys_GetSizeOf()