Searched refs:MP_EMIT_SETUP_BLOCK_WITH (Results 1 – 4 of 4) sorted by relevance
78 #define MP_EMIT_SETUP_BLOCK_WITH (0) macro
692 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()
1750 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()
2145 if (kind == MP_EMIT_SETUP_BLOCK_WITH) { in emit_native_setup_block()
Completed in 20 milliseconds