Home
last modified time | relevance | path

Searched refs:mp_fun_table (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.h58 return mp_fun_table.realloc_(NULL, n, false); in m_malloc_dyn()
62 mp_fun_table.realloc_(ptr, 0, false); in m_free_dyn()
67 return mp_fun_table.realloc_(ptr, new_num_bytes, true); in m_realloc_dyn()
73 #define mp_plat_print (*mp_fun_table.plat_print)
104 …p_obj_new_bool(b) ((b) ? (mp_obj_t)mp_fun_table.const_true : (mp_obj_t)mp_fun_tab…
162 return mp_fun_table.call_function_n_kw(mp_fun_table.load_name(MP_QSTR_len), 1, &o); in mp_obj_len_dyn()
198 mp_fun_table.swap_globals(old_globals); \
205 (mp_fun_table.import_name((name), (fromlist), (level)))
207 (mp_fun_table.import_from((module), (name)))
209 (mp_fun_table.import_all((module))
[all …]
A Dpersistentcode.c227 dest = (uintptr_t)&mp_fun_table; in mp_native_relocate()
230 dest = ((uintptr_t *)&mp_fun_table)[op - 7]; in mp_native_relocate()
468 *ct++ = (mp_uint_t)(uintptr_t)&mp_fun_table; in load_raw_code()
A Dnativeglue.c255 const mp_fun_table_t mp_fun_table = { variable
A Dnativeglue.h175 extern const mp_fun_table_t mp_fun_table;
A Demitnative.c724 emit->const_table[nqstr] = (mp_uint_t)(uintptr_t)&mp_fun_table; in emit_native_end_pass()

Completed in 15 milliseconds