Lines Matching defs:instr_prev
5628 int instr_prev = _PyInterpreterFrame_LASTI(frame);
5642 maybe_dtrace_line(frame, &tstate->trace_info, instr_prev);
5654 tstate, frame, instr_prev);
6906 PyThreadState *tstate, _PyInterpreterFrame *frame, int instr_prev)
6918 if (instr_prev <= frame->f_code->_co_firsttraceable) {
6922 lastline = _PyCode_LineNumberFromArray(frame->f_code, instr_prev);
6932 (_PyInterpreterFrame_LASTI(frame) < instr_prev &&
7916 int instr_prev)
7924 int lastline = _PyCode_CheckLineNumber(instr_prev*sizeof(_Py_CODEUNIT), &trace_info->bounds);
7929 if (_PyInterpreterFrame_LASTI(frame) < instr_prev ||