Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dvm.c1469 const byte *bytecode_start = ip + n_info + n_cell; in mp_execute_bytecode() local
1472 bytecode_start = MP_ALIGN(bytecode_start, sizeof(mp_uint_t)); in mp_execute_bytecode()
1474 size_t bc = code_state->ip - bytecode_start; in mp_execute_bytecode()

Completed in 4 milliseconds