Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h478 isn_T *df_instr_prof; // like "df_instr" with profiling member
523 ? (dfunc)->df_instr_prof \
H A Dvim9compile.c1956 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()
H A Dvim9execute.c5907 instr = dfunc->df_instr_prof; in ex_disassemble()