Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c77 unsigned char i_opcode; member
100 return is_bit_set_in_table(_PyOpcode_RelativeJump, i->i_opcode); in is_relative_jump()
106 return is_bit_set_in_table(_PyOpcode_Jump, i->i_opcode); in is_jump()
1249 i->i_opcode = opcode; in compiler_addop_line()
1479 i->i_opcode = opcode; in compiler_addop_i_line()
1508 i->i_opcode = opcode; in add_jump_to_block()
6515 int effect = stack_effect(instr->i_opcode, instr->i_oparg, 0); in stackdepth()
6519 instr->i_opcode, instr->i_oparg); in stackdepth()
6528 effect = stack_effect(instr->i_opcode, instr->i_oparg, 1); in stackdepth()
6538 if (instr->i_opcode == JUMP_ABSOLUTE || in stackdepth()
[all …]