Home
last modified time | relevance | path

Searched refs:UpdateReferenceVisitor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc422 class UpdateReferenceVisitor { class
424 explicit UpdateReferenceVisitor(MarkCompact* collector) : collector_(collector) { in UpdateReferenceVisitor() function in art::gc::collector::UpdateReferenceVisitor
443 UpdateReferenceVisitor visitor(this); in UpdateObjectReferences()
Dmark_compact.h247 friend class UpdateReferenceVisitor; variable