Home
last modified time | relevance | path

Searched refs:PyEval_GetFrame (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dpython_util.cpp19 PyFrameObject* frame = PyEval_GetFrame(); in GetPythonFrameTop()
35 PyFrameObject* frame = PyEval_GetFrame(); in GetPythonFrames()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h44 PyAPI_FUNC(PyFrameObject *) PyEval_GetFrame(void);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h44 PyAPI_FUNC(PyFrameObject *) PyEval_GetFrame(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h44 PyAPI_FUNC(PyFrameObject *) PyEval_GetFrame(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h44 PyAPI_FUNC(PyFrameObject *) PyEval_GetFrame(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h44 PyAPI_FUNC(PyFrameObject *) PyEval_GetFrame(void);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h31 PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dreflection.rst26 .. c:function:: PyFrameObject* PyEval_GetFrame(void)
Dframe.rst17 The :c:func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` functions
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dreflection.rst26 .. c:function:: PyFrameObject* PyEval_GetFrame()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dcombined_traceback.cpp38 PyFrameObject* f = PyEval_GetFrame(); in gather()
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4053 PyFrameObject *frame = PyEval_GetFrame(); in _PyEval_CallTracing()
4137 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetBuiltins()
4147 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetLocals()
4157 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetGlobals()
4165 PyEval_GetFrame(void) in PyEval_GetFrame() function
4174 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetRestricted()
4181 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_MergeCompilerFlags()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def162 PyEval_GetFrame
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tracer.cpp27 PyFrameObject* frame = PyEval_GetFrame(); in _pythonCallstack()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0.rst63 Fix a crash occurring when :c:func:`PyEval_GetFrame` is called while the
/aosp_15_r20/external/python/cpython2/Modules/
Dsignalmodule.c918 if (!(f = (PyObject *)PyEval_GetFrame())) in PyErr_CheckSignals()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def831 "PyEval_GetFrame"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c247 EXPORT_FUNC(PyEval_GetFrame)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat187 function,PyEval_GetFrame,3.2,,
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp769 auto frame = PyEval_GetFrame(); in PythonTracer()
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1984 PyEval_GetFrame(); // BOOM! in malloc_wrapper()
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc98 PyFrameObject* frame = PyEval_GetFrame(); in _CalledFromGeneratedFile()
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc98 PyFrameObject* frame = PyEval_GetFrame(); in _CalledFromGeneratedFile()
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat364 PyEval_GetFrame:PyObject*::0:
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml682 [function.PyEval_GetFrame]

12