Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dcode.h23 # define _Py_OPARG(word) ((word) & 255) macro
27 # define _Py_OPARG(word) ((word) >> 8) macro
/third_party/python/Objects/
H A Dframeobject.c117 unsigned int oparg = _Py_OPARG(codestr[i]); in get_arg()
119 oparg |= _Py_OPARG(word) << 8; in get_arg()
121 oparg |= _Py_OPARG(word) << 16; in get_arg()
123 oparg |= _Py_OPARG(word) << 24; in get_arg()
419 if (_Py_OPARG(code[i]) & 1) { in mark_stacks()
1086 check_oparg |= _Py_OPARG(*instruction); in _PyFrame_OpAlreadyRan()
H A Dgenobject.c363 if (_PyOpcode_Deopt[_Py_OPCODE(next)] != RESUME || _Py_OPARG(next) < 2) in _PyGen_yf()
496 int jump = _Py_OPARG(frame->prev_instr[-1]); in _gen_throw()
H A Dcodeobject.c1455 instructions[i] = _Py_MAKECODEUNIT(opcode, _Py_OPARG(instruction)); in deopt_code()
/third_party/python/Python/
H A Dceval.c133 int oparg = _Py_OPARG(*next_instr); in lltrace_instruction()
1371 oparg = _Py_OPARG(word); \
1422 oparg = _Py_OPARG(word); \
2066 PyObject **target_local = &GETLOCAL(_Py_OPARG(true_next));
5592 oparg |= _Py_OPARG(*next_instr);
H A Dspecialize.c1790 if (to_store && locals[_Py_OPARG(next)] == lhs) { in _Py_Specialize_BinaryOp()

Completed in 22 milliseconds