Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dbuiltinevex.c49 mp_obj_dict_t *old_locals = mp_locals_get(); in code_execute()
120 mp_obj_dict_t *locals = mp_locals_get(); in eval_exec_helper()
A Druntime.c164 if (mp_locals_get() != mp_globals_get()) { in mp_load_name()
165 … mp_map_elem_t *elem = mp_map_lookup(&mp_locals_get()->map, MP_OBJ_NEW_QSTR(qst), MP_MAP_LOOKUP); in mp_load_name()
215 mp_obj_dict_store(MP_OBJ_FROM_PTR(mp_locals_get()), MP_OBJ_NEW_QSTR(qst), obj); in mp_store_name()
221 mp_obj_dict_delete(MP_OBJ_FROM_PTR(mp_locals_get()), MP_OBJ_NEW_QSTR(qst)); in mp_delete_name()
1477 mp_obj_dict_t *volatile old_locals = mp_locals_get(); in mp_parse_compile_execute()
A Dmodbuiltins.c53 mp_obj_dict_t *old_locals = mp_locals_get(); in mp_builtin___build_class__()
180 mp_obj_dict_t *dict = mp_locals_get(); in mp_builtin_dir()
613 return MP_OBJ_FROM_PTR(mp_locals_get()); in mp_builtin_locals()
A Dmodthread.c262 th_args->dict_locals = mp_locals_get(); in mod_thread_start_new_thread()
A Druntime.h91 static inline mp_obj_dict_t *mp_locals_get(void) { in mp_locals_get() function
A Dbuiltinimport.c158 mp_obj_dict_t *volatile old_locals = mp_locals_get(); in do_execute_raw_code()
A Dprofile.c190 o->dict_locals = mp_locals_get(); // this is a wrong! how to do this properly? in mp_obj_new_code()
A Dvm.c375 … mp_map_elem_t *elem = mp_map_cached_lookup(&mp_locals_get()->map, qst, (uint8_t*)ip); in mp_execute_bytecode()

Completed in 16 milliseconds