Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dallocation_record.cc92 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords() function in art::gc::AllocRecordObjectMap
H A Dallocation_record.h252 void SweepAllocationRecords(IsMarkedVisitor* visitor)
H A Dheap.h917 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
H A Dheap.cc4112 void Heap::SweepAllocationRecords(IsMarkedVisitor* visitor) const { in SweepAllocationRecords() function in art::gc::Heap
4116 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
/aosp12/art/runtime/
H A Druntime.cc728 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()