Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h173 ISN_PROF_START, // start a line for profiling enumerator
H A Dvim9compile.c7885 generate_instr(cctx, ISN_PROF_START); in compile_elseif()
7966 .isn_type == ISN_PROF_START) in compile_else()
7976 generate_instr(cctx, ISN_PROF_START); in compile_else()
8048 generate_instr(cctx, ISN_PROF_START); in compile_endif()
8665 .isn_type == ISN_PROF_START) in compile_catch()
8689 generate_instr(cctx, ISN_PROF_START); in compile_catch()
8785 .isn_type == ISN_PROF_START) in compile_finally()
8863 .isn_type == ISN_PROF_START) in compile_endtry()
8895 generate_instr(cctx, ISN_PROF_START); in compile_endtry()
9757 generate_instr(&cctx, ISN_PROF_START); in compile_def_function()
[all …]
H A Dvim9execute.c4487 case ISN_PROF_START: in exec_instructions()
4497 if (iptr->isn_type == ISN_PROF_START) in exec_instructions()
5763 case ISN_PROF_START: in list_instructions()