Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h516 #define _Py_HOT_FUNCTION __attribute__((hot)) macro
518 #define _Py_HOT_FUNCTION
/external/python/cpython3/Objects/
Dframeobject.c457 static void _Py_HOT_FUNCTION
656 PyFrameObject* _Py_HOT_FUNCTION
Ddictobject.c726 static Py_ssize_t _Py_HOT_FUNCTION
782 static Py_ssize_t _Py_HOT_FUNCTION
825 static Py_ssize_t _Py_HOT_FUNCTION
870 static Py_ssize_t _Py_HOT_FUNCTION
Dcall.c256 static PyObject* _Py_HOT_FUNCTION
/external/python/cpython3/Python/
Derrors.c175 PyObject* _Py_HOT_FUNCTION
Dceval.c550 PyObject* _Py_HOT_FUNCTION
4553 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE()