Searched refs:handleCount (Results 1 – 2 of 2) sorted by relevance
259 size_t handleCount = 0; in IterateHandleWithCheck() local261 handleCount += context->IterateHandle(rangeVisitor); in IterateHandleWithCheck()311 …LOG_ECMA(INFO) << "Iterate root handle count:" << handleCount << ", global handle count:" << globa… in IterateHandleWithCheck()
824 size_t handleCount = 0; in IterateHandle() local832 handleCount += (ToUintPtr(end) - ToUintPtr(start)) / sizeof(JSTaggedType); in IterateHandle()835 return handleCount; in IterateHandle()