Home
last modified time | relevance | path

Searched refs:mp_make_function_from_raw_code (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitglue.c173 mp_obj_t mp_make_function_from_raw_code(const mp_raw_code_t *rc, mp_obj_t def_args, mp_obj_t def_kw… in mp_make_function_from_raw_code() function
227 ffun = mp_make_function_from_raw_code(rc, args[0], args[1]); in mp_make_closure_from_raw_code()
230 ffun = mp_make_function_from_raw_code(rc, MP_OBJ_NULL, MP_OBJ_NULL); in mp_make_closure_from_raw_code()
A Demitglue.h107 mp_obj_t mp_make_function_from_raw_code(const mp_raw_code_t *rc, mp_obj_t def_args, mp_obj_t def_kw…
A Ddynruntime.h180 #define mp_make_function_from_raw_code(rc, def_args, def_kw_args) \ macro
202 (mp_make_function_from_raw_code((rc.fun_data = (f), &rc), MP_OBJ_NULL, MP_OBJ_NULL))
A Dnativeglue.c282 mp_make_function_from_raw_code,
A Dbuiltinimport.c166 mp_obj_t module_fun = mp_make_function_from_raw_code(raw_code, MP_OBJ_NULL, MP_OBJ_NULL); in do_execute_raw_code()
A Dvm.c944 PUSH(mp_make_function_from_raw_code(ptr, MP_OBJ_NULL, MP_OBJ_NULL)); in mp_execute_bytecode()
952 SET_TOP(mp_make_function_from_raw_code(ptr, TOP(), def_dict)); in mp_execute_bytecode()
A Dcompile.c3673 return mp_make_function_from_raw_code(rc, MP_OBJ_NULL, MP_OBJ_NULL); in mp_compile()
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c86 module_fun = mp_make_function_from_raw_code(source, MP_OBJ_NULL, MP_OBJ_NULL); in parse_compile_execute()

Completed in 20 milliseconds