Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h1744 void copy_brick_card_range (uint8_t* la, uint32_t* old_card_table,
H A Dgc.cpp7380 void gc_heap::copy_brick_card_range (uint8_t* la, uint32_t* old_card_table, in copy_brick_card_range() argument
7404 uint32_t* old_ct = &old_card_table[card_word (card_of (la))]; in copy_brick_card_range()
7499 uint32_t* old_card_table = card_table; in copy_brick_card_table() local
7502 assert (la == card_table_lowest_address (&old_card_table[card_word (card_of (la))])); in copy_brick_card_table()
7503 assert (ha == card_table_highest_address (&old_card_table[card_word (card_of (la))])); in copy_brick_card_table()
7577 copy_brick_card_range (la, old_card_table, in copy_brick_card_table()
7601 copy_brick_card_range (la, old_card_table, in copy_brick_card_table()
7610 release_card_table (&old_card_table[card_word (card_of(la))]); in copy_brick_card_table()