Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcodeobject.c111 PyObject *lnotab) in PyCode_NewWithPosOnlyArgs()
251 PyObject *lnotab) in PyCode_New()
442 PyObject *lnotab; in code_new() local
Dframeobject.c98 unsigned char *lnotab = NULL; /* Iterating over co_lnotab */ in frame_setlineno() local
/third_party/python/Python/
Dpeephole.c237 unsigned char *lnotab; in PyCode_Optimize() local
Dmarshal.c1340 PyObject *lnotab = NULL; in r_object() local
Dcompile.c5579 unsigned char *lnotab; in assemble_lnotab() local
/third_party/python/Lib/
Dtrace.py296 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): argument