Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlnotab_notes.txt143 the example above, assemble_lnotab in compile.c should not (as was actually done
/third_party/python/Python/
Dcompile.c6663 assemble_lnotab(struct assembler *a, struct instr *i) in assemble_lnotab() function
6690 if (i->i_lineno && !assemble_lnotab(a, i)) in assemble_emit()