Home
last modified time | relevance | path

Searched refs:check_opcode (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dframeobject.c1085 int check_opcode = _PyOpcode_Deopt[_Py_OPCODE(*instruction)]; in _PyFrame_OpAlreadyRan() local
1087 if (check_opcode == opcode && check_oparg == oparg) { in _PyFrame_OpAlreadyRan()
1090 if (check_opcode == EXTENDED_ARG) { in _PyFrame_OpAlreadyRan()
1096 instruction += _PyOpcode_Caches[check_opcode]; in _PyFrame_OpAlreadyRan()

Completed in 2 milliseconds