Searched defs:SweepAllocationRecords (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dallocation_record.cc137 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { function in class:art::gc::AllocRecordObjectMap
138 VLOG(heap) << "Start SweepAllocationRecords()";
H A Dheap.cc3998 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { function in class:art::gc::Heap
4002 GetAllocationRecords()->SweepAllocationRecords(visitor);

Completed in 487 milliseconds