Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c282 STATIC void emit_write_bytecode_byte_unsigned_label(emit_t *emit, int stack_adj, byte b1, mp_uint_t… in emit_write_bytecode_byte_unsigned_label() function
698 emit_write_bytecode_byte_unsigned_label(emit, stack_adj, MP_BC_SETUP_WITH + kind, label); in mp_emit_bc_setup_block()
720 emit_write_bytecode_byte_unsigned_label(emit, 1, MP_BC_FOR_ITER, label); in mp_emit_bc_for_iter()
729 emit_write_bytecode_byte_unsigned_label(emit, 0, MP_BC_POP_EXCEPT_JUMP, label); in mp_emit_bc_pop_except_jump()

Completed in 5 milliseconds