Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_code.h226 extern void _PyLineTable_InitAddressRange(
/third_party/python/Objects/
Dcodeobject.c781 _PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddr… in _PyLineTable_InitAddressRange() function
797 _PyLineTable_InitAddressRange(linetable, length, co->co_firstlineno, bounds); in _PyCode_InitAddressRange()