Home
last modified time | relevance | path

Searched refs:_Py_LeaveRecursiveCallTstate (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Objects/
H A Dmethodobject.c428 _Py_LeaveRecursiveCallTstate(tstate); in cfunction_vectorcall_FASTCALL()
444 _Py_LeaveRecursiveCallTstate(tstate); in cfunction_vectorcall_FASTCALL_KEYWORDS()
460 _Py_LeaveRecursiveCallTstate(tstate); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
488 _Py_LeaveRecursiveCallTstate(tstate); in cfunction_vectorcall_NOARGS()
516 _Py_LeaveRecursiveCallTstate(tstate); in cfunction_vectorcall_O()
H A Ddescrobject.c333 _Py_LeaveRecursiveCallTstate(tstate); in method_vectorcall_VARARGS()
366 _Py_LeaveRecursiveCallTstate(tstate); in method_vectorcall_VARARGS_KEYWORDS()
408 _Py_LeaveRecursiveCallTstate(tstate); in method_vectorcall_FASTCALL()
427 _Py_LeaveRecursiveCallTstate(tstate); in method_vectorcall_FASTCALL_KEYWORDS()
454 _Py_LeaveRecursiveCallTstate(tstate); in method_vectorcall_NOARGS()
482 _Py_LeaveRecursiveCallTstate(tstate); in method_vectorcall_O()
H A Dcall.c216 _Py_LeaveRecursiveCallTstate(tstate); in _PyObject_MakeTpCall()
345 _Py_LeaveRecursiveCallTstate(tstate); in _PyObject_Call()
H A Dabstract.c2649 _Py_LeaveRecursiveCallTstate(tstate); in object_recursive_isinstance()
2661 _Py_LeaveRecursiveCallTstate(tstate); in object_recursive_isinstance()
2740 _Py_LeaveRecursiveCallTstate(tstate); in object_issubclass()
2752 _Py_LeaveRecursiveCallTstate(tstate); in object_issubclass()
H A Dobject.c434 _Py_LeaveRecursiveCallTstate(tstate); in PyObject_Repr()
493 _Py_LeaveRecursiveCallTstate(tstate); in PyObject_Str()
730 _Py_LeaveRecursiveCallTstate(tstate); in PyObject_RichCompare()
/third_party/python/Include/internal/
H A Dpycore_ceval.h122 static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) { in _Py_LeaveRecursiveCallTstate() function
128 _Py_LeaveRecursiveCallTstate(tstate); in _Py_LeaveRecursiveCall()
/third_party/python/Python/
H A Dceval.c2436 _Py_LeaveRecursiveCallTstate(tstate);
2651 _Py_LeaveRecursiveCallTstate(tstate);
5026 _Py_LeaveRecursiveCallTstate(tstate);
5227 _Py_LeaveRecursiveCallTstate(tstate);
5299 _Py_LeaveRecursiveCallTstate(tstate);
5439 _Py_LeaveRecursiveCallTstate(tstate);
5825 _Py_LeaveRecursiveCallTstate(tstate);

Completed in 22 milliseconds