Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp397 size_t handleCount = 0; in IterateHandleWithCheck() local
399 handleCount += context->IterateHandle(rangeVisitor); in IterateHandleWithCheck()
449 LOG_ECMA(INFO) << "Iterate root handle count:" << handleCount << ", global handle count:" << globalCount; in IterateHandleWithCheck()
H A Decma_context.cpp989 size_t handleCount = 0; in IterateHandle() local
997 handleCount += (ToUintPtr(end) - ToUintPtr(start)) / sizeof(JSTaggedType); in IterateHandle()
1000 return handleCount; in IterateHandle()

Completed in 5 milliseconds