Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dprofile.h66 mp_obj_t mp_prof_instr_tick(mp_code_state_t *code_state, bool is_exception);
A Dvm.c164 #define TRACE_TICK(current_ip, current_sp, is_exception) do { \ argument
171 mp_prof_instr_tick(code_state, is_exception); \
180 #define TRACE_TICK(current_ip, current_sp, is_exception) argument
A Dprofile.c377 mp_obj_t mp_prof_instr_tick(mp_code_state_t *code_state, bool is_exception) { in mp_prof_instr_tick() argument
397 if (is_exception) { in mp_prof_instr_tick()

Completed in 14 milliseconds