Home
last modified time | relevance | path

Searched defs:freed_bytes (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc175 int64_t freed_bytes = current_iteration->GetFreedBytes() + in Run() local
320 const uint64_t freed_bytes = GetTotalFreedBytes(); in DumpPerformanceInfo() local
Dconcurrent_copying.cc2795 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase() local
/art/runtime/
Druntime_stats.h99 uint64_t freed_bytes; member
/art/test/099-vmdebug/src/
DMain.java272 int freed_bytes = VMDebug.getAllocCount(KIND_FREED_BYTES); in testGetAllocCount() local
/art/runtime/gc/allocator/
Drosalloc.cc1007 size_t freed_bytes = 0; in BulkFree() local
/art/runtime/gc/
Dheap.cc1775 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree()
3687 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + in GrowForUtilization() local