Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dcard_table-inl.h176 uintptr_t expected_word; in ModifyCardsAtomic() member
187 expected_word = *word_cur; in ModifyCardsAtomic()
188 if (LIKELY(expected_word == 0)) { in ModifyCardsAtomic()
195 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) { in ModifyCardsAtomic()