Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcodeobject.c97 PyObject *lnotab) in PyCode_New()
285 PyObject *lnotab; in code_new() local
Dframeobject.c104 unsigned char *lnotab = NULL; /* Iterating over co_lnotab */ in frame_setlineno() local
/external/python/cpython2/Lib/
Dtrace.py357 def write_results_file(self, path, lines, lnotab, lines_hit): argument
/external/python/cpython3/Lib/
Dtrace.py296 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): argument
/external/python/cpython2/Python/
Dmarshal.c1018 PyObject *lnotab = NULL; in r_object() local
Dcompile.c3555 unsigned char *lnotab; in assemble_lnotab() local
/external/python/cpython3/Objects/
Dcodeobject.c411 unsigned char *lnotab = (unsigned char *) PyBytes_AS_STRING(*bytes); in emit_pair() local
/external/python/cpython3/Python/
Dcompile.c6610 unsigned char *lnotab = (unsigned char *) PyBytes_AS_STRING(a->a_lnotab); in assemble_emit_linetable_pair() local