Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc424 class UpdateReferenceVisitor { class
426 explicit UpdateReferenceVisitor(MarkCompact* collector) : collector_(collector) { in UpdateReferenceVisitor() function in art::gc::collector::UpdateReferenceVisitor
445 UpdateReferenceVisitor visitor(this); in UpdateObjectReferences()
Dmark_compact.h248 friend class UpdateReferenceVisitor; variable