Searched refs:new_bytes (Results 1 – 2 of 2) sorted by relevance
91 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; in RegisterAllocation() local92 if (g_max_bytes_used[tag] < new_bytes) { in RegisterAllocation()93 g_max_bytes_used[tag] = new_bytes; in RegisterAllocation()
181 uint8_t new_bytes[sizeof(uintptr_t)]; in ModifyCardsAtomic() member192 new_bytes[i] = visitor(expected_bytes[i]); in ModifyCardsAtomic()198 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic()