Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp8961 if (startwrd == endwrd) in clear_batch_mark_array_bits()
8983 mark_array[endwrd] &= lastwrd; in clear_batch_mark_array_bits()
10912 size_t endwrd = mark_bit_word (end_mark_bit); in set_batch_mark_array_bits() local
10921 if (startwrd == endwrd) in set_batch_mark_array_bits()
10943 mark_array[endwrd] |= lastwrd; in set_batch_mark_array_bits()
10955 size_t endwrd = mark_bit_word (end_mark_bit); in check_batch_mark_array_bits() local
10964 if (startwrd == endwrd) in check_batch_mark_array_bits()
11005 if (mark_array[endwrd] & lastwrd) in check_batch_mark_array_bits()
32420 size_t endwrd = mark_bit_word (end_mark_bit); local
32426 if (startwrd == endwrd)
[all …]