Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/lang/
Dgc_lang.h66 void VisitCardTableRoots(CardTable *card_table, const GCRootVisitor &gc_root_visitor, in VisitCardTableRoots() function
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_root.cpp111 void RootManager<LanguageConfig>::VisitCardTableRoots(CardTable *card_table, ObjectAllocatorBase *a… in VisitCardTableRoots() function in panda::mem::RootManager
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h72 void VisitCardTableRoots([[maybe_unused]] mem::CardTable *card_table, in VisitCardTableRoots() function