Searched refs:UpdateRoots (Results 1 – 5 of 5) sorted by relevance
98 void UpdateRoots(IsMarkedCallback* callback, void* arg)
217 void ReferenceProcessor::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceProcessor218 cleared_references_.UpdateRoots(callback, arg); in UpdateRoots()
64 void UpdateRoots(IsMarkedCallback* callback, void* arg)
199 void ReferenceQueue::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceQueue
413 heap_->GetReferenceProcessor()->UpdateRoots(&MarkedForwardingAddressCallback, this); in UpdateReferences()