Home
last modified time | relevance | path

Searched refs:IterateCachedStringRoot (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker.cpp88 Runtime::GetInstance()->IterateCachedStringRoot(cacheStringCallback); in MarkStringCache()
/arkcompiler/ets_runtime/ecmascript/
Druntime.h207 void IterateCachedStringRoot(const RootRangeVisitor &v) in IterateCachedStringRoot() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp622 Runtime::GetInstance()->IterateCachedStringRoot(rootRangeEdgeBuilder); in GetRootObjects()