Searched refs:mp_prof_print_instr (Results 1 – 2 of 2) sorted by relevance
72 void mp_prof_print_instr(const byte *ip, mp_code_state_t *code_state);73 #define MP_PROF_INSTR_DEBUG_PRINT(current_ip) mp_prof_print_instr((current_ip), code_state)
942 void mp_prof_print_instr(const byte *ip, mp_code_state_t *code_state) { in mp_prof_print_instr() function
Completed in 4 milliseconds