Lines Matching defs:effect
934 /* Return the stack effect of opcode with argument oparg.
936 Some opcodes have different stack effect when jump to the target and
6372 // Duplicate the effect of 3.10's ROT_* instructions using SWAPs.
7152 * cycles in the flow graph have no net effect on the stack depth.
7185 int effect = stack_effect(instr->i_opcode, instr->i_oparg, 0);
7186 if (effect == PY_INVALID_STACK_EFFECT) {
7192 int new_depth = depth + effect;
7198 effect = stack_effect(instr->i_opcode, instr->i_oparg, 1);
7199 assert(effect != PY_INVALID_STACK_EFFECT);
7200 int target_depth = depth + effect;
8598 // same effect.
8636 // Simulate the combined effect of these instructions by "running" them on