Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h303 guint ghcimpl : 1; /* class has its own GetHashCode impl */ member
696 guint ghcimpl : 1; member
H A Dclass.c4918 gboolean ghcimpl = FALSE; in mono_class_init() local
4995 ghcimpl = cached_info.ghcimpl; in mono_class_init()
5024 ghcimpl = gklass->ghcimpl; in mono_class_init()
5055 ghcimpl = gklass->ghcimpl; in mono_class_init()
5119 klass->ghcimpl = ghcimpl; in mono_class_init()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-runtime.c2421 info->ghcimpl = (flags >> 0) & 0x1; in decode_cached_class_info()
H A Daot-compiler.c6551 …ted ? 1 : 0) << 3) | (klass->has_cctor << 2) | (klass->has_finalize << 1) | klass->ghcimpl, p, &p); in emit_klass_info()