Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc182 int64_t freed_bytes = current_iteration->GetFreedBytes() + in Run() local
341 const uint64_t freed_bytes = GetTotalFreedBytes(); in DumpPerformanceInfo() local
Dmark_compact.cc2813 int32_t freed_bytes = black_objs_slide_diff_; in CompactionPause() local
3512 int32_t freed_bytes = black_objs_slide_diff_; in CompactionPhase() local
Dconcurrent_copying.cc2815 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.cc1832 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree()
3767 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + in GrowForUtilization() local