Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h247 void SweepAllocationRecords(IsMarkedVisitor* visitor)
Dallocation_record.cc139 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
Dheap.h788 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
Dheap.cc4050 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap
4054 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
/art/runtime/
Druntime.cc543 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()