Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.cc81 void operator()(uint8_t* card, uint8_t expected_card, uint8_t new_card ATTRIBUTE_UNUSED) const { in operator ()() argument
82 if (expected_card == CardTable::kCardDirty) { in operator ()()