Searched refs:SweepAllocationRecords (Results 1 – 5 of 5) sorted by relevance
108 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
250 void SweepAllocationRecords(IsMarkedVisitor* visitor)
963 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
4361 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap4365 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
895 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()