Home
last modified time | relevance | path

Searched refs:count_moved (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc94 size_t count_deleted = 0, count_moved = 0, count = 0; in SweepAllocationRecords() local
115 ++count_moved; in SweepAllocationRecords()
122 VLOG(heap) << "Updated " << count_moved << " allocation records"; in SweepAllocationRecords()