Home
last modified time | relevance | path

Searched refs:opcode_stack_effect (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c686 opcode_stack_effect(int opcode, int oparg) in opcode_stack_effect() function
3438 depth += opcode_stack_effect(instr->i_opcode, instr->i_oparg); in stackdepth_walk()