Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp6492 size_t card_bundle_cardw (size_t cardb) in card_bundle_cardw() function
6500 dprintf (3,("Cleared card bundle %Ix [%Ix, %Ix[", cardb, (size_t)card_bundle_cardw (cardb), in card_bundle_clear()
6501 (size_t)card_bundle_cardw (cardb+1))); in card_bundle_clear()
9420 uint32_t* card_word = &card_table[max(card_bundle_cardw (cardb), lowest_card)]; in update_card_table_bundle()
9421 … uint32_t* card_word_end = &card_table[min(card_bundle_cardw (cardb+1), highest_card)]; in update_card_table_bundle()
27355 uint32_t* card_word = &card_table[max(card_bundle_cardw (cardb),cardw)];
27356 uint32_t* card_word_end = &card_table[min(card_bundle_cardw (cardb+1),cardw_end)];
27367 else if ((cardw <= card_bundle_cardw (cardb)) &&
27368 (card_word == &card_table [card_bundle_cardw (cardb+1)]))
27373 cardb, card_bundle_cardw (cardb),
[all …]