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 222 const uint64_t freed_bytes = GetTotalFreedBytes(); local
235 << " objects with total size " << PrettySize(freed_bytes) << "\n"
237 << PrettySize(freed_bytes / seconds) << "/s\n";
concurrent_copying.cc 1771 int64_t freed_bytes = cleared_bytes - to_bytes; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1004 size_t freed_bytes = 0; local
    [all...]
  /art/runtime/gc/
heap.cc 3480 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + local
    [all...]
heap.h 455 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
    [all...]
  /external/v8/src/heap/
mark-compact.cc 3386 intptr_t freed_bytes = 0; local
    [all...]

Completed in 222 milliseconds