Home
last modified time | relevance | path

Searched refs:UpdateRootCallback (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.h183 static void UpdateRootCallback(mirror::Object** root, void* arg, uint32_t /*thread_id*/,
Dmark_compact.cc317 void MarkCompact::UpdateRootCallback(Object** root, void* arg, uint32_t /*thread_id*/, in UpdateRootCallback() function in art::gc::collector::MarkCompact
344 runtime->VisitRoots(UpdateRootCallback, this); in UpdateReferences()