Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc108 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h250 void SweepAllocationRecords(IsMarkedVisitor* visitor)
Dheap.h963 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
Dheap.cc4361 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap
4365 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
/art/runtime/
Druntime.cc895 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()