Searched refs:_PyFrame_LocalsToFast (Results 1 – 7 of 7) sorted by relevance
193 _PyFrame_LocalsToFast(_PyInterpreterFrame *frame, int clear);
1222 _PyFrame_LocalsToFast(_PyInterpreterFrame *frame, int clear) in _PyFrame_LocalsToFast() function1293 _PyFrame_LocalsToFast(f->f_frame, clear); in PyFrame_LocalsToFast()
3976 _PyFrame_LocalsToFast(frame, 0);