Home
last modified time | relevance | path

Searched refs:MICROPY_DYNAMIC_COMPILER (Results 1 – 13 of 13) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dmpstate.c29 #if MICROPY_DYNAMIC_COMPILER
H A Dmpconfig.h391 #ifndef MICROPY_DYNAMIC_COMPILER
392 #define MICROPY_DYNAMIC_COMPILER (0) macro
396 #if MICROPY_DYNAMIC_COMPILER
H A Dmpstate.h44 #if MICROPY_DYNAMIC_COMPILER
H A Demit.h101 #if MICROPY_DYNAMIC_COMPILER
261 #if MICROPY_DYNAMIC_COMPILER
H A Dpersistentcode.c45 #if MICROPY_DYNAMIC_COMPILER
51 #if MICROPY_PERSISTENT_CODE_LOAD || (MICROPY_PERSISTENT_CODE_SAVE && !MICROPY_DYNAMIC_COMPILER)
810 #if MICROPY_DYNAMIC_COMPILER in mp_raw_code_save()
H A Dasmthumb.c112 …#if MICROPY_DYNAMIC_COMPILER || MICROPY_EMIT_ARM || (defined(__arm__) && !defined(__thumb2__) && !… in asm_thumb_entry()
113 #if MICROPY_DYNAMIC_COMPILER in asm_thumb_entry()
H A Dnativeglue.c115 #if MICROPY_EMIT_NATIVE && !MICROPY_DYNAMIC_COMPILER
H A Demitinlinextensa.c340 #if MICROPY_DYNAMIC_COMPILER
H A Dcompile.c82 #if MICROPY_EMIT_NATIVE && MICROPY_DYNAMIC_COMPILER
121 #if MICROPY_EMIT_INLINE_ASM && MICROPY_DYNAMIC_COMPILER
845 #if MICROPY_DYNAMIC_COMPILER in compile_built_in_decorator()
859 #if MICROPY_DYNAMIC_COMPILER in compile_built_in_decorator()
2812 #if MICROPY_DYNAMIC_COMPILER in compile_node()
3577 #if MICROPY_DYNAMIC_COMPILER in mp_compile_to_raw_code()
H A Demitinlinethumb.c835 #if MICROPY_DYNAMIC_COMPILER
H A Demitbc.c857 #if MICROPY_DYNAMIC_COMPILER
H A Demitnative.c85 #if MICROPY_DYNAMIC_COMPILER
721 #if !MICROPY_DYNAMIC_COMPILER in emit_native_end_pass()
2945 #if MICROPY_DYNAMIC_COMPILER
/dports/lang/micropython/micropython-1.17/mpy-cross/
H A Dmpconfigport.h52 #define MICROPY_DYNAMIC_COMPILER (1) macro