Searched refs:df_instr_prof (Results 1 – 3 of 3) sorted by relevance
478 isn_T *df_instr_prof; // like "df_instr" with profiling member523 ? (dfunc)->df_instr_prof \
1956 return dfunc->df_instr_prof == NULL; in func_needs_compiling()9582 instr_dest = dfunc->df_instr_prof; break; in compile_def_function()10223 dfunc->df_instr_prof = instr->ga_data; in compile_def_function()10628 if (dfunc->df_instr_prof != NULL) in delete_def_function_contents()10631 delete_instr(dfunc->df_instr_prof + idx); in delete_def_function_contents()10632 VIM_CLEAR(dfunc->df_instr_prof); in delete_def_function_contents()10633 dfunc->df_instr_prof = NULL; in delete_def_function_contents()
5907 instr = dfunc->df_instr_prof; in ex_disassemble()