Home
last modified time | relevance | path

Searched defs:VisitRoots (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.h54 void VisitRoots(const GCRootVisitor &gcRootVisitor, VisitGCRootFlags flags) override in VisitRoots() function
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.cpp357 void StringTable::InternalTable::VisitRoots(const StringVisitor &visitor, mem::VisitGCRootFlags fla… in VisitRoots() function in ark::StringTable::InternalTable
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h86 void VisitRoots([[maybe_unused]] const GCRootVisitor &gcRootVisitor, in VisitRoots() function