Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc224 size_t live_bytes = r->LiveBytes(); in AssertAllRegionLiveBytesZeroOrCleared() local
225 CHECK(live_bytes == 0U || live_bytes == static_cast<size_t>(-1)) << live_bytes; in AssertAllRegionLiveBytesZeroOrCleared()
Dregion_space.h377 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes() argument
381 live_bytes_ += live_bytes; in AddLiveBytes()