HomeSort by relevance Sort by last modified time
    Searched full:byte_atomic (Results 1 - 1 of 1) sorted by null

  /art/runtime/gc/accounting/
card_table-inl.h 32 Atomic<byte>* byte_atomic = reinterpret_cast<Atomic<byte>*>(address); local
33 return byte_atomic->CompareExchangeWeakRelaxed(old_value, new_value);

Completed in 85 milliseconds