Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c48 unsigned i_jrel : 1; member
1035 i->i_jrel = 1; in compiler_addop_j()
3421 if (instr->i_jrel || instr->i_jabs) in dfs()
3442 if (instr->i_jrel || instr->i_jabs) { in stackdepth_walk()
3715 else if (instr->i_jrel) { in assemble_jump_offsets()
3878 const char *jrel = i->i_jrel ? "jrel " : "";