Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitglue.c109 assert(kind == MP_CODE_NATIVE_PY || kind == MP_CODE_NATIVE_VIPER || kind == MP_CODE_NATIVE_ASM); in mp_emit_glue_assign_native()
187 case MP_CODE_NATIVE_PY: in mp_make_function_from_raw_code()
A Demitglue.h47 MP_CODE_NATIVE_PY, enumerator
A Dpersistentcode.c390 if (kind == MP_CODE_NATIVE_PY || kind == MP_CODE_NATIVE_VIPER) { in load_raw_code()
411 if (kind == MP_CODE_NATIVE_PY) { in load_raw_code()
716 if (rc->kind == MP_CODE_NATIVE_PY || rc->kind == MP_CODE_NATIVE_VIPER) { in save_raw_code()
725 if (rc->kind == MP_CODE_NATIVE_PY) { in save_raw_code()
A Demitnative.c740 emit->do_viper_types ? MP_CODE_NATIVE_VIPER : MP_CODE_NATIVE_PY, in emit_native_end_pass()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py100 MP_CODE_NATIVE_PY = 3 variable
233 MP_CODE_NATIVE_PY: "MP_CODE_NATIVE_PY",
565 if self.code_kind == MP_CODE_NATIVE_PY:
579 if self.code_kind == MP_CODE_NATIVE_PY:
603 if self.code_kind == MP_CODE_NATIVE_PY:
739 if kind in (MP_CODE_NATIVE_PY, MP_CODE_NATIVE_VIPER):
748 if kind == MP_CODE_NATIVE_PY:

Completed in 16 milliseconds