Home
last modified time | relevance | path

Searched refs:IterateWeakEcmaGlobalStorage (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.cpp102 thread->IterateWeakEcmaGlobalStorage(gcUpdateWeak, GCKind::SHARED_GC); in Sweep()
H A Dshared_gc.cpp109 thread->IterateWeakEcmaGlobalStorage(gcUpdateWeak, GCKind::SHARED_GC); in Sweep()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfull_gc.cpp169 heap_->GetEcmaVM()->GetJSThread()->IterateWeakEcmaGlobalStorage(gcUpdateWeak); in Sweep()
H A Dparallel_evacuator.cpp396 heap_->GetEcmaVM()->GetJSThread()->IterateWeakEcmaGlobalStorage(gcUpdateWeak); in UpdateWeakReference()
447 heap_->GetEcmaVM()->GetJSThread()->IterateWeakEcmaGlobalStorage(gcUpdateWeak); in UpdateWeakReferenceOpt()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp461 void JSThread::IterateWeakEcmaGlobalStorage(const WeakRootVisitor &visitor, GCKind gcKind) in IterateWeakEcmaGlobalStorage() function in panda::ecmascript::JSThread
H A Djs_thread.h453 void IterateWeakEcmaGlobalStorage(const WeakRootVisitor &visitor, GCKind gcKind = GCKind::LOCAL_GC);

Completed in 6 milliseconds