Searched refs:bytecode_start (Results 1 – 1 of 1) sorted by relevance
1469 const byte *bytecode_start = ip + n_info + n_cell; in mp_execute_bytecode() local1472 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