Home
last modified time | relevance | path

Searched refs:_Py_HOT_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dpyport.h559 #define _Py_HOT_FUNCTION __attribute__((hot)) macro
561 #define _Py_HOT_FUNCTION
/third_party/python/Objects/
Dframeobject.c577 static void _Py_HOT_FUNCTION
828 PyFrameObject* _Py_HOT_FUNCTION
Ddictobject.c794 static Py_ssize_t _Py_HOT_FUNCTION
850 static Py_ssize_t _Py_HOT_FUNCTION
892 static Py_ssize_t _Py_HOT_FUNCTION
936 static Py_ssize_t _Py_HOT_FUNCTION
/third_party/python/Python/
Derrors.c247 PyObject* _Py_HOT_FUNCTION
Dceval.c1576 PyObject* _Py_HOT_FUNCTION
5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE()