Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Daot.h62 #define AOT_PROFILER_MINOR_VERSION 0 macro
H A Daot.c398 gint32 version = (AOT_PROFILER_MAJOR_VERSION << 16) | AOT_PROFILER_MINOR_VERSION; in prof_shutdown()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-compiler.c11365 guint32 expected_version = (AOT_PROFILER_MAJOR_VERSION << 16) | AOT_PROFILER_MINOR_VERSION; in load_profile_file()