Home
last modified time | relevance | path

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

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