Home
last modified time | relevance | path

Searched refs:PyFrame_GetCode (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dpython_util.cpp24 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in GetPythonFrameTop()
41 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in GetPythonFrames()
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc291 PyCodeObject* f_code = PyFrame_GetCode(frame); in ProfileFast()
309 PyCodeObject* f_code = PyFrame_GetCode(frame); in ProfileFast()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyframe.h15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyframe.h15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyframe.h15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
/aosp_15_r20/external/python/cpython3/Include/
Dpyframe.h15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyframe.h15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h152 PyFrame_GetCode(PyFrameObject *frame) in PyFrame_GetCode() function
163 PyCodeObject *code = PyFrame_GetCode(frame); in _PyFrame_GetCodeBorrow()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp49 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame));
318 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in set_class()
848 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in recordPyCall()
/aosp_15_r20/external/python/cpython3/Modules/
D_lsprof.c414 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback()
424 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dframe.rst60 .. c:function:: PyCodeObject* PyFrame_GetCode(PyFrameObject *frame)
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dcombined_traceback.cpp42 CapturedTraceback::PyFrame{PyFrame_GetCode(f), PyFrame_GetLasti(f)}); in gather()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtraceback.cc49 frames_.emplace_back(PyFrame_GetCode(py_frame), PyFrame_GetLasti(py_frame)); in Traceback()
/aosp_15_r20/external/python/cpython3/Python/
Dsuggestions.c225 PyCodeObject *code = PyFrame_GetCode(frame); in offer_suggestions_for_name_error()
Dtraceback.c943 code = PyFrame_GetCode(tb->tb_frame); in tb_printinternal()
D_warnings.c774 PyCodeObject *code = PyFrame_GetCode(frame); in is_internal_frame()
Dimport.c1507 PyCodeObject *code = PyFrame_GetCode(frame); in remove_importlib_frames()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tracer.cpp32 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in _pythonCallstack()
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c97 return (PyObject *)PyFrame_GetCode(f); in frame_getcode()
1308 PyFrame_GetCode(PyFrameObject *frame) in PyFrame_GetCode() function
Dgenobject.c982 gen->gi_code = PyFrame_GetCode(f); in gen_new_with_qualname()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c275 EXPORT_FUNC(PyFrame_GetCode)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat287 function,PyFrame_GetCode,3.10,,
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst937 New :c:func:`PyFrame_GetCode` function: return a borrowed reference to the
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2441 * ``f_code``: use :c:func:`PyFrame_GetCode`.
2469 Code defining ``PyFrame_GetCode()`` on Python 3.8 and older::
2472 static inline PyCodeObject* PyFrame_GetCode(PyFrameObject *frame)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2171 [function.PyFrame_GetCode]

12