Home
last modified time | relevance | path

Searched refs:PyCodeAddressRange (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/
Dcodeobject.c725 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 …]
Dframeobject.c552 PyCodeAddressRange bounds; in marklines()
/external/python/cpython3/Include/cpython/
Dcode.h184 } PyCodeAddressRange; typedef
189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
Dpystate.h33 PyCodeAddressRange bounds; // Only valid if code != NULL.
/external/python/cpython3/Include/internal/
Dpycore_code.h223 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);
/external/python/cpython3/Doc/data/
Dpython3.11.abi5988 …<typedef-decl name='PyCodeAddressRange' type-id='type-id-448' filepath='./Include/cpython/code.h' …