Searched refs:pop_jump_if (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emit.h | 133 void (*pop_jump_if)(emit_t *emit, bool cond, mp_uint_t label); member
|
A D | compile.c | 400 EMIT_ARG(pop_jump_if, jump_if, label); in c_if_cond() 1481 EMIT_ARG(pop_jump_if, true, top_label); in compile_for_stmt_optimised_range() 1646 EMIT_ARG(pop_jump_if, false, end_finally_label); in compile_try_except() 1821 EMIT_ARG(pop_jump_if, false, try_finally_label); in compile_async_for_stmt() 1901 EMIT_ARG(pop_jump_if, false, l_ret_unwind_jump); // if not an exception then we have case 3 in compile_async_with_stmt_helper() 1924 EMIT_ARG(pop_jump_if, false, l_end); in compile_async_with_stmt_helper()
|
Completed in 10 milliseconds