Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.h66 void VisitCardTableRoots(CardTable *cardTable, const GCRootVisitor &gcRootVisitor, in VisitCardTableRoots() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp111 void RootManager<LanguageConfig>::VisitCardTableRoots(CardTable *cardTable, ObjectAllocatorBase *al… in VisitCardTableRoots() function in ark::mem::RootManager
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h91 void VisitCardTableRoots([[maybe_unused]] mem::CardTable *cardTable, in VisitCardTableRoots() function