Lines Matching refs:i_opcode
47 unsigned char i_opcode; member
1147 i->i_opcode = opcode; in compiler_addop()
1239 i->i_opcode = opcode; in compiler_addop_i()
1257 i->i_opcode = opcode; in compiler_addop_j()
5029 int effect = stack_effect(instr->i_opcode, instr->i_oparg, 0); in stackdepth()
5031 fprintf(stderr, "opcode = %d\n", instr->i_opcode); in stackdepth()
5040 effect = stack_effect(instr->i_opcode, instr->i_oparg, 1); in stackdepth()
5047 if (instr->i_opcode == CONTINUE_LOOP) { in stackdepth()
5060 if (instr->i_opcode == JUMP_ABSOLUTE || in stackdepth()
5061 instr->i_opcode == JUMP_FORWARD || in stackdepth()
5062 instr->i_opcode == RETURN_VALUE || in stackdepth()
5063 instr->i_opcode == RAISE_VARARGS || in stackdepth()
5064 instr->i_opcode == BREAK_LOOP) in stackdepth()
5255 write_op_arg(code, i->i_opcode, arg, size); in assemble_emit()
5455 if (HAS_ARG(i->i_opcode)) {
5459 i->i_lineno, i->i_opcode, arg, jabs, jrel);