Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h329 size_t live_bytes = r->LiveBytes(); in AssertAllRegionLiveBytesZeroOrCleared() local
330 CHECK(live_bytes == 0U || live_bytes == static_cast<size_t>(-1)) << live_bytes; in AssertAllRegionLiveBytesZeroOrCleared()
559 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes() argument
564 live_bytes_ += IsLarge() ? Top() - begin_ : live_bytes; in AddLiveBytes()
/art/tools/ahat/etc/
Dhprofdump.py181 live_bytes = readu4(hprof) variable
190 live_bytes = readu4(hprof) variable