Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h479 int df_instr_prof_count; // size of "df_instr_prof" member
H A Dvim9compile.c10224 dfunc->df_instr_prof_count = instr->ga_len; in compile_def_function()
10630 for (idx = 0; idx < dfunc->df_instr_prof_count; ++idx) in delete_def_function_contents()
H A Dvim9execute.c5908 instr_count = dfunc->df_instr_prof_count; in ex_disassemble()