Searched defs:stack_effect (Results 1 – 3 of 3) sorted by relevance
276 int stack_effect = PyCompile_OpcodeStackEffect(instr->op(), instr->arg()); in Reconstruct() local
875 int stack_effect = -1; in BreakAtIf() local1275 static bool FindBlock(int start_bci, const CFG *cfg, int *end_bci, int *stack_effect) { in FindBlock()1384 static bool FindBlock(int start_bci, const CFG *cfg, int *end_bci, int *stack_effect) { in FindBlock()
944 stack_effect(int opcode, int oparg, int jump) in stack_effect() function