Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dprofiler-private.h163 #define MONO_PROFILER_ENABLED(name) \ macro
168 if (MONO_PROFILER_ENABLED (name)) \
H A Dsgen-stw.c148 if (MONO_PROFILER_ENABLED (gc_moves)) in sgen_client_restart_world()
H A Dsgen-mono.c1907 if (MONO_PROFILER_ENABLED (gc_roots)) { in sgen_client_nursery_objects_pinned()
2028 if (MONO_PROFILER_ENABLED (gc_roots)) in sgen_client_collecting_minor()
2031 if (MONO_PROFILER_ENABLED (gc_roots)) in sgen_client_collecting_minor()
2041 profile_roots = MONO_PROFILER_ENABLED (gc_roots); in sgen_client_collecting_major_1()
2058 if (MONO_PROFILER_ENABLED (gc_roots)) in sgen_client_collecting_major_2()
2065 if (MONO_PROFILER_ENABLED (gc_roots)) in sgen_client_collecting_major_3()
H A Dsgen-client-mono.h201 if (MONO_PROFILER_ENABLED (gc_moves)) in sgen_client_update_copied_object()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-io-portability.c151 gboolean do_report = MONO_PROFILER_ENABLED (iomap_report); in mono_portability_find_file_internal()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-runtime.c4077 if (MONO_PROFILER_ENABLED (jit_begin) || MONO_PROFILER_ENABLED (jit_done)) { in load_method()
H A Dmini-exceptions.c2302 if (MONO_PROFILER_ENABLED (method_exception_leave) && in mono_handle_exception_internal()
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp.c4843 if (MONO_PROFILER_ENABLED (method_enter)) { in interp_exec_method_full()
5134 if (!frame->ex && MONO_PROFILER_ENABLED (method_leave) && in interp_exec_method_full()