Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dcard_table-inl.h35 Atomic<uint8_t>* byte_atomic = reinterpret_cast<Atomic<uint8_t>*>(address); in byte_cas() local
36 return byte_atomic->CompareAndSetWeakRelaxed(old_value, new_value); in byte_cas()