Home
last modified time | relevance | path

Searched refs:_PyFrame_LocalsToFast (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_frame.h193 _PyFrame_LocalsToFast(_PyInterpreterFrame *frame, int clear);
/third_party/python/Objects/
Dframeobject.c1222 _PyFrame_LocalsToFast(_PyInterpreterFrame *frame, int clear) in _PyFrame_LocalsToFast() function
1293 _PyFrame_LocalsToFast(f->f_frame, clear); in PyFrame_LocalsToFast()
/third_party/python/Python/
Dceval.c3976 _PyFrame_LocalsToFast(frame, 0);