Home
last modified time | relevance | path

Searched defs:live_bytes (Results 1 – 3 of 3) sorted by relevance

/art/tools/ahat/etc/
Dhprofdump.py182 live_bytes = readu4(hprof) variable
191 live_bytes = readu4(hprof) variable
/art/runtime/gc/space/
Dregion_space.h330 size_t live_bytes = r->LiveBytes(); in AssertAllRegionLiveBytesZeroOrCleared() local
562 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes()
/art/runtime/gc/collector/
Dmark_compact.cc1125 uint64_t live_bytes = 0, total_bytes = 0; in PrepareForCompaction() local