Searched refs:call_trampoline (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 304 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline() function 344 result = call_trampoline(tstate, self, frame, what, arg); in profile_trampoline() 367 result = call_trampoline(tstate, callback, frame, what, arg); in trace_trampoline()
|