HomeSort by relevance Sort by last modified time
    Searched defs:call_function (Results 1 - 9 of 9) sorted by null

  /bionic/linker/
linker_soinfo.cpp 334 static void call_function(const char* function_name __unused, function
346 static void call_function(const char* function_name __unused, function
376 call_function("function", functions[i], realpath);
419 call_function("DT_INIT", init_func_, get_realpath());
438 call_function("DT_FINI", fini_func_, get_realpath());
  /external/python/cpython2/Modules/_ctypes/
callproc.c 1486 call_function(PyObject *self, PyObject *args) function
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 1381 call_function(PyObject *self, PyObject *args) function
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1227 Label extra_checks_or_miss, call, call_function, call_count_incremented; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
748 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
762 CALL_FUNCTION (and friends)
3994 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 109 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
111 static PyObject * call_function(PyObject ***, int);
746 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
760 CALL_FUNCTION (and friends)
3972 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /external/python/cpython2/Python/
ceval.c 111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
842 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
856 CALL_FUNCTION (and friends)
4311 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /external/python/cpython3/Python/
ceval.c 36 static PyObject * call_function(PyObject ***, Py_ssize_t, PyObject *);
4780 call_function(PyObject ***pp_stack, Py_ssize_t oparg, PyObject *kwnames) function
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 254 call_function(IRExpr *callee_address) function
    [all...]

Completed in 358 milliseconds