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 198 const uint64_t freed_bytes = GetTotalFreedBytes(); local
211 << " objects with total size " << PrettySize(freed_bytes) << "\n"
213 << PrettySize(freed_bytes / seconds) << "/s\n";
concurrent_copying.cc 1321 int64_t freed_bytes = from_bytes - to_bytes; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1011 size_t freed_bytes = 0; local
    [all...]
  /art/runtime/gc/
heap.cc 3597 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + local
    [all...]
heap.h 431 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
    [all...]
  /external/v8/src/heap/
mark-compact.cc 3390 intptr_t freed_bytes = 0; local
    [all...]

Completed in 214 milliseconds