Home
last modified time | relevance | path

Searched refs:MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dshowbc.c211 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_bytecode_print_str()
219 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_bytecode_print_str()
227 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_bytecode_print_str()
273 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_bytecode_print_str()
A Dpersistentcode.h47 ((MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) << 0) \
A Dmpconfig.h400 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE_DYNAMIC MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
497 #ifndef MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
498 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0) macro
A Dprofile.c543 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_prof_opcode_decode()
553 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_prof_opcode_decode()
563 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_prof_opcode_decode()
621 if (MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) { in mp_prof_opcode_decode()
A Dvm.c183 #if MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
364 #if !MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE in mp_execute_bytecode()
388 #if !MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE in mp_execute_bytecode()
412 #if !MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE in mp_execute_bytecode()
497 #if !MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE in mp_execute_bytecode()
/AliOS-Things-master/components/py_engine/adapter/haas/
A D_frozen_mpy.c6 #if MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE != 0
/AliOS-Things-master/components/py_engine/adapter/haas510/
A D_frozen_mpy.c6 #if MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE != 0
/AliOS-Things-master/components/py_engine/adapter/haas600/
A D_frozen_mpy.c6 #if MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE != 0
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h60 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0) macro
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py135 if config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE:
444 if not config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE:
801 config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE = (feature_byte & 1) != 0
841 % config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
946 | config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
A Dmpy_ld.py51 MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE = 1 variable
123 | MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE,
133 | MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE,

Completed in 16 milliseconds