Home
last modified time | relevance | path

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

/art/runtime/
Druntime_stats.h101 uint64_t freed_bytes; member
/art/runtime/gc/collector/
Dgarbage_collector.cc214 int64_t freed_bytes = current_iteration->GetFreedBytes() + in Run() local
494 const uint64_t freed_bytes = GetTotalFreedBytes(); in DumpPerformanceInfo() local
Dmark_compact.cc3389 int32_t freed_bytes = black_objs_slide_diff_; in CompactionPause() local
4075 int32_t freed_bytes = black_objs_slide_diff_; in CompactionPhase() local
Dconcurrent_copying.cc2725 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase() local
/art/test/099-vmdebug/src/
DMain.java272 int freed_bytes = VMDebug.getAllocCount(KIND_FREED_BYTES); in testGetAllocCount() local
/art/runtime/gc/allocator/
Drosalloc.cc1004 size_t freed_bytes = 0; in BulkFree() local
/art/runtime/gc/
Dheap.cc1893 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree()
3872 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + in GrowForUtilization() local