Lines Matching refs:lasti
62 int lasti = _PyInterpreterFrame_LASTI(f->f_frame);
63 if (lasti < 0) {
66 return PyLong_FromLong(lasti * sizeof(_Py_CODEUNIT));
484 int lasti = depth_and_lasti & 1;
489 if (lasti) {
794 /* Finally set the new lasti and return OK. */
1117 int lasti = _PyInterpreterFrame_LASTI(frame);
1118 if (lasti < 0 && _Py_OPCODE(_PyCode_CODE(co)[0]) == COPY_FREE_VARS) {
1363 int lasti = _PyInterpreterFrame_LASTI(frame->f_frame);
1364 if (lasti < 0) {
1367 return lasti * sizeof(_Py_CODEUNIT);