Home
last modified time | relevance | path

Searched refs:handleCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp259 size_t handleCount = 0; in IterateHandleWithCheck() local
261 handleCount += context->IterateHandle(rangeVisitor); in IterateHandleWithCheck()
311 …LOG_ECMA(INFO) << "Iterate root handle count:" << handleCount << ", global handle count:" << globa… in IterateHandleWithCheck()
Decma_context.cpp824 size_t handleCount = 0; in IterateHandle() local
832 handleCount += (ToUintPtr(end) - ToUintPtr(start)) / sizeof(JSTaggedType); in IterateHandle()
835 return handleCount; in IterateHandle()