Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dcoverage.c201 g_assert (prof == &coverage_profiler); in obtain_coverage_for_method()
276 coverage_profiler.previous_offset = 0; in dump_method()
289 if (coverage_profiler.data->len != 0) { in dump_method()
488 g_assert (prof == &coverage_profiler); in coverage_filter()
506 if (coverage_profiler.filters) { in coverage_filter()
748 pclose (coverage_profiler.file); in cov_shutdown()
752 fclose (coverage_profiler.file); in cov_shutdown()
755 g_free (coverage_profiler.args); in cov_shutdown()
926 if (!coverage_profiler.file) { in mono_profiler_init_coverage()
940 coverage_profiler.filters = filters; in mono_profiler_init_coverage()
[all …]