Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc213 int64_t freed_bytes = current_iteration->GetFreedBytes() + in Run() local
395 const uint64_t freed_bytes = GetTotalFreedBytes(); in DumpPerformanceInfo() local
Dmark_compact.cc3282 int32_t freed_bytes = black_objs_slide_diff_; in CompactionPause() local
4166 int32_t freed_bytes = black_objs_slide_diff_; in CompactionPhase() local
Dconcurrent_copying.cc2809 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase() local
/art/runtime/
Druntime_stats.h101 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.cc1004 size_t freed_bytes = 0; in BulkFree() local
/art/runtime/gc/
Dheap.cc1884 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree()
3838 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + in GrowForUtilization() local