Home
last modified time | relevance | path

Searched refs:i_target (Results 1 – 2 of 2) 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()
3423 dfs(c, instr->i_target, a); in dfs()
3457 maxdepth = stackdepth_walk(c, instr->i_target, in stackdepth_walk()
3715 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets()
3717 int delta = instr->i_target->b_offset - bsize; in assemble_jump_offsets()
/external/python/cpython3/Python/
Dcompile.c52 struct basicblock_ *i_target; /* target block (if jump instruction) */ member
1416 i->i_target = b; in compiler_addop_j()
5462 dfs(c, instr->i_target, a, j); in dfs()
5529 stackdepth_push(&sp, instr->i_target, target_depth); in stackdepth()
5760 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets()