Searched refs:MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (Results 1 – 11 of 11) sorted by relevance
211 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()
47 ((MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE) << 0) \
400 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE_DYNAMIC MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE497 #ifndef MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE498 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0) macro
543 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()
183 #if MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE364 #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()
6 #if MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE != 0
60 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0) macro
135 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) != 0841 % config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE946 | config.MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
51 MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE = 1 variable123 | MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE,133 | MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE,
Completed in 16 milliseconds