Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dbc.h245 uint mp_opcode_format(const byte *ip, size_t *opcode_size, bool count_var_uint);
A Dbc.c313 uint mp_opcode_format(const byte *ip, size_t *opcode_size, bool count_var_uint) { in mp_opcode_format() function
A Dpersistentcode.c335 uint f = mp_opcode_format(ip, &sz, false); in load_bytecode()
678 uint f = mp_opcode_format(ip, &sz, true); in save_bytecode()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py130 def mp_opcode_format(bytecode, ip, count_var_uint): function
459 f, sz = mp_opcode_format(self.bytecode, ip, True)
714 f, sz = mp_opcode_format(bytecode.buf, bytecode.idx - 1, False)

Completed in 12 milliseconds