Searched refs:PyCodeAddressRange (Results 1 – 6 of 6) sorted by relevance
725 PyCodeAddressRange bounds; in _PyCode_CreateLineArray()775 PyCodeAddressRange bounds; in PyCode_Addr2Line()781 …tAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddressRange *range) in _PyLineTable_InitAddressRange()792 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange()804 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()833 next_code_delta(PyCodeAddressRange *bounds) in next_code_delta()840 previous_code_delta(PyCodeAddressRange *bounds) in previous_code_delta()855 read_byte(PyCodeAddressRange *bounds) in read_byte()861 read_varint(PyCodeAddressRange *bounds) in read_varint()875 read_signed_varint(PyCodeAddressRange *bounds) in read_signed_varint()[all …]
552 PyCodeAddressRange bounds; in marklines()
184 } PyCodeAddressRange; typedef189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
33 PyCodeAddressRange bounds; // Only valid if code != NULL.
223 extern int _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds);230 PyCodeAddressRange *range);233 extern int _PyLineTable_NextAddressRange(PyCodeAddressRange *range);234 extern int _PyLineTable_PreviousAddressRange(PyCodeAddressRange *range);
5988 …<typedef-decl name='PyCodeAddressRange' type-id='type-id-448' filepath='./Include/cpython/code.h' …