Searched refs:live_bytes (Results 1 – 2 of 2) sorted by relevance
224 size_t live_bytes = r->LiveBytes(); in AssertAllRegionLiveBytesZeroOrCleared() local225 CHECK(live_bytes == 0U || live_bytes == static_cast<size_t>(-1)) << live_bytes; in AssertAllRegionLiveBytesZeroOrCleared()
377 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes() argument381 live_bytes_ += live_bytes; in AddLiveBytes()