/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/ |
H A D | python_util.cpp | 24 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 D | python_hooks.cc | 291 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/ |
D | pyframe.h | 15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pyframe.h | 15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pyframe.h | 15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pyframe.h | 15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pyframe.h | 15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | pythoncapi_compat.h | 152 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 D | profiler_python.cpp | 49 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.c | 414 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/ |
D | frame.rst | 60 .. c:function:: PyCodeObject* PyFrame_GetCode(PyFrameObject *frame)
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/ |
H A D | combined_traceback.cpp | 42 CapturedTraceback::PyFrame{PyFrame_GetCode(f), PyFrame_GetLasti(f)}); in gather()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | traceback.cc | 49 frames_.emplace_back(PyFrame_GetCode(py_frame), PyFrame_GetLasti(py_frame)); in Traceback()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | suggestions.c | 225 PyCodeObject *code = PyFrame_GetCode(frame); in offer_suggestions_for_name_error()
|
D | traceback.c | 943 code = PyFrame_GetCode(tb->tb_frame); in tb_printinternal()
|
D | _warnings.c | 774 PyCodeObject *code = PyFrame_GetCode(frame); in is_internal_frame()
|
D | import.c | 1507 PyCodeObject *code = PyFrame_GetCode(frame); in remove_importlib_frames()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_tracer.cpp | 32 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in _pythonCallstack()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | frameobject.c | 97 return (PyObject *)PyFrame_GetCode(f); in frame_getcode() 1308 PyFrame_GetCode(PyFrameObject *frame) in PyFrame_GetCode() function
|
D | genobject.c | 982 gen->gi_code = PyFrame_GetCode(f); in gen_new_with_qualname()
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 275 EXPORT_FUNC(PyFrame_GetCode)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 287 function,PyFrame_GetCode,3.10,,
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0b1.rst | 937 New :c:func:`PyFrame_GetCode` function: return a borrowed reference to the
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.11.rst | 2441 * ``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/ |
D | stable_abi.toml | 2171 [function.PyFrame_GetCode]
|