Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h554 #define _Py_HOT_FUNCTION __attribute__((hot)) macro
556 #define _Py_HOT_FUNCTION
/external/python/cpython3/Objects/
Dframeobject.c567 static void _Py_HOT_FUNCTION
865 PyFrameObject* _Py_HOT_FUNCTION
Ddictobject.c772 static Py_ssize_t _Py_HOT_FUNCTION
828 static Py_ssize_t _Py_HOT_FUNCTION
871 static Py_ssize_t _Py_HOT_FUNCTION
916 static Py_ssize_t _Py_HOT_FUNCTION
Dcall.c306 static PyObject* _Py_HOT_FUNCTION
/external/python/cpython3/Python/
Derrors.c220 PyObject* _Py_HOT_FUNCTION
Dceval.c917 PyObject* _Py_HOT_FUNCTION
5058 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE()