Home
last modified time | relevance | path

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

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