Home
last modified time | relevance | path

Searched defs:lnotab (Results 1 – 11 of 11) 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/cpython3/Objects/
Dcodeobject.c102 PyObject *lnotab) in PyCode_New()
360 PyObject *lnotab; in code_new() local
Dframeobject.c76 unsigned char *lnotab = NULL; /* Iterating over co_lnotab */ in frame_setlineno() local
/external/python/cpython3/Python/
Dpeephole.c230 unsigned char *lnotab; in PyCode_Optimize() local
Dmarshal.c1375 PyObject *lnotab = NULL; in r_object() local
Dcompile.c5132 unsigned char *lnotab; in assemble_lnotab() local
/external/python/cpython3/Lib/
Dtrace.py295 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): argument
/external/python/cpython2/Lib/
Dtrace.py357 def write_results_file(self, path, lines, lnotab, lines_hit): argument
/external/python/cpython2/Python/
Dmarshal.c1018 PyObject *lnotab = NULL; in r_object() local
Dcompile.c3555 unsigned char *lnotab; in assemble_lnotab() local