Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c262 STATIC void emit_write_bytecode_byte_raw_code(emit_t *emit, int stack_adj, byte b, mp_raw_code_t *r… in emit_write_bytecode_byte_raw_code() function
792 emit_write_bytecode_byte_raw_code(emit, 1, MP_BC_MAKE_FUNCTION, scope->raw_code); in mp_emit_bc_make_function()
794 emit_write_bytecode_byte_raw_code(emit, -1, MP_BC_MAKE_FUNCTION_DEFARGS, scope->raw_code); in mp_emit_bc_make_function()
801 emit_write_bytecode_byte_raw_code(emit, stack_adj, MP_BC_MAKE_CLOSURE, scope->raw_code); in mp_emit_bc_make_closure()
806emit_write_bytecode_byte_raw_code(emit, stack_adj, MP_BC_MAKE_CLOSURE_DEFARGS, scope->raw_code); in mp_emit_bc_make_closure()

Completed in 7 milliseconds