Lines Matching refs:next
573 // The next eval_frame_handle_pending() call will call
823 for (PyThreadState *p = interp->threads.head; p != NULL; p = p->next) {
1252 hard time making the right prediction for where to jump next (actually,
1376 // Skip from a PRECALL over a CALL to the next instruction:
1395 next opcode. A successful prediction saves a trip through the eval-loop
4341 PyObject *next = (*Py_TYPE(iter)->tp_iternext)(iter);
4342 if (next != NULL) {
4343 PUSH(next);
5594 // quickened instructions, always deoptimize the next opcode:
5600 // make sure the next instruction isn't a RESUME, since that needs