HomeSort by relevance Sort by last modified time
    Searched refs:UpdateRootCallback (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
mark_compact.h 183 static void UpdateRootCallback(mirror::Object** root, void* arg, const RootInfo& /*root_info*/)
mark_compact.cc 316 void MarkCompact::UpdateRootCallback(Object** root, void* arg, const RootInfo& /*root_info*/) {
342 runtime->VisitRoots(UpdateRootCallback, this);

Completed in 38 milliseconds