Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dcard_table-inl.h47 const uintptr_t new_word = cur_word | (static_cast<uintptr_t>(new_value) << shift_in_bits); in byte_cas()
48 return word_atomic->CompareExchangeWeakRelaxed(old_word, new_word); in byte_cas()
181 uintptr_t new_word; in ModifyCardsAtomic() member
196 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) { in ModifyCardsAtomic()