Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_queue.h87 void UpdateRoots(IsMarkedCallback* callback, void* arg)
Dreference_processor.cc212 void ReferenceProcessor::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceProcessor
213 cleared_references_.UpdateRoots(callback, arg); in UpdateRoots()
Dreference_processor.h64 void UpdateRoots(IsMarkedCallback* callback, void* arg)
Dreference_queue.cc165 void ReferenceQueue::UpdateRoots(IsMarkedCallback* callback, void* arg) { in UpdateRoots() function in art::gc::ReferenceQueue
/art/runtime/gc/collector/
Dmark_compact.cc376 heap_->GetReferenceProcessor()->UpdateRoots(&MarkedForwardingAddressCallback, this); in UpdateReferences()