Home
last modified time | relevance | path

Searched refs:mp_globals_set (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dbuiltinevex.c50 mp_globals_set(globals); in code_execute()
65 mp_globals_set(old_globals); in code_execute()
70 mp_globals_set(old_globals); in code_execute()
A Dbuiltinimport.c161 mp_globals_set(mod_globals); in do_execute_raw_code()
171 mp_globals_set(old_globals); in do_execute_raw_code()
175 mp_globals_set(old_globals); in do_execute_raw_code()
A Dobjgenerator.c187 mp_globals_set(self->code_state.fun_bc->globals); in mp_obj_gen_resume()
204 mp_globals_set(self->code_state.old_globals); in mp_obj_gen_resume()
A Dobjfun.c243 mp_globals_set(self->globals); in mp_obj_fun_bc_prepare_codestate()
288 mp_globals_set(self->globals); in fun_bc_call()
290 mp_globals_set(code_state->old_globals); in fun_bc_call()
A Dnativeglue.c150 mp_globals_set(new_globals); in mp_native_swap_globals()
A Dmodthread.c182 mp_globals_set(args->dict_globals); in thread_entry()
A Druntime.c102 mp_globals_set(&MP_STATE_VM(dict_main)); in mp_init()
1480 mp_globals_set(globals); in mp_parse_compile_execute()
1500 mp_globals_set(old_globals); in mp_parse_compile_execute()
1505 mp_globals_set(old_globals); in mp_parse_compile_execute()
A Druntime.h100 static inline void mp_globals_set(mp_obj_dict_t *d) { in mp_globals_set() function
A Dvm.c1181 mp_globals_set(code_state->old_globals); in mp_execute_bytecode()
1514 mp_globals_set(code_state->old_globals); in mp_execute_bytecode()

Completed in 15 milliseconds