HomeSort by relevance Sort by last modified time
    Searched refs:call_trampoline (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 304 call_trampoline(PyThreadState *tstate, PyObject* callback, function
344 result = call_trampoline(tstate, self, frame, what, arg);
367 result = call_trampoline(tstate, callback, frame, what, arg);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 304 call_trampoline(PyThreadState *tstate, PyObject* callback, function
344 result = call_trampoline(tstate, self, frame, what, arg);
367 result = call_trampoline(tstate, callback, frame, what, arg);
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 304 call_trampoline(PyThreadState *tstate, PyObject* callback, function
344 result = call_trampoline(tstate, self, frame, what, arg);
367 result = call_trampoline(tstate, callback, frame, what, arg);
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 486 call_trampoline(PyObject* callback, function
519 result = call_trampoline(self, frame, what, arg);
541 result = call_trampoline(callback, frame, what, arg);
    [all...]

Completed in 348 milliseconds