Searched refs:root_manager (Results 1 – 2 of 2) sorted by relevance
24 std::ostream &operator<<(std::ostream &os, const RootManager<LanguageConfig> &root_manager)27 root_manager.VisitNonHeapRoots([&os](const GCRoot &gc_root) { os << gc_root; });
84 RootManager<LanguageConfig> root_manager; in VerifyRoot() local86 root_manager.SetPandaVM(heap_->GetPandaVM()); in VerifyRoot()87 root_manager.VisitNonHeapRoots([this, &fail_count](const GCRoot &root) { in VerifyRoot()