Home
last modified time | relevance | path

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

/art/tools/ahat/etc/
Dhprofdump.py181 live_bytes = readu4(hprof) variable
190 live_bytes = readu4(hprof) variable
/art/runtime/gc/space/
Dregion_space.h329 size_t live_bytes = r->LiveBytes(); in AssertAllRegionLiveBytesZeroOrCleared() local
559 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes()