Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dshowbc.c42 #define DECODE_SLABEL do { unum = (ip[0] | (ip[1] << 8)) - 0x8000; ip += 2; } while (0) macro
323 DECODE_SLABEL; in mp_bytecode_print_str()
328 DECODE_SLABEL; in mp_bytecode_print_str()
333 DECODE_SLABEL; in mp_bytecode_print_str()
338 DECODE_SLABEL; in mp_bytecode_print_str()
343 DECODE_SLABEL; in mp_bytecode_print_str()
357 DECODE_SLABEL; in mp_bytecode_print_str()
A Dprofile.c451 #define DECODE_SLABEL do { unum = (ip[0] | (ip[1] << 8)) - 0x8000; ip += 2; } while (0) macro
677 DECODE_SLABEL; in mp_prof_opcode_decode()
683 DECODE_SLABEL; in mp_prof_opcode_decode()
689 DECODE_SLABEL; in mp_prof_opcode_decode()
695 DECODE_SLABEL; in mp_prof_opcode_decode()
701 DECODE_SLABEL; in mp_prof_opcode_decode()
717 DECODE_SLABEL; in mp_prof_opcode_decode()
A Dvm.c65 #define DECODE_SLABEL size_t slab = (ip[0] | (ip[1] << 8)) - 0x8000; ip += 2 macro
605 DECODE_SLABEL; in mp_execute_bytecode()
611 DECODE_SLABEL; in mp_execute_bytecode()
619 DECODE_SLABEL; in mp_execute_bytecode()
627 DECODE_SLABEL; in mp_execute_bytecode()
637 DECODE_SLABEL; in mp_execute_bytecode()
715 DECODE_SLABEL; in mp_execute_bytecode()

Completed in 7 milliseconds