Home
last modified time | relevance | path

Searched refs:PyFrame_GetLineNumber (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dpython_util.cpp25 loc.line = PyFrame_GetLineNumber(frame); in GetPythonFrameTop()
42 loc.line = PyFrame_GetLineNumber(frame); in GetPythonFrames()
/aosp_15_r20/external/python/cpython2/Objects/
Dframeobject.c64 PyFrame_GetLineNumber(PyFrameObject *f) in PyFrame_GetLineNumber() function
75 return PyInt_FromLong(PyFrame_GetLineNumber(f)); in frame_getlineno()
404 f->f_lineno = PyFrame_GetLineNumber(f); in frame_settrace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyframe.h13 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyframe.h13 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyframe.h13 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dpyframe.h13 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyframe.h13 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dframeobject.h84 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dstack_trace.h72 PyFrame_GetLineNumber(const_cast<PyFrameObject*>(frame)); in Capture()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dreflection.rst32 .. c:function:: int PyFrame_GetLineNumber(PyFrameObject *frame)
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c36 PyFrame_GetLineNumber(PyFrameObject *f) in PyFrame_GetLineNumber() function
50 int lineno = PyFrame_GetLineNumber(f); in frame_getlineno()
955 int lineno = PyFrame_GetLineNumber(f); in frame_repr()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dframe.rst109 .. c:function:: int PyFrame_GetLineNumber(PyFrameObject *frame)
Dcode.rst67 If you just need the line number of a frame, use :c:func:`PyFrame_GetLineNumber` instead.
/aosp_15_r20/external/python/cpython2/Python/
Dtraceback.c99 tb->tb_lineno = PyFrame_GetLineNumber(frame); in newtracebackobject()
D_warnings.c465 *lineno = PyFrame_GetLineNumber(f); in setup_context()
Dceval.c3152 PyFrame_GetLineNumber(f), in PyEval_EvalFrameEx()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Deval_frame.c101 int lineno = PyFrame_GetLineNumber(self->frame->frame_obj); in THPPyInterpreterFrame_f_lineno()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c276 EXPORT_FUNC(PyFrame_GetLineNumber)
/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c244 PyFrame_GetLineNumber(frame)); in _PyTraceBack_FromFrame()
D_warnings.c853 *lineno = PyFrame_GetLineNumber(f); in setup_context()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat288 function,PyFrame_GetLineNumber,3.10,,
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp48 : line_number_{PyFrame_GetLineNumber(frame)} { in CodeLocation()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2169 [function.PyFrame_GetLineNumber]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2447 :c:func:`PyFrame_GetLineNumber` instead; it may be faster.
2448 * ``f_lineno``: use :c:func:`PyFrame_GetLineNumber`
D3.9.rst1287 * Added :c:func:`PyFrame_GetLineNumber` to the limited C API.

12