Searched refs:TRACE_TICK (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vm.c | 164 #define TRACE_TICK(current_ip, current_sp, is_exception) do { \ macro 180 #define TRACE_TICK(current_ip, current_sp, is_exception) macro 220 TRACE_TICK(ip, sp, false); \ in mp_execute_bytecode() 298 TRACE_TICK(ip, sp, false); in mp_execute_bytecode() 1452 TRACE_TICK(code_state->ip, code_state->sp, true /* yes, it's an exception */); in mp_execute_bytecode()
|
Completed in 4 milliseconds