Searched refs:UpdateRoots (Results 1 – 5 of 5) sorted by relevance
87 void UpdateRoots(IsMarkedCallback* callback, void* arg)
212 void ReferenceProcessor::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceProcessor213 cleared_references_.UpdateRoots(callback, arg); in UpdateRoots()
64 void UpdateRoots(IsMarkedCallback* callback, void* arg)
165 void ReferenceQueue::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceQueue
376 heap_->GetReferenceProcessor()->UpdateRoots(&MarkedForwardingAddressCallback, this); in UpdateReferences()