Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dscope.h81 uint16_t emit_options; // see emitglue.h member
93 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options);
A Dscope.c43 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options)… in scope_new() argument
63 scope->emit_options = emit_options; in scope_new()
A Dcompile.c837 *emit_options = MP_EMIT_OPT_BYTECODE; in compile_built_in_decorator()
840 *emit_options = MP_EMIT_OPT_NATIVE_PYTHON; in compile_built_in_decorator()
842 *emit_options = MP_EMIT_OPT_VIPER; in compile_built_in_decorator()
847 *emit_options = MP_EMIT_OPT_ASM; in compile_built_in_decorator()
849 *emit_options = MP_EMIT_OPT_ASM; in compile_built_in_decorator()
852 *emit_options = MP_EMIT_OPT_ASM; in compile_built_in_decorator()
860 if (*emit_options == MP_EMIT_OPT_NATIVE_PYTHON || *emit_options == MP_EMIT_OPT_VIPER) { in compile_built_in_decorator()
864 } else if (*emit_options == MP_EMIT_OPT_ASM) { in compile_built_in_decorator()
880 uint emit_options = comp->scope_cur->emit_options; in compile_decorated() local
3529 if (s->emit_options == MP_EMIT_OPT_ASM) { in mp_compile_to_raw_code()
[all …]
A Demitnative.c359 emit->do_viper_types = scope->emit_options == MP_EMIT_OPT_VIPER; in emit_native_start_pass()

Completed in 17 milliseconds