Home
last modified time | relevance | path

Searched refs:_PyObject_GC_UNTRACK (Results 1 – 25 of 59) 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()
198 _PyObject_GC_UNTRACK(it); in calliter_dealloc()
Dgenobject.c121 _PyObject_GC_UNTRACK(gen); in gen_dealloc()
131 _PyObject_GC_UNTRACK(self); in gen_dealloc()
1033 _PyObject_GC_UNTRACK((PyObject *)cw); in coro_wrapper_dealloc()
1510 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_asend_dealloc()
1694 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_wrapped_val_dealloc()
1788 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_athrow_dealloc()
Dcellobject.c83 _PyObject_GC_UNTRACK(op); in cell_dealloc()
Dfuncobject.c593 _PyObject_GC_UNTRACK(op); in func_dealloc()
720 _PyObject_GC_UNTRACK((PyObject *)cm); in cm_dealloc()
904 _PyObject_GC_UNTRACK((PyObject *)sm); in sm_dealloc()
Dexceptions.c89 _PyObject_GC_UNTRACK(self); in BaseException_dealloc()
523 _PyObject_GC_UNTRACK(self); in StopIteration_dealloc()
590 _PyObject_GC_UNTRACK(self); in SystemExit_dealloc()
672 _PyObject_GC_UNTRACK(self); in ImportError_dealloc()
1074 _PyObject_GC_UNTRACK(self); in OSError_dealloc()
1406 _PyObject_GC_UNTRACK(self); in SyntaxError_dealloc()
1848 _PyObject_GC_UNTRACK(self); in UnicodeError_dealloc()
2292 _PyObject_GC_UNTRACK(self); in MemoryError_dealloc()
Dclassobject.c250 _PyObject_GC_UNTRACK(im); in method_dealloc()
514 _PyObject_GC_UNTRACK(self); in instancemethod_dealloc()
Dtupleobject.c206 _PyObject_GC_UNTRACK(op); in _PyTuple_MaybeUntrack()
909 _PyObject_GC_UNTRACK(v); in _PyTuple_Resize()
979 _PyObject_GC_UNTRACK(it); in tupleiter_dealloc()
Ddescrobject.c18 _PyObject_GC_UNTRACK(descr); in descr_dealloc()
1072 _PyObject_GC_UNTRACK(pp); in mappingproxy_dealloc()
1472 _PyObject_GC_UNTRACK(self); in property_dealloc()
Dmethodobject.c127 _PyObject_GC_UNTRACK(m); in meth_dealloc()
Dsliceobject.c327 _PyObject_GC_UNTRACK(r); in slice_dealloc()
/external/python/cpython3/Include/internal/
Dpycore_object.h75 #define _PyObject_GC_UNTRACK(op) \ macro
/external/python/cpython2/Include/
Dobjimpl.h301 #define _PyObject_GC_UNTRACK(o) do { \ macro
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst90 The :c:func:`_PyObject_GC_TRACK` and :c:func:`_PyObject_GC_UNTRACK` macros
/external/python/cpython3/Modules/_io/
Diobase.c358 _PyObject_GC_UNTRACK(self); in iobase_dealloc()
/external/python/cpython2/Modules/_io/
Diobase.c301 _PyObject_GC_UNTRACK(self); in iobase_dealloc()

123