Searched refs:UpdateRoots (Results 1 – 5 of 5) sorted by relevance
109 void UpdateRoots(IsMarkedVisitor* visitor)
69 void UpdateRoots(IsMarkedVisitor* visitor)
247 void ReferenceProcessor::UpdateRoots(IsMarkedVisitor* visitor) { in UpdateRoots() function in art::gc::ReferenceProcessor248 cleared_references_.UpdateRoots(visitor); in UpdateRoots()
196 void ReferenceQueue::UpdateRoots(IsMarkedVisitor* visitor) { in UpdateRoots() function in art::gc::ReferenceQueue
382 heap_->GetReferenceProcessor()->UpdateRoots(this); in UpdateReferences()