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.c49 struct basicblock_ *i_target; /* target block (if jump instruction) */ member
1258 i->i_target = b; in compiler_addop_j()
4978 dfs(c, instr->i_target, a, j); in dfs()
5051 assert(instr->i_target->b_startdepth >= 0); in stackdepth()
5052 assert(instr->i_target->b_startdepth <= depth); in stackdepth()
5057 stackdepth_push(&sp, instr->i_target, target_depth); in stackdepth()
5288 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets()