Searched refs:PyCode_Addr2Line (Results 1 – 21 of 21) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | traceback.cc | 92 PyCode_Addr2Line(frame.first, frame.second)}); in Frames() 128 /*tb_lineno=*/PyCode_Addr2Line(frame.first, frame.second)); in AsPythonTraceback() 190 return PyCode_Addr2Line(reinterpret_cast<PyCodeObject*>(code.ptr()), in BuildTracebackSubmodule()
|
| D | pprof_profile_builder.cc | 62 line->set_line(PyCode_Addr2Line(code, instruction)); in LocationId()
|
| /external/python/cpython2/Include/ |
| D | code.h | 83 PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
|
| /external/python/cpython3/Include/cpython/ |
| D | code.h | 135 PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
|
| /external/python/cpython3/Doc/c-api/ |
| D | code.rst | 55 .. c:function:: int PyCode_Addr2Line(PyCodeObject *co, int byte_offset)
|
| /external/python/cpython2/PC/os2vacpp/ |
| D | python.def | 113 PyCode_Addr2Line
|
| /external/python/cpython2/Objects/ |
| D | lnotab_notes.txt | 43 (In C, this is implemented by PyCode_Addr2Line().) In order for this to work,
|
| D | codeobject.c | 699 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() function
|
| D | frameobject.c | 69 return PyCode_Addr2Line(f->f_code, f->f_lasti); in PyFrame_GetLineNumber()
|
| /external/python/cpython3/Objects/ |
| D | lnotab_notes.txt | 140 (In C, this is implemented by PyCode_Addr2Line().) In order for this to work,
|
| D | frameobject.c | 49 return PyCode_Addr2Line(f->f_code, f->f_lasti*sizeof(_Py_CODEUNIT)); in PyFrame_GetLineNumber()
|
| D | codeobject.c | 1246 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() function
|
| /external/python/cpython2/PC/os2emx/ |
| D | python27.def | 237 "PyCode_Addr2Line"
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.6.rst | 2163 ``PyFrame_GetLineNumber()`` or ``PyCode_Addr2Line()`` are not affected.
|
| D | 3.10.rst | 1965 instead (like :c:func:`PyCode_Addr2Line` for example). Notice as well that the
|
| D | 2.3.rst | 2002 instead call ``PyCode_Addr2Line(f->f_code, f->f_lasti)``. This will have the
|
| /external/python/cpython2/Doc/whatsnew/ |
| D | 2.3.rst | 2002 instead call ``PyCode_Addr2Line(f->f_code, f->f_lasti)``. This will have the
|
| /external/python/cpython2/Misc/NEWS.d/ |
| D | 2.7a1.rst | 5209 PyCode_Addr2Line().
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 70 …<elf-symbol name='PyCode_Addr2Line' type='func-type' binding='global-binding' visibility='default-… 7356 …PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='Objects/codeobject.c' line='1246' colu… 8393 …<function-decl name='PyCode_Addr2Line' mangled-name='PyCode_Addr2Line' filepath='./Include/cpython…
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 13111 PyCode_Addr2Line(). 22436 PyCode_Addr2Line instead (f_lineno is still there, but only kept up
|
| /external/python/cpython2/Misc/ |
| D | HISTORY | 5052 PyCode_Addr2Line instead (f_lineno is still there, but only kept up
|