Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h162 } emit_method_table_t; typedef
171 extern const emit_method_table_t emit_bc_method_table;
172 extern const emit_method_table_t emit_native_x64_method_table;
173 extern const emit_method_table_t emit_native_x86_method_table;
174 extern const emit_method_table_t emit_native_thumb_method_table;
175 extern const emit_method_table_t emit_native_arm_method_table;
176 extern const emit_method_table_t emit_native_xtensa_method_table;
177 extern const emit_method_table_t emit_native_xtensawin_method_table;
A Demitbc.c856 const emit_method_table_t emit_bc_method_table = {
A Dcompile.c87 STATIC const emit_method_table_t *emit_native_table[] = {
184 const emit_method_table_t *emit_method_table; // current emit method table
A Demitnative.c2944 const emit_method_table_t EXPORT_FUN(method_table) = {

Completed in 19 milliseconds