Home
last modified time | relevance | path

Searched refs:mp_call_method_n_kw_var (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dnativeglue.c285 mp_call_method_n_kw_var,
A Druntime.h120 mp_obj_t mp_call_method_n_kw_var(bool have_self, size_t n_args_n_kw, const mp_obj_t *args);
A Dvm.c1051 SET_TOP(mp_call_method_n_kw_var(false, unum, sp)); in mp_execute_bytecode()
1136 SET_TOP(mp_call_method_n_kw_var(true, unum, sp)); in mp_execute_bytecode()
A Druntime.c845 mp_obj_t mp_call_method_n_kw_var(bool have_self, size_t n_args_n_kw, const mp_obj_t *args) { in mp_call_method_n_kw_var() function

Completed in 10 milliseconds