Searched refs:SweepAllocationRecords (Results 1 – 5 of 5) sorted by relevance
92 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
252 void SweepAllocationRecords(IsMarkedVisitor* visitor)
882 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
4054 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap4058 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
707 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()