Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dcard_table-inl.h194 Atomic<uintptr_t>* atomic_word = reinterpret_cast<Atomic<uintptr_t>*>(word_cur); in ModifyCardsAtomic() local
195 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) { in ModifyCardsAtomic()