Searched refs:GetFreedBytes (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/collector/ | ||
D | iteration.h | 48 int64_t GetFreedBytes() const { in GetFreedBytes() function |
D | garbage_collector.cc | 164 int64_t freed_bytes = current_iteration->GetFreedBytes() + in Run() |