Home
last modified time | relevance | path

Searched defs:lnotab (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dtrace.py296 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): argument
/third_party/python/Objects/
Dcodeobject.c411 unsigned char *lnotab = (unsigned char *) PyBytes_AS_STRING(*bytes); in emit_pair() local
/third_party/python/Python/
Dcompile.c6609 unsigned char *lnotab = (unsigned char *) PyBytes_AS_STRING(a->a_lnotab); in assemble_emit_linetable_pair() local