Searched refs:UpdateRoots (Results 1 – 5 of 5) sorted by relevance
99 void UpdateRoots(IsMarkedVisitor* visitor)
66 void UpdateRoots(IsMarkedVisitor* visitor)
217 void ReferenceProcessor::UpdateRoots(IsMarkedVisitor* visitor) { in UpdateRoots() function in art::gc::ReferenceProcessor218 cleared_references_.UpdateRoots(visitor); in UpdateRoots()
191 void ReferenceQueue::UpdateRoots(IsMarkedVisitor* visitor) { in UpdateRoots() function in art::gc::ReferenceQueue
388 heap_->GetReferenceProcessor()->UpdateRoots(this); in UpdateReferences()