Home
last modified time | relevance | path

Searched defs:oparg (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Modules/
H A D_opcode.c26 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg, in _opcode_stack_effect_impl() argument
[all...]
/third_party/python/Modules/clinic/
H A D_opcode.c.h27 PyObject *oparg = Py_None; in _opcode_stack_effect() local
/third_party/python/Objects/clinic/
H A Dcodeobject.c.h424 int oparg; in code__varname_from_oparg() local
/third_party/python/Objects/
H A Dframeobject.c117 unsigned int oparg = _Py_OPARG(codestr[i]); in get_arg() local
1077 _PyFrame_OpAlreadyRan(_PyInterpreterFrame *frame, int opcode, int oparg) in _PyFrame_OpAlreadyRan() argument
H A Dcodeobject.c2001 code__varname_from_oparg_impl(PyCodeObject *self, int oparg) in code__varname_from_oparg_impl() argument
/third_party/python/Python/
H A Dspecialize.c1706 binary_op_fail_kind(int oparg, PyObject *lhs, PyObject *rhs) in binary_op_fail_kind() argument
1369 specialize_class_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames, int oparg) specialize_class_call() argument
1430 specialize_method_descriptor(PyMethodDescrObject *descr, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames, int oparg) specialize_method_descriptor() argument
1631 _Py_Specialize_Precall(PyObject *callable, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames, int oparg) _Py_Specialize_Precall() argument
1775 _Py_Specialize_BinaryOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, int oparg, PyObject **locals) _Py_Specialize_BinaryOp() argument
1904 _Py_Specialize_CompareOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, int oparg) _Py_Specialize_CompareOp() argument
1996 _Py_Specialize_UnpackSequence(PyObject *seq, _Py_CODEUNIT *instr, int oparg) _Py_Specialize_UnpackSequence() argument
[all...]
H A Dceval.c133 int oparg = _Py_OPARG(*next_instr); in lltrace_instruction() local
1651 int oparg; /* Current opcode argument, if any */ local
7777 format_exc_unbound(PyThreadState *tstate, PyCodeObject *co, int oparg) global() argument
7794 format_awaitable_error(PyThreadState *tstate, PyTypeObject *type, int oparg) global() argument
[all...]
H A Dcompile.c199 int oparg = HAS_ARG(opcode) ? instruction->i_oparg : 0; in instr_size() local
210 int oparg = HAS_ARG(opcode) ? instruction->i_oparg : 0; in write_instr() local
944 stack_effect(int opcode, int oparg, int jump) stack_effect() argument
1200 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) PyCompile_OpcodeStackEffectWithJump() argument
1206 PyCompile_OpcodeStackEffect(int opcode, int oparg) PyCompile_OpcodeStackEffect() argument
1482 compiler_addop_i_line(struct compiler *c, int opcode, Py_ssize_t oparg, int lineno, int end_lineno, int col_offset, int end_col_offset) compiler_addop_i_line() argument
1521 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg) compiler_addop_i() argument
1529 compiler_addop_i_noline(struct compiler *c, int opcode, Py_ssize_t oparg) compiler_addop_i_noline() argument
4186 int oparg; addop_binary() local
4999 int oparg; compiler_formatted_value() local
8511 get_const_value(int opcode, int oparg, PyObject *co_consts) get_const_value() argument
8640 int oparg = instructions[i].i_oparg; swaptimize() local
8815 int oparg = inst->i_oparg; optimize_basic_block() local
[all...]

Completed in 20 milliseconds