Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcrecord.h316 #define mechanism_mask (1 << (sizeof (uint32_t) * 8 - 1)) macro
373 if (mechanism & mechanism_mask) in get_mechanism()
375 int index = index_of_set_bit ((size_t)(mechanism & (~mechanism_mask))); in get_mechanism()
H A Dgc.cpp2803 *mechanism |= mechanism_mask; in set_mechanism()