Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
92 while (max_bytes < new_bytes in RegisterAllocation()
93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()
/art/runtime/gc/accounting/
Dcard_table-inl.h177 uint8_t new_bytes[sizeof(uintptr_t)]; in ModifyCardsAtomic() member
189 new_bytes[i] = visitor(expected_bytes[i]); in ModifyCardsAtomic()
195 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic()