Home
last modified time | relevance | path

Searched defs:rootVisitor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dexternal-gc.cpp62 ark::GCRootVisitor rootVisitor = [&visitor](const ark::mem::GCRoot &gcRoot) { in VisitStaticRoots() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp30 void Marker::MarkRoots(RootVisitor &rootVisitor) in MarkRoots()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp112GCRootVisitor rootVisitor, MemRangeChecker rangeChecker, in VisitCardTableRoots()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.cpp113 HeapRootVisitor rootVisitor; in MarkRootForDump() local