Home
last modified time | relevance | path

Searched refs:_PyObject_GC_UNTRACK (Results 1 – 25 of 58) 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.c35 _PyObject_GC_UNTRACK(it); in iter_dealloc()
196 _PyObject_GC_UNTRACK(it); in calliter_dealloc()
Dgenobject.c120 _PyObject_GC_UNTRACK(gen); in gen_dealloc()
130 _PyObject_GC_UNTRACK(self); in gen_dealloc()
1036 _PyObject_GC_UNTRACK((PyObject *)cw); in coro_wrapper_dealloc()
1510 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_asend_dealloc()
1686 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_wrapped_val_dealloc()
1780 _PyObject_GC_UNTRACK((PyObject *)o); in async_gen_athrow_dealloc()
Dcellobject.c51 _PyObject_GC_UNTRACK(op); in cell_dealloc()
Dfuncobject.c529 _PyObject_GC_UNTRACK(op); in func_dealloc()
663 _PyObject_GC_UNTRACK((PyObject *)cm); in cm_dealloc()
846 _PyObject_GC_UNTRACK((PyObject *)sm); in sm_dealloc()
Dclassobject.c193 _PyObject_GC_UNTRACK(im); in method_dealloc()
477 _PyObject_GC_UNTRACK(self); in instancemethod_dealloc()
Dexceptions.c87 _PyObject_GC_UNTRACK(self); in BaseException_dealloc()
514 _PyObject_GC_UNTRACK(self); in StopIteration_dealloc()
581 _PyObject_GC_UNTRACK(self); in SystemExit_dealloc()
663 _PyObject_GC_UNTRACK(self); in ImportError_dealloc()
1065 _PyObject_GC_UNTRACK(self); in OSError_dealloc()
1389 _PyObject_GC_UNTRACK(self); in SyntaxError_dealloc()
1831 _PyObject_GC_UNTRACK(self); in UnicodeError_dealloc()
2275 _PyObject_GC_UNTRACK(self); in MemoryError_dealloc()
Dtupleobject.c205 _PyObject_GC_UNTRACK(op); in _PyTuple_MaybeUntrack()
885 _PyObject_GC_UNTRACK(v); in _PyTuple_Resize()
955 _PyObject_GC_UNTRACK(it); in tupleiter_dealloc()
Ddescrobject.c16 _PyObject_GC_UNTRACK(descr); in descr_dealloc()
914 _PyObject_GC_UNTRACK(pp); in mappingproxy_dealloc()
1317 _PyObject_GC_UNTRACK(self); in property_dealloc()
1347 _PyObject_GC_UNTRACK(args); in property_descr_get()
Dmethodobject.c87 _PyObject_GC_UNTRACK(m); in meth_dealloc()
Dsliceobject.c326 _PyObject_GC_UNTRACK(r); in slice_dealloc()
/external/python/cpython3/Modules/
D_queuemodule.c29 _PyObject_GC_UNTRACK(self); in simplequeue_dealloc()
/external/python/cpython2/Include/
Dobjimpl.h301 #define _PyObject_GC_UNTRACK(o) do { \ macro
/external/python/cpython3/Include/
Dobjimpl.h310 #define _PyObject_GC_UNTRACK(o) do { \ macro
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst96 .. c:function:: void _PyObject_GC_UNTRACK(PyObject *op)
/external/python/cpython2/Modules/_io/
Diobase.c301 _PyObject_GC_UNTRACK(self); in iobase_dealloc()

123