Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h44 MP_PASS_STACK_SIZE = 2, // work out maximum stack size enumerator
A Demitbc.c416 assert(emit->pass <= MP_PASS_STACK_SIZE || (emit->ct_num_obj == emit->ct_cur_obj)); in mp_emit_bc_end_pass()
A Demitnative.c710 …assert(emit->pass <= MP_PASS_STACK_SIZE || (emit->const_table_num_obj == emit->const_table_cur_obj… in emit_native_end_pass()
A Dcompile.c3615 compile_scope(comp, s, MP_PASS_STACK_SIZE); in mp_compile_to_raw_code()

Completed in 21 milliseconds