Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/gc/
Dgc_root-inl.h24 std::ostream &operator<<(std::ostream &os, const RootManager<LanguageConfig> &root_manager)
27 root_manager.VisitNonHeapRoots([&os](const GCRoot &gc_root) { os << gc_root; });
/ark/runtime_core/runtime/mem/
Dheap_verifier.cpp84 RootManager<LanguageConfig> root_manager; in VerifyRoot() local
86 root_manager.SetPandaVM(heap_->GetPandaVM()); in VerifyRoot()
87 root_manager.VisitNonHeapRoots([this, &fail_count](const GCRoot &root) { in VerifyRoot()