Home
last modified time | relevance | path

Searched refs:SweepAllocationRecords (Results 1 – 4 of 4) 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.h880 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
/art/runtime/
Druntime.cc708 GetHeap()->SweepAllocationRecords(visitor); in SweepSystemWeaks()