Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlnotab_notes.txt46 the example above, assemble_lnotab in compile.c should not (as was actually done
/external/python/cpython3/Objects/
Dlnotab_notes.txt53 the example above, assemble_lnotab in compile.c should not (as was actually done
/external/python/cpython2/Python/
Dcompile.c3551 assemble_lnotab(struct assembler *a, struct instr *i) in assemble_lnotab() function
3660 if (i->i_lineno && !assemble_lnotab(a, i)) in assemble_emit()
/external/python/cpython3/Python/
Dcompile.c5128 assemble_lnotab(struct assembler *a, struct instr *i) in assemble_lnotab() function
5245 if (i->i_lineno && !assemble_lnotab(a, i)) in assemble_emit()