HomeSort by relevance Sort by last modified time
    Searched refs:freed_bytes (Results 1 - 8 of 8) sorted by null

  /art/runtime/
runtime_stats.h 78 freed_bytes = 0;
99 uint64_t freed_bytes; variable
runtime.cc     [all...]
  /art/runtime/gc/collector/
garbage_collector.cc 201 const uint64_t freed_bytes = GetTotalFreedBytes(); local
214 << " objects with total size " << PrettySize(freed_bytes) << "\n"
216 << PrettySize(freed_bytes / seconds) << "/s\n";
concurrent_copying.cc 906 int64_t freed_bytes = from_bytes - to_bytes; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1156 size_t freed_bytes = 0; local
    [all...]
  /art/runtime/gc/
heap.cc 3319 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + local
    [all...]
heap.h 396 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
    [all...]
  /external/v8/src/heap/
mark-compact.cc 640 intptr_t freed_bytes = space->free_list()->Concatenate(free_list); local
641 space->AddToAccountingStats(freed_bytes);
642 space->DecrementUnsweptFreeBytes(freed_bytes);
3317 intptr_t freed_bytes = 0; local
    [all...]

Completed in 196 milliseconds