Home
last modified time | relevance | path

Searched refs:UpdateRoots (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dreference_queue.h98 void UpdateRoots(IsMarkedCallback* callback, void* arg)
Dreference_processor.cc217 void ReferenceProcessor::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceProcessor
218 cleared_references_.UpdateRoots(callback, arg); in UpdateRoots()
Dreference_processor.h64 void UpdateRoots(IsMarkedCallback* callback, void* arg)
Dreference_queue.cc199 void ReferenceQueue::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceQueue
/art/runtime/gc/collector/
Dmark_compact.cc413 heap_->GetReferenceProcessor()->UpdateRoots(&MarkedForwardingAddressCallback, this); in UpdateReferences()