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

/art/runtime/base/
H A Dallocator.h91 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; local
92 if (g_max_bytes_used[tag] < new_bytes) {
93 g_max_bytes_used[tag] = new_bytes;
/art/runtime/gc/accounting/
H A Dcard_table-inl.h181 uint8_t new_bytes[sizeof(uintptr_t)]; member in union:art::gc::accounting::__anon102
192 new_bytes[i] = visitor(expected_bytes[i]);
198 const uint8_t new_byte = new_bytes[i];

Completed in 1448 milliseconds