Searched refs:C_TRACE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ceval.c | 4298 #define C_TRACE(x, call) \ macro 4356 C_TRACE(x, (*meth)(self,NULL)); in call_function() 4360 C_TRACE(x, (*meth)(self,arg)); in call_function() 4372 C_TRACE(x, PyCFunction_Call(func,callargs,NULL)); in call_function() 4586 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in do_call() 4683 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in ext_do_call()
|
/external/python/cpython3/Python/ |
D | ceval.c | 4520 #define C_TRACE(x, call) \ macro 4568 C_TRACE(x, _PyCFunction_FastCallKeywords(func, stack, nargs, kwnames)); in Py_LOCAL_INLINE() 4583 C_TRACE(x, _PyCFunction_FastCallKeywords(func, in Py_LOCAL_INLINE() 4641 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in do_call_core()
|