Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_global_storage.h368 inline void IterateUsageGlobal(Callback callback) in IterateUsageGlobal() function in panda::ecmascript::NodeList
411 weakCurrent->IterateUsageGlobal([] (WeakNode *node) { in ~EcmaGlobalStorage()
425 current->IterateUsageGlobal([] (T *node) { in ~EcmaGlobalStorage()
479 void IterateUsageGlobal(Callback callback) in IterateUsageGlobal() function in panda::ecmascript::EcmaGlobalStorage
487 current->IterateUsageGlobal(callback); in IterateUsageGlobal()
500 current->IterateUsageGlobal(callback); in IterateWeakUsageGlobal()
H A Djs_thread.cpp375 globalStorage_->IterateUsageGlobal([visitor, &globalCount](Node *node) { in Iterate()
409 globalDebugStorage_->IterateUsageGlobal([this, visitor, &globalCount, &typeCount, &primitiveCount, in IterateHandleWithCheck()

Completed in 3 milliseconds