Home
last modified time | relevance | path

Searched refs:_Py_frame_state (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_interp.h132 struct _Py_frame_state { struct
301 struct _Py_frame_state frame;
/third_party/python/Objects/
Dframeobject.c24 static struct _Py_frame_state *
608 struct _Py_frame_state *state = get_frame_state(); in frame_dealloc()
791 struct _Py_frame_state *state = get_frame_state(); in frame_alloc()
1129 struct _Py_frame_state *state = &interp->frame; in _PyFrame_ClearFreeList()
1144 struct _Py_frame_state *state = &interp->frame; in _PyFrame_Fini()
1153 struct _Py_frame_state *state = get_frame_state(); in _PyFrame_DebugMallocStats()