Lines Matching defs:oparg
199 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) in stack_effect()
1200 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump()
1206 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect()
1482 compiler_addop_i_line(struct compiler *c, int opcode, Py_ssize_t oparg, in compiler_addop_i_line()
1521 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg) in compiler_addop_i()
1529 compiler_addop_i_noline(struct compiler *c, int opcode, Py_ssize_t oparg) in compiler_addop_i_noline()
4186 int oparg; in addop_binary() local
4999 int oparg; in compiler_formatted_value() local
8511 get_const_value(int opcode, int oparg, PyObject *co_consts) in get_const_value()
8640 int oparg = instructions[i].i_oparg; in swaptimize() local
8815 int oparg = inst->i_oparg; in optimize_basic_block() local