Searched defs:modified (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table-inl.h131 * Visitor is expected to take in a card and return the new value. When a value is modified, the
135 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enables
142 const ModifiedVisitor& modified) {
156 modified(card_cur, expected, new_value);
170 modified(card_end, expected, new_value);
203 modified(reinterpret_cast<uint8_t*>(word_cur) + i, expected_byte, new_byte);
139 ModifyCardsAtomic(uint8_t* scan_begin, uint8_t* scan_end, const Visitor& visitor, const ModifiedVisitor& modified) argument

Completed in 31 milliseconds