Lines Matching defs:current_frame
1672 frame->previous = prev_cframe->current_frame;
1673 cframe.current_frame = frame;
1784 assert(frame == cframe.current_frame);
2269 frame = cframe.current_frame = new_frame;
2440 frame = cframe.current_frame = dying->previous;
2448 assert(tstate->cframe->current_frame == frame->previous);
2655 assert(tstate->cframe->current_frame == frame->previous);
4762 cframe.current_frame = frame = new_frame;
4871 frame = cframe.current_frame = new_frame;
4913 frame = cframe.current_frame = new_frame;
5443 frame = cframe.current_frame = prev;
5455 assert(tstate->cframe->current_frame == frame->previous);
5830 assert(tstate->cframe->current_frame == frame->previous);
5835 frame = cframe.current_frame = dying->previous;
7119 return tstate->cframe->current_frame;
7142 _PyInterpreterFrame *frame = tstate->cframe->current_frame;
7181 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame;
7182 if (current_frame == NULL) {
7187 if (_PyFrame_FastToLocalsWithError(current_frame) < 0) {
7191 PyObject *locals = current_frame->f_locals;
7200 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame;
7201 if (current_frame == NULL) {
7204 return current_frame->f_globals;
7211 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame;
7214 if (current_frame != NULL) {
7215 const int codeflags = current_frame->f_code->co_flags;
7255 tstate, tstate->cframe->current_frame, \
7265 tstate, tstate->cframe->current_frame, \
7271 tstate, tstate->cframe->current_frame, \