Home
last modified time | relevance | path

Searched refs:VisitAllocationRecords (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.h878 void VisitAllocationRecords(RootVisitor* visitor) const
Dheap.cc4045 void Heap::VisitAllocationRecords(RootVisitor* visitor) const { in VisitAllocationRecords() function in art::gc::Heap
/art/runtime/
Druntime.cc2193 heap_->VisitAllocationRecords(visitor); in VisitConcurrentRoots()