Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc92 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h252 void SweepAllocationRecords(IsMarkedVisitor* visitor)
Dheap.h882 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
Dheap.cc4054 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap
4058 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
/art/runtime/
Druntime.cc707 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()