Searched refs:default_emit_opt (Results 1 – 4 of 4) sorted by relevance
217 uint8_t default_emit_opt; // one of MP_EMIT_OPT_xxx member
89 MP_STATE_VM(default_emit_opt) = MP_EMIT_OPT_NONE; in mp_init()
3512 const uint emit_opt = MP_STATE_VM(default_emit_opt); in mp_compile_to_raw_code()
201 MP_STATE_VM(default_emit_opt) = emit_opt; in main_()
Completed in 15 milliseconds