Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c124 STATIC void emit_write_code_info_byte(emit_t *emit, byte val) { in emit_write_code_info_byte() function
342 MP_BC_PRELUDE_SIG_ENCODE(n_state, n_exc_stack, scope, emit_write_code_info_byte, emit); in mp_emit_bc_start_pass()
347 MP_BC_PRELUDE_SIZE_ENCODE(emit->n_info, emit->n_cell, emit_write_code_info_byte, emit); in mp_emit_bc_start_pass()
399 emit_write_code_info_byte(emit, 0); // end of line number info in mp_emit_bc_end_pass()
410emit_write_code_info_byte(emit, id->local_num); // write the local which should be converted to a … in mp_emit_bc_end_pass()

Completed in 8 milliseconds