Lines Matching refs:_Py_OPCODE
134 int opcode = _Py_OPCODE(*next_instr);
1343 opcode = _Py_OPCODE(*next_instr); \
1370 opcode = _Py_OPCODE(word); \
1420 opcode = _Py_OPCODE(word) | cframe.use_tracing OR_DTRACE_LINE; \
2064 assert(_Py_OPCODE(true_next) == STORE_FAST ||
2065 _Py_OPCODE(true_next) == STORE_FAST__LOAD_FAST);
5201 assert(_Py_OPCODE(next_instr[-1]) == POP_TOP);
5595 opcode = _PyOpcode_Deopt[_Py_OPCODE(*next_instr)];
5689 opcode = _Py_OPCODE(*next_instr);
6935 _Py_OPCODE(*frame->prev_instr) != SEND);