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)
859 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
4169 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap4173 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
678 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()