Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h78 #define MP_EMIT_SETUP_BLOCK_WITH (0) macro
A Demitbc.c692 MP_STATIC_ASSERT(MP_BC_SETUP_WITH + MP_EMIT_SETUP_BLOCK_WITH == MP_BC_SETUP_WITH); in mp_emit_bc_setup_block()
697 int stack_adj = kind == MP_EMIT_SETUP_BLOCK_WITH ? 2 : 0; in mp_emit_bc_setup_block()
A Dcompile.c1750 compile_increase_except_level(comp, l_end, MP_EMIT_SETUP_BLOCK_WITH); in compile_with_stmt_helper()
1755 compile_increase_except_level(comp, l_end, MP_EMIT_SETUP_BLOCK_WITH); in compile_with_stmt_helper()
A Demitnative.c2145 if (kind == MP_EMIT_SETUP_BLOCK_WITH) { in emit_native_setup_block()

Completed in 20 milliseconds