Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_global_storage.h401 topWeakGlobalNodes_ = lastWeakGlobalNodes_ = allocator_->New<NodeList<WeakNode>>(); in EcmaGlobalStorage()
406 auto *weakNext = topWeakGlobalNodes_; in ~EcmaGlobalStorage()
445 DisposeGlobalHandleInner(reinterpret_cast<WeakNode *>(node), &weakFreeListNodes_, &topWeakGlobalNodes_, in DisposeGlobalHandle() local
494 NodeList<WeakNode> *next = topWeakGlobalNodes_; in IterateWeakUsageGlobal()
586 NodeList<WeakNode> *topWeakGlobalNodes_ {nullptr};

Completed in 1 milliseconds