Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h541 #define _Py_HOT_FUNCTION __attribute__((hot)) macro
543 #define _Py_HOT_FUNCTION
/external/python/cpython3/Objects/
Dframeobject.c417 static void _Py_HOT_FUNCTION
608 PyFrameObject* _Py_HOT_FUNCTION
Ddictobject.c751 static Py_ssize_t _Py_HOT_FUNCTION
807 static Py_ssize_t _Py_HOT_FUNCTION
850 static Py_ssize_t _Py_HOT_FUNCTION
895 static Py_ssize_t _Py_HOT_FUNCTION
Dcall.c256 static PyObject* _Py_HOT_FUNCTION
/external/python/cpython3/Python/
Derrors.c218 PyObject* _Py_HOT_FUNCTION
Dceval.c744 PyObject* _Py_HOT_FUNCTION
4973 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE()