Home
last modified time | relevance | path

Searched defs:UpdateObjectReferencesVisitor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.h250 friend class UpdateObjectReferencesVisitor; variable
Dmark_compact.cc361 class UpdateObjectReferencesVisitor { class
363 explicit UpdateObjectReferencesVisitor(MarkCompact* collector) : collector_(collector) { in UpdateObjectReferencesVisitor() function in art::gc::collector::UpdateObjectReferencesVisitor