Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/ahat/etc/
H A Dhprofdump.py181 live_bytes = readu4(hprof) variable
190 live_bytes = readu4(hprof) variable
/aosp_15_r20/art/runtime/gc/space/
H A Dregion_space.h330 size_t live_bytes = r->LiveBytes(); in AssertAllRegionLiveBytesZeroOrCleared() local
562 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dstep_stats.proto28 int64 live_bytes = 4; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dstep_stats.pb.h1660 inline ::int64_t AllocatorMemoryUsed::live_bytes() const { in live_bytes() function
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc975 uint64_t live_bytes = 0, total_bytes = 0; in PrepareForCompaction() local