Searched refs:PyCodeAddressRange (Results 1 – 18 of 18) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 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 …]
|
D | frameobject.c | 552 PyCodeAddressRange bounds; in marklines()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_code.h | 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);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_code.h | 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);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_code.h | 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);
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_code.h | 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);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_code.h | 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);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | code.h | 184 } PyCodeAddressRange; typedef 189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
|
D | pystate.h | 33 PyCodeAddressRange bounds; // Only valid if code != NULL.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | code.h | 184 } PyCodeAddressRange; typedef 189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
|
D | pystate.h | 33 PyCodeAddressRange bounds; // Only valid if code != NULL.
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | code.h | 184 } PyCodeAddressRange; typedef 189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
|
D | pystate.h | 33 PyCodeAddressRange bounds; // Only valid if code != NULL.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | code.h | 184 } PyCodeAddressRange; typedef 189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
|
D | pystate.h | 33 PyCodeAddressRange bounds; // Only valid if code != NULL.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | code.h | 184 } PyCodeAddressRange; typedef 189 PyAPI_FUNC(int) _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds);
|
D | pystate.h | 33 PyCodeAddressRange bounds; // Only valid if code != NULL.
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 5988 …<typedef-decl name='PyCodeAddressRange' type-id='type-id-448' filepath='./Include/cpython/code.h' …
|