Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h246 void SweepAllocationRecords(IsMarkedVisitor* visitor)
Dallocation_record.cc137 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
Dheap.h765 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
Dheap.cc3997 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap
4001 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
/art/runtime/
Druntime.cc445 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()