Searched refs:_PyGCHead_SET_PREV (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 46 _PyGCHead_SET_PREV(gc, last); in _PyObject_GC_TRACK_impl() 74 _PyGCHead_SET_PREV(next, prev); in _PyObject_GC_UNTRACK_impl()
|
D | pycore_gc.h | 50 #define _PyGCHead_SET_PREV(g, p) do { \ macro
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 244 _PyGCHead_SET_PREV(node, last); in gc_list_append() 260 _PyGCHead_SET_PREV(next, prev); in gc_list_remove() 276 _PyGCHead_SET_PREV(from_next, from_prev); in gc_list_move() 281 _PyGCHead_SET_PREV(node, to_prev); in gc_list_move() 300 _PyGCHead_SET_PREV(from_head, to_tail); in gc_list_merge() 303 _PyGCHead_SET_PREV(to, from_tail); in gc_list_merge() 513 _PyGCHead_SET_PREV(next, prev); in visit_reachable() 584 _PyGCHead_SET_PREV(gc, prev); in move_unreachable() 610 _PyGCHead_SET_PREV(gc, last); in move_unreachable()
|
/external/python/cpython3/Objects/ |
D | object.c | 2038 _PyGCHead_SET_PREV(_Py_AS_GC(op), gcstate->trash_delete_later); in _PyTrash_deposit_object() 2050 _PyGCHead_SET_PREV(_Py_AS_GC(op), tstate->trash_delete_later); in _PyTrash_thread_deposit_object()
|