Home
last modified time | relevance | path

Searched refs:_PyObject_GC_UNTRACK (Results 1 – 25 of 60) sorted by relevance

123

/external/python/cpython2/Objects/
Diterobject.c33 _PyObject_GC_UNTRACK(it); in iter_dealloc()
159 _PyObject_GC_UNTRACK(it); in calliter_dealloc()
Dgenobject.c23 _PyObject_GC_UNTRACK(gen); in gen_dealloc()
37 _PyObject_GC_UNTRACK(self); in gen_dealloc()
Dcellobject.c49 _PyObject_GC_UNTRACK(op); in cell_dealloc()
Dfuncobject.c448 _PyObject_GC_UNTRACK(op); in func_dealloc()
614 _PyObject_GC_UNTRACK((PyObject *)cm); in cm_dealloc()
772 _PyObject_GC_UNTRACK((PyObject *)sm); in sm_dealloc()
Dexceptions.c83 _PyObject_GC_UNTRACK(self); in BaseException_dealloc()
537 _PyObject_GC_UNTRACK(self); in SystemExit_dealloc()
638 _PyObject_GC_UNTRACK(self); in EnvironmentError_dealloc()
836 _PyObject_GC_UNTRACK(self); in WindowsError_dealloc()
1105 _PyObject_GC_UNTRACK(self); in SyntaxError_dealloc()
1584 _PyObject_GC_UNTRACK(self); in UnicodeError_dealloc()
Dtupleobject.c181 _PyObject_GC_UNTRACK(op); in _PyTuple_MaybeUntrack()
865 _PyObject_GC_UNTRACK(v); in _PyTuple_Resize()
935 _PyObject_GC_UNTRACK(it); in tupleiter_dealloc()
Ddescrobject.c9 _PyObject_GC_UNTRACK(descr); in descr_dealloc()
824 _PyObject_GC_UNTRACK(pp); in proxy_dealloc()
1213 _PyObject_GC_UNTRACK(self); in property_dealloc()
Dsliceobject.c264 _PyObject_GC_UNTRACK(r); in slice_dealloc()
Dmethodobject.c133 _PyObject_GC_UNTRACK(m); in meth_dealloc()
Ddictobject.c502 _PyObject_GC_UNTRACK(op); in _PyDict_MaybeUntrack()
2420 _PyObject_GC_UNTRACK(d); in dict_new()
2581 _PyObject_GC_UNTRACK(di); in dictiter_dealloc()
2862 _PyObject_GC_UNTRACK(dv); in dictview_dealloc()
/external/python/cpython3/Objects/
Diterobject.c36 _PyObject_GC_UNTRACK(it); in iter_dealloc()
197 _PyObject_GC_UNTRACK(it); in calliter_dealloc()
Dgenobject.c108 _PyObject_GC_UNTRACK(gen); in gen_dealloc()
118 _PyObject_GC_UNTRACK(self); in gen_dealloc()
1020 _PyObject_GC_UNTRACK((PyObject *)cw); in coro_wrapper_dealloc()
1495 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_asend_dealloc()
1683 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_wrapped_val_dealloc()
1777 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_athrow_dealloc()
Dcellobject.c81 _PyObject_GC_UNTRACK(op); in cell_dealloc()
Dfuncobject.c592 _PyObject_GC_UNTRACK(op); in func_dealloc()
708 _PyObject_GC_UNTRACK((PyObject *)cm); in cm_dealloc()
896 _PyObject_GC_UNTRACK((PyObject *)sm); in sm_dealloc()
Dclassobject.c237 _PyObject_GC_UNTRACK(im); in method_dealloc()
451 _PyObject_GC_UNTRACK(self); in instancemethod_dealloc()
Dexceptions.c87 _PyObject_GC_UNTRACK(self); in BaseException_dealloc()
535 _PyObject_GC_UNTRACK(self); in StopIteration_dealloc()
602 _PyObject_GC_UNTRACK(self); in SystemExit_dealloc()
684 _PyObject_GC_UNTRACK(self); in ImportError_dealloc()
1086 _PyObject_GC_UNTRACK(self); in OSError_dealloc()
1418 _PyObject_GC_UNTRACK(self); in SyntaxError_dealloc()
1862 _PyObject_GC_UNTRACK(self); in UnicodeError_dealloc()
2316 _PyObject_GC_UNTRACK(self); in MemoryError_dealloc()
Dtupleobject.c192 _PyObject_GC_UNTRACK(op); in _PyTuple_MaybeUntrack()
935 _PyObject_GC_UNTRACK(v); in _PyTuple_Resize()
1001 _PyObject_GC_UNTRACK(it); in tupleiter_dealloc()
Ddescrobject.c21 _PyObject_GC_UNTRACK(descr); in descr_dealloc()
1152 _PyObject_GC_UNTRACK(pp); in mappingproxy_dealloc()
1551 _PyObject_GC_UNTRACK(self); in property_dealloc()
Dsliceobject.c327 _PyObject_GC_UNTRACK(r); in slice_dealloc()
Dmethodobject.c163 _PyObject_GC_UNTRACK(m); in meth_dealloc()
/external/python/cpython3/Include/internal/
Dpycore_object.h79 #define _PyObject_GC_UNTRACK(op) \ macro
/external/python/cpython2/Include/
Dobjimpl.h301 #define _PyObject_GC_UNTRACK(o) do { \ macro
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst104 .. c:function:: void _PyObject_GC_UNTRACK(PyObject *op)
/external/python/cpython2/Modules/_io/
Diobase.c301 _PyObject_GC_UNTRACK(self); in iobase_dealloc()
/external/python/cpython3/Modules/_io/
Diobase.c356 _PyObject_GC_UNTRACK(self); in iobase_dealloc()

123