Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dcard_table-inl.h195 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic() local
196 if (expected_byte != new_byte) { in ModifyCardsAtomic()
197 modified(reinterpret_cast<uint8_t*>(word_cur) + i, expected_byte, new_byte); in ModifyCardsAtomic()