Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c52 struct basicblock_ *i_target; /* target block (if jump instruction) */ member
1030 i->i_target = b; in compiler_addop_j()
3422 dfs(c, instr->i_target, a); in dfs()
3456 maxdepth = stackdepth_walk(c, instr->i_target, in stackdepth_walk()
3714 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets()
3716 int delta = instr->i_target->b_offset - bsize; in assemble_jump_offsets()