Searched refs:mp_opcode_format (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | bc.h | 245 uint mp_opcode_format(const byte *ip, size_t *opcode_size, bool count_var_uint);
|
A D | bc.c | 313 uint mp_opcode_format(const byte *ip, size_t *opcode_size, bool count_var_uint) { in mp_opcode_format() function
|
A D | persistentcode.c | 335 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 D | mpy-tool.py | 130 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