Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c50 unsigned char i_opcode; member
934 i->i_opcode = opcode; in compiler_addop()
1011 i->i_opcode = opcode; in compiler_addop_i()
1029 i->i_opcode = opcode; in compiler_addop_j()
3438 depth += opcode_stack_effect(instr->i_opcode, instr->i_oparg); in stackdepth_walk()
3444 if (instr->i_opcode == FOR_ITER) { in stackdepth_walk()
3447 else if (instr->i_opcode == SETUP_FINALLY || in stackdepth_walk()
3448 instr->i_opcode == SETUP_EXCEPT) { in stackdepth_walk()
3453 else if (instr->i_opcode == JUMP_IF_TRUE_OR_POP || in stackdepth_walk()
3454 instr->i_opcode == JUMP_IF_FALSE_OR_POP) in stackdepth_walk()
[all …]